mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Merged RIPEMD-160 support
This commit is contained in:
commit
5862eee4ca
19 changed files with 1232 additions and 128 deletions
|
|
@ -148,6 +148,7 @@
|
|||
//#define POLARSSL_MD2_ALT
|
||||
//#define POLARSSL_MD4_ALT
|
||||
//#define POLARSSL_MD5_ALT
|
||||
//#define POLARSSL_RIPEMD160_ALT
|
||||
//#define POLARSSL_SHA1_ALT
|
||||
//#define POLARSSL_SHA256_ALT
|
||||
//#define POLARSSL_SHA512_ALT
|
||||
|
|
@ -1561,6 +1562,17 @@
|
|||
*/
|
||||
#define POLARSSL_PKCS12_C
|
||||
|
||||
/**
|
||||
* \def POLARSSL_RIPEMD160_C
|
||||
*
|
||||
* Enable the RIPEMD-160 hash algorithm.
|
||||
*
|
||||
* Module: library/ripemd160.c
|
||||
* Caller: library/md.c
|
||||
*
|
||||
*/
|
||||
#define POLARSSL_RIPEMD160_C
|
||||
|
||||
/**
|
||||
* \def POLARSSL_RSA_C
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue