Expand description
Precalculated secret key for use with precalc_* functions in
crate::dryocbox::DryocBox
Precalculation avoids repeating the public-key operation when encrypting or decrypting multiple messages between the same sender and receiver.
Modules§
- protected
protected - Protected memory for
PrecalcSecretKey
Structs§
- Precalc
Secret Key - Precalculated secret key for use with
precalc_*functions incrate::dryocbox::DryocBox.