Artifact dc9825f995581090e372dfa6d200fe561518672f27900daebaf016a39b11caa3:
- File blake2b/blake2-nacl.c — part of check-in [1f76e42a02] at 2018-07-02 06:41:42 on branch trunk — Restructuring to get rid of SUPERCOP reference, it is incorrect (user: rkeene, size: 199) [annotate] [blame] [check-ins using]
#if defined(NACL_ED25519_BLAKE2B) int crypto_hash_blake2b( unsigned char *out, unsigned char *in, unsigned long long inlen ) { return blake2b( out, BLAKE2B_OUTBYTES, in, inlen, NULL, 0 ); } #endif