-rw-r--r-- 156 ntruprime-20201007/Reference_Implementation/kem/ntrulpr761/subroutines/crypto_hash_sha512.h
#ifndef crypto_hash_sha512_H #define crypto_hash_sha512_H extern int crypto_hash_sha512(unsigned char *,const unsigned char *,unsigned long long); #endif