Module safe_core::crypto [] [src]

Cryptographic utilities Secret encryption and signing keys with more secure cloning semantics. These keys implement implicit sharing of the underlying sensitive data to avoid multiple copies of it stored in the memory, preventing certain class of attacks.

Modules

shared_box

Asymmetric encryption utilities.

shared_secretbox

Symmetric encryption utilities.

shared_sign

Signing utilities.