9 lines
151 B
C
9 lines
151 B
C
|
#ifndef __RIPEMD160_256_H_
|
||
|
#define __RIPEMD160_256_H_
|
||
|
|
||
|
#include <stdint.h>
|
||
|
|
||
|
void ripemd160_256(const void *in, void *out);
|
||
|
|
||
|
#endif//__RIPEMD160_256_H_
|