ed25519/sha512.h

6 lines
123 B
C
Raw Normal View History

2013-01-10 15:14:17 -05:00
#ifndef SHA512_H
#define SHA512_H
int sha512(unsigned char *out,const unsigned char *in,unsigned long long inlen);
#endif