mirror of
https://github.com/polhenarejos/pico-keys-sdk
synced 2026-05-28 17:11:23 +02:00
Add sha256_alt to use sha256 hardware in RP2350.
Other boards and SHA224 use mbedtls implementation. Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
@@ -329,7 +329,9 @@
|
||||
//#define MBEDTLS_RIPEMD160_ALT
|
||||
//#define MBEDTLS_RSA_ALT
|
||||
//#define MBEDTLS_SHA1_ALT
|
||||
//#define MBEDTLS_SHA256_ALT
|
||||
#ifdef PICO_RP2350
|
||||
#define MBEDTLS_SHA256_ALT
|
||||
#endif
|
||||
//#define MBEDTLS_SHA512_ALT
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user