Type Alias dryoc::generichash::Hash

source ·
pub type Hash = StackByteArray<CRYPTO_GENERICHASH_BYTES>;
Expand description

Stack-allocated hash output of the recommended output length.

Aliased Type§

struct Hash(/* private fields */);