Ruby
1.9.3p429(2013-05-15revision40747)
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
}
9
Generated on Thu May 23 2013 20:33:01 for Ruby by
1.8.3