PKDecryptorEME

Decryption with an MR algorithm and an EME.

Constructors

this
this(PrivateKey key, string eme_name)

Construct an instance.

Members

Functions

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

Inherited Members

From PKDecryptor

decrypt
SecureVector!ubyte decrypt(const(ubyte)* input, size_t length)

Decrypt a ciphertext.

decrypt
SecureVector!ubyte decrypt(Vector!(ubyte, Alloc) input)

Decrypt a ciphertext.

dec
SecureVector!ubyte dec(const(ubyte)* , size_t )
Undocumented in source.

Meta