dcrypt ~master (2021-11-09T01:25:37.6069118)
Dub
Repo
isBlockCipher
dcrypt
blockcipher
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
blockcipher
blockcipher
classes
BlockCipherWrapper
functions
blockCipherTest
interfaces
IBlockCipher
templates
isBlockCipher
Use this to check if type is a block cipher.