Revision 0235e325b60dcbd41bc82cdee55b5e3940e70b3e authored by Matthias J. Kannwischer on 29 September 2021, 02:52:07 UTC, committed by rpls on 01 October 2021, 16:14:07 UTC
1 parent 9896316
Raw File
crypto_hashblocks_sha512.h
#ifndef CRYPTO_HASHBLOCKS_SHA512_H
#define CRYPTO_HASHBLOCKS_SHA512_H

int crypto_hashblocks_sha512(unsigned char *statebytes,const unsigned char *in,
                      unsigned long long inlen);

#endif
back to top