BLAKE2.key

Initiates a key with digest. This is meant to be used after the digest initiation. The key limit is 64 bytes for BLAKE2b and 32 bytes for BLAKE2s. If the limit is reached, it fails silenty by truncating key data.

struct BLAKE2(BLAKE2Variant var, uint digestSize)
@safe @nogc nothrow pure
void
key
(
scope const(ubyte)[] input
)

Meta