diff options
author | Damien George <damien@micropython.org> | 2021-07-12 16:33:33 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2021-07-12 16:36:37 +1000 |
commit | 6dd92d7742adf06c699c52f6b7830efe2f7cc3bd (patch) | |
tree | 10f6fac56ccaa00da98326f2e59c95da434f979f | |
parent | d1bfb271d7686708fe8711a177629c8bf6e7f6a6 (diff) | |
download | micropython-6dd92d7742adf06c699c52f6b7830efe2f7cc3bd.tar.gz micropython-6dd92d7742adf06c699c52f6b7830efe2f7cc3bd.zip |
lib/crypto-algorithms: Move crypto-algorithms code from extmod to lib.
It's third-party code, and not necessarily tied to extmod.
Signed-off-by: Damien George <damien@micropython.org>
-rw-r--r-- | lib/crypto-algorithms/sha256.c (renamed from extmod/crypto-algorithms/sha256.c) | 0 | ||||
-rw-r--r-- | lib/crypto-algorithms/sha256.h (renamed from extmod/crypto-algorithms/sha256.h) | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/extmod/crypto-algorithms/sha256.c b/lib/crypto-algorithms/sha256.c index ce0377208d..ce0377208d 100644 --- a/extmod/crypto-algorithms/sha256.c +++ b/lib/crypto-algorithms/sha256.c diff --git a/extmod/crypto-algorithms/sha256.h b/lib/crypto-algorithms/sha256.h index 9c19472ea2..9c19472ea2 100644 --- a/extmod/crypto-algorithms/sha256.h +++ b/lib/crypto-algorithms/sha256.h |