dcrypt.crypto.blockcipher

Undocumented in source.

Members

Classes

BlockCipherWrapper
class BlockCipherWrapper(T)

Wraps block ciphers into the OOP API

Functions

blockCipherTest
void blockCipherTest(BlockCipher bc, string[] keys, string[] plaintexts, string[] cipherTexts, string[] ivs)

Runs decryption and encryption using BlockCipher bc with given keys, plaintexts, and ciphertexts

Interfaces

BlockCipher
interface BlockCipher

OOP API for block ciphers

Templates

isBlockCipher
template isBlockCipher(T)

Use this to check if type is a block cipher.

Meta