1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

Add RIPEMD-160 (core functions)

This commit is contained in:
Manuel Pégourié-Gonnard
2014-01-17 12:42:35 +01:00
parent c78c8422c2
commit cab4a8807c
9 changed files with 693 additions and 1 deletions

View File

@ -1558,6 +1558,17 @@
*/
#define POLARSSL_PKCS12_C
/**
* \def POLARSSL_RMD160_C
*
* Enable the RIPEMD-160 hash algorithm.
*
* Module: library/rmd160.c
* Caller: library/md.c
*
*/
#define POLARSSL_RMD160_C
/**
* \def POLARSSL_RSA_C
*