btcollider/bf/ripemd160_256.h

9 lines
151 B
C
Raw Normal View History

2018-04-04 13:18:34 +00:00
#ifndef __RIPEMD160_256_H_
#define __RIPEMD160_256_H_
#include <stdint.h>
void ripemd160_256(const void *in, void *out);
#endif//__RIPEMD160_256_H_