Type Alias Header

Source
pub type Header = HeapByteArray<CRYPTO_SECRETSTREAM_XCHACHA20POLY1305_HEADERBYTES>;
Available on crate feature nightly only.
Expand description

Heap-allocated, page-aligned header for authenticated secret streams, for use with protected memory.

Aliased Typeยง

struct Header(/* private fields */);