Struct i2p_elgamal::KeyPairGenerator[][src]

pub struct KeyPairGenerator;

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

Methods

impl KeyPairGenerator
[src]

ElGamal key generation, following algorithm 8.17.

Auto Trait Implementations