aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/rmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/rmd.h')
-rw-r--r--cipher/rmd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cipher/rmd.h b/cipher/rmd.h
index d6bc007d1..f3a67243b 100644
--- a/cipher/rmd.h
+++ b/cipher/rmd.h
@@ -33,6 +33,7 @@ typedef struct {
void rmd160_init( RMD160_CONTEXT *c );
void rmd160_write( RMD160_CONTEXT *hd, byte *inbuf, size_t inlen);
void rmd160_final(RMD160_CONTEXT *hd);
+void rmd160_mixblock( RMD160_CONTEXT *hd, char *buffer );
#define rmd160_read(h) ( (h)->buf )
#endif /*G10_RMD_H*/