isBlockCipher

Use this to check if type is a block cipher.

@safe
template isBlockCipher (
T
) {
enum bool isBlockCipher;
}

Meta