Type Alias 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 */);