DLIESDecryptor

DLIES Decryption

Constructors

this
this(PKKeyAgreementKey key, KDF kdf_obj, MessageAuthenticationCode mac_obj, size_t mac_key_len)
Undocumented in source.

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