Expand description
Precalculated secret key for use with precalc_* functions in
crate::dryocbox::DryocBox
You may want to use precalc_* functions if you need to
encrypt/decrypt multiple messages between the same sender and receiver.
Modules§
- protected
nightly - Protected memory for
PrecalcSecretKey
Structs§
- Precalc
Secret Key - Precalculated secret key for use with
precalc_*functions incrate::dryocbox::DryocBox.