commit | e4d47a655b8dffff612a814dc0e9d3ec31841b73 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Jan 17 20:41:32 2014 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Jan 17 20:41:32 2014 +0100 |
tree | 2aaa984b43b7bfb3bb43a2a63a18954fd5fb2959 | |
parent | ff40c3ac34c2e6b46ecf27fa228a265dba8368f5 [diff] [blame] |
Add RIPEMD-160 to the generic MD layer
diff --git a/include/polarssl/rmd160.h b/include/polarssl/rmd160.h index c8fe119..e9e5f7d 100644 --- a/include/polarssl/rmd160.h +++ b/include/polarssl/rmd160.h
@@ -160,6 +160,9 @@ */ int rmd160_self_test( int verbose ); +/* Internal use */ +void rmd160_process( rmd160_context *ctx, const unsigned char data[64] ); + #ifdef __cplusplus } #endif