Type Definition dryoc::sign::protected::SecretKey

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

Heap-allocated, page-aligned secret-key for signed messages, for use with protected memory.