Struct i2p_elgamal::Decryptor[][src]

pub struct Decryptor(_);

ElGamal decryption, as specified in section 8.4.1 of the Handbook of Applied Cryptography.

Methods

impl Decryptor
[src]

ElGamal decryption using I2P's message and ciphertext encoding schemes.

Trait Implementations

impl<'a> From<&'a PrivateKey> for Decryptor
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Decryptor

impl Sync for Decryptor