botan v1.12.5 (2016-04-07T22:31:19Z)
Dub
Repo
DLIESDecryptor
botan
pubkey
algo
dlies
DLIES Decryption
static if
(
BOTAN_HAS_PUBLIC_KEY_CRYPTO && BOTAN_HAS_DLIES
)
class
DLIESDecryptor :
PKDecryptor
{
this
(PKKeyAgreementKey key, KDF kdf_obj, MessageAuthenticationCode mac_obj, size_t mac_key_len);
SecureVector
!
ubyte
dec
(const(ubyte)* msg, size_t length);
}
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
Source
See Implementation
botan
pubkey
algo
dlies
classes
DLIESDecryptor
DLIESEncryptor
functions
dliesKat
variables
total_tests
DLIES Decryption