Ruby  1.9.3p448(2013-06-27revision41675)
rmd160ossl.h
Go to the documentation of this file.
1 /* $Id: rmd160ossl.h 25189 2009-10-02 12:04:37Z akr $ */
2 
3 #ifndef RMD160OSSL_H_INCLUDED
4 #define RMD160OSSL_H_INCLUDED
5 
6 #include <stddef.h>
7 #include <openssl/ripemd.h>
8 
9 #define RMD160_CTX RIPEMD160_CTX
10 
11 #define RMD160_Init RIPEMD160_Init
12 #define RMD160_Update RIPEMD160_Update
13 
14 #define RMD160_BLOCK_LENGTH RIPEMD160_CBLOCK
15 #define RMD160_DIGEST_LENGTH RIPEMD160_DIGEST_LENGTH
16 
17 void RMD160_Finish(RMD160_CTX *ctx, char *buf);
18 
19 #endif
void RMD160_Finish(RMD160_CTX *ctx, char *buf)
Definition: rmd160ossl.c:6
unsigned char buf[MIME_BUF_SIZE]
Definition: nkf.c:3913