Artifact 8986e1e5b4dac4b6c8c9bd775cf88d1c9c67ab47c619b1a0bd1d189ebed53e2a:
- File blake2b/blake2-nacl.h — 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: 482) [annotate] [blame] [check-ins using]
#define crypto_hash_PRIMITIVE "blake2b" #define crypto_hash_BYTES crypto_hash_blake2b_BYTES #define crypto_hash_IMPLEMENTATION crypto_hash_blake2b_IMPLEMENTATION #define crypto_hash_VERSION crypto_hash_blake2b_VERSION #define crypto_hash_blake2b_BYTES 64 extern int crypto_hash_blake2b(unsigned char *,const unsigned char *,unsigned long long); #define crypto_hash_blake2b_VERSION "-" #define crypto_hash_blake2b_IMPLEMENTATION "blake2b-ref" #define crypto_hash crypto_hash_blake2b