Ruby
1.9.3p448(2013-06-27revision41675)
Main Page
Modules
Data Structures
Files
File List
Globals
ext
digest
rmd160
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
}
RMD160_Finish
void RMD160_Finish(RMD160_CTX *ctx, char *buf)
Definition:
rmd160ossl.c:6
defs.h
buf
unsigned char buf[MIME_BUF_SIZE]
Definition:
nkf.c:3913
RMD160_CTX
Definition:
rmd160.h:31
rmd160ossl.h
Generated on Thu Jul 31 2014 19:14:09 for Ruby by
1.8.7