Artifact 0657242b469b51420bd925eaaa2de920664285826086471d88b72c9f06ca0d7d:
- File blake2b/blake2-supercop.h — part of check-in [51a35940cd] at 2018-06-30 03:41:36 on branch trunk — Added bare codebase (user: rkeene, size: 434) [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(unsigned char *,const unsigned char *,unsigned long long); #define crypto_hash_blake2b_VERSION "-" #define crypto_hash_blake2b_IMPLEMENTATION "blake2b-ref"