Skip to main content

Module precalc

Module precalc 

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

protectedprotected
Protected memory for PrecalcSecretKey

Structs§

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