From 6dd92d7742adf06c699c52f6b7830efe2f7cc3bd Mon Sep 17 00:00:00 2001 From: Damien George Date: Mon, 12 Jul 2021 16:33:33 +1000 Subject: [PATCH] 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 --- {extmod => lib}/crypto-algorithms/sha256.c | 0 {extmod => lib}/crypto-algorithms/sha256.h | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {extmod => lib}/crypto-algorithms/sha256.c (100%) rename {extmod => lib}/crypto-algorithms/sha256.h (100%) diff --git a/extmod/crypto-algorithms/sha256.c b/lib/crypto-algorithms/sha256.c similarity index 100% rename from extmod/crypto-algorithms/sha256.c rename to lib/crypto-algorithms/sha256.c diff --git a/extmod/crypto-algorithms/sha256.h b/lib/crypto-algorithms/sha256.h similarity index 100% rename from extmod/crypto-algorithms/sha256.h rename to lib/crypto-algorithms/sha256.h