sha512_hashblocks.h
#ifndef SHA512_HASHBLOCKS_H
#define SHA512_HASHBLOCKS_H
int sha512_hashblocks(unsigned char *statebytes,const unsigned char *in,unsigned long long inlen);
#endif
#ifndef SHA512_HASHBLOCKS_H
#define SHA512_HASHBLOCKS_H
int sha512_hashblocks(unsigned char *statebytes,const unsigned char *in,unsigned long long inlen);
#endif