mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00
esp32 hwcrypto: Make SHA-224 an obvious no-op for now
This is not the long term solution...
This commit is contained in:

committed by
Wu Jian Gang

parent
2bee84062a
commit
2580c07ae6
@@ -37,7 +37,8 @@ enum SHA_TYPE {
|
||||
SHA1 = 0,
|
||||
SHA2_256,
|
||||
SHA2_384,
|
||||
SHA2_512
|
||||
SHA2_512,
|
||||
SHA_INVALID = -1,
|
||||
};
|
||||
|
||||
void ets_sha_init(SHA_CTX *ctx);
|
||||
|
Reference in New Issue
Block a user