8 lines
151 B
C
8 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_
|