Module scicrypt::cryptosystems::rsa[][src]

Expand description

Implementation of the RSA cryptosystem.

Structs

The RSA cryptosystem.

Ciphertext of the Paillier cryptosystem, which is multiplicatively homomorphic.

Public key for the RSA cryptosystem.

A struct holding both a ciphertext and a reference to its associated public key, which is useful for decrypting directly using the secret key or performing homomorphic operations.