commit | cab4a8807cd22bf8cdb917e8af592c1e6fca25a1 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Jan 17 12:42:35 2014 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Jan 17 14:04:25 2014 +0100 |
tree | 54438cbb1feb997926ffa0957f76c6db9d1c0e71 | |
parent | c78c8422c25b9dc38f09eded3200d565375522e2 [diff] [blame] |
Add RIPEMD-160 (core functions)
diff --git a/include/polarssl/config.h b/include/polarssl/config.h index ca0c176..56e6f39 100644 --- a/include/polarssl/config.h +++ b/include/polarssl/config.h
@@ -1559,6 +1559,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 * * Enable the RSA public-key cryptosystem.