ElGamalDecryptionOperation

ElGamal decryption operation

Constructors

this
this(PrivateKey pkey, RandomNumberGenerator rng)
Undocumented in source.
this
this(ElGamalPrivateKey key, RandomNumberGenerator rng)
Undocumented in source.
this
this(DLSchemePrivateKey key, RandomNumberGenerator rng)
Undocumented in source.

Members

Functions

decrypt
SecureVector!ubyte decrypt(const(ubyte)* msg, size_t msg_len)
Undocumented in source. Be warned that the author may not have intended to support it.
maxInputBits
size_t maxInputBits()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Decryption

maxInputBits
size_t maxInputBits()
Undocumented in source.
decrypt
SecureVector!ubyte decrypt(const(ubyte)* msg, size_t msg_len)
Undocumented in source.

Meta