diff options
| author | Werner Koch <[email protected]> | 1998-03-09 21:44:06 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 1998-03-09 21:44:06 +0000 |
| commit | a6a8f1e706bd7e528262151bc04ebb9409c2eeed (patch) | |
| tree | 20b5771581e695a22559d8ffe3f90862afb11e3d /cipher/rmd.h | |
| parent | removed g10maint.c (diff) | |
| download | gnupg-a6a8f1e706bd7e528262151bc04ebb9409c2eeed.tar.gz gnupg-a6a8f1e706bd7e528262151bc04ebb9409c2eeed.zip | |
partial DSA support
Diffstat (limited to 'cipher/rmd.h')
| -rw-r--r-- | cipher/rmd.h | 1 |
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*/ |
