Module scicrypt_traits::cryptosystems[][src]

Expand description

General notion of a cryptosystem

Traits

An asymmetric cryptosystem is a system of methods to encrypt plaintexts into ciphertexts, and decrypt those ciphertexts back into plaintexts. Anyone who has access to the public key can perform encryptions, but only those with the secret key can decrypt.