mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-24 17:27:21 +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
@@ -109,10 +109,6 @@ void esp_sha1_finish( SHA1_CTX *ctx, unsigned char output[20] );
|
||||
*/
|
||||
void esp_sha1_output( const unsigned char *input, size_t ilen, unsigned char output[20] );
|
||||
|
||||
///
|
||||
#define SHA256 SHA2_256
|
||||
#define SHA224 4 /* TODO: check this */
|
||||
|
||||
/**
|
||||
* \brief SHA-256 context structure
|
||||
*/
|
||||
|
Reference in New Issue
Block a user