btcollider/bf/ripemd160_256.h
2018-04-04 15:18:34 +02:00

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_