Artifact 41e5cf5dd847056e5d454fbd41efb033e94b96f119c73d7d24566ab8afd964d4:
- File build/blake2b/blake2-nacl.c — part of check-in [4168b04669] at 2018-07-02 07:20:44 on branch trunk — Moved our patchwork to its own internal directories in preparation for a release cleanup (user: rkeene, size: 205) [annotate] [blame] [check-ins using]
#if defined(NACL_ED25519_BLAKE2B) int crypto_hash_blake2b( unsigned char *out, const unsigned char *in, unsigned long long inlen ) { return blake2b( out, BLAKE2B_OUTBYTES, in, inlen, NULL, 0 ); } #endif