dcrypt v0.0.5 (2015-08-01T16:43:44Z)
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.