dcrypt v0.0.7 (2015-12-06T17:48:29Z)
Dub
Repo
isBlockCipher
dcrypt
crypto
blockcipher
Use this to check if type is a block cipher.
@
safe
template
isBlockCipher (
T
) {
@
safe
enum
bool
isBlockCipher
;
}
Members
Variables
isBlockCipher
enum
bool
isBlockCipher
;
Undocumented in source.
Meta
Source
See Implementation
dcrypt
crypto
blockcipher
classes
BlockCipherWrapper
functions
blockCipherTest
interfaces
BlockCipher
templates
isBlockCipher
Use this to check if type is a block cipher.