Type Definition dryoc::sign::protected::LockedSigningKeyPair

source ·
pub type LockedSigningKeyPair = SigningKeyPair<Locked<PublicKey>, Locked<SecretKey>>;
Available on crate feature nightly only.
Expand description

Heap-allocated, page-aligned public/secret keypair for message signing, for use with protected memory.