Type Alias Mac

Source
pub type Mac = HeapByteArray<CRYPTO_ONETIMEAUTH_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 Mac(/* private fields */);