Type Definition dryoc::dryocbox::protected::LockedKeyPair
source · pub type LockedKeyPair = KeyPair<Locked<PublicKey>, Locked<SecretKey>>;
Available on crate feature
nightly
only.Expand description
Heap-allocated, page-aligned public/secret keypair for authenticated public-key boxes, for use with protected memory.