CTR

@safe
struct CTR (
Cipher
) if (
isBlockCipher!Cipher
) {
enum blockSize;
enum name;
}

Members

Functions

start
void start(bool forEncryption, in ubyte[] userKey, in ubyte[] iv)

Meta