Merged RIPEMD-160 support

This commit is contained in:
Paul Bakker 2014-01-22 14:18:03 +01:00
commit 5862eee4ca
19 changed files with 1232 additions and 128 deletions

View file

@ -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
*