Alias for BLAKE2b-512
OOP API BLAKE2 implementation aliases.
Alias for BLAKE2s-256
OOP API BLAKE2 implementation aliases.
Alias of blake2b_Of.
Used with the BLAKE2 structure template to make the BLAKE2s and BLAKE2p aliases.
Convience alias for std.digest.digest using the BLAKE2b-512 implementation.
Convience alias for std.digest.digest using the BLAKE2s-256 implementation.
BLAKE2 structure template.
Computes BLAKE2b and BLAKE2s hashes of arbitary data. Reference: IETF RFC 7693