Ruby
1.9.3p392(2013-02-22revision39386)
Main Page
Modules
Data Structures
Files
File List
Globals
ext
digest
rmd160
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
20
Generated on Tue Feb 26 2013 08:42:55 for Ruby by
1.8.3