ElGamalEncryptionOperation

ElGamal encryption operation

Constructors

this
this(PublicKey pkey)
Undocumented in source.
this
this(ElGamalPublicKey pkey)
Undocumented in source.
this
this(DLSchemePublicKey key)
Undocumented in source.

Members

Functions

encrypt
SecureVector!ubyte encrypt(const(ubyte)* msg, size_t msg_len, RandomNumberGenerator rng)
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 Encryption

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

Meta