Blake2s.h
Go to the documentation of this file.
34 CRYPTO_HASH_ENGINE(Blake2s, blake2s, hash_size, BLAKE2S_STATESIZE, BLAKE2S_BLOCKSIZE, BLAKE2S_INIT)
Class template for a Hash implementation 'Context'.
Definition: HashContext.h:22
Definition: Blake2s.h:18
#define CRYPTO_HASH_ENGINE(class_, name_, hashsize_, statesize_, blocksize_, INIT)
Macro template to construct Engine class wrapper for a given hash API.
Definition: HashEngine.h:25