Module precalc

Source
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§

protectednightly
Protected memory for PrecalcSecretKey

Structs§

PrecalcSecretKey
Precalculated secret key for use with precalc_* functions in crate::dryocbox::DryocBox.