Ruby  2.0.0p598(2014-11-13revision48408)
rmd160ossl.c
Go to the documentation of this file.
1 /* $Id: rmd160ossl.c 25189 2009-10-02 12:04:37Z akr $ */
2 
3 #include "defs.h"
4 #include "rmd160ossl.h"
5 
6 void RMD160_Finish(RMD160_CTX *ctx, char *buf) {
7  RIPEMD160_Final((unsigned char *)buf, ctx);
8 }
void RMD160_Finish(RMD160_CTX *context, uint8_t digest[20])
Definition: rmd160.c:416
unsigned char buf[MIME_BUF_SIZE]
Definition: nkf.c:4308