dcrypt.aead.aead

Members

Classes

AEADCipherWrapper
class AEADCipherWrapper(T)

Wrapper class for AEAD ciphers

Functions

AEADCipherTest
void AEADCipherTest(IAEADEngine cipher, in string[] keys, in string[] ivs, in string[] plaintexts, in string[] aads, in string[] ciphertexts, in uint[] macSize)

Runs decryption and encryption using AEADCipher cipher with given keys, plaintexts, and ciphertexts.

Interfaces

IAEADEngine
interface IAEADEngine

Templates

isAEADCipher
template isAEADCipher(T)

Test if T is a AEAD cipher.

Meta