Data.HashFunction 3.1.1
DHF
|
Namespaces | |
namespace | Utilities |
Classes | |
class | Blake2B_Implementation |
class | Blake2BConfig |
Defines a configuration for a Blake2B hash function implementation. More... | |
class | Blake2BFactory |
Provides instances of implementations of IBlake2B. More... | |
interface | IBlake2B |
Implementation of BLAKE2b as specified at https://blake2.net/. Implementations are expected to support hash output sizes of 8 through 512 bits in 8-bit increments and allowing it to be seeded with a key, salt, and/or personalization sequence. More... | |
interface | IBlake2BConfig |
Defines a configuration for a IBlake2B implementation. More... | |
interface | IBlake2BFactory |
Provides instances of implementations of IBlake2B. More... | |