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