Ruby
2.4.2p198(2017-09-14revision59899)
ext
digest
rmd160
rmd160ossl.h
Go to the documentation of this file.
1
/* $Id: rmd160ossl.h 49564 2015-02-11 02:09:23Z nobu $ */
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
static
DEFINE_FINISH_FUNC_FROM_FINAL
(RIPEMD160)
18
#define RMD160_Finish rb_digest_RIPEMD160_finish
19
20
#endif
DEFINE_FINISH_FUNC_FROM_FINAL
#define DEFINE_FINISH_FUNC_FROM_FINAL(name)
Definition:
digest.h:46
Generated by
1.8.13