Type Alias dryoc::generichash::protected::Hash

source ·
pub type Hash = HeapByteArray<CRYPTO_GENERICHASH_BYTES>;
Available on crate feature nightly only.
Expand description

Heap-allocated, page-aligned hash output for the generic hash algorithm, for use with protected memory.

Aliased Type§

struct Hash(/* private fields */);