dcrypt ~master (2018-06-04T17:07:07Z)
Dub
Repo
CTR
dcrypt
blockcipher
modes
ctr
@
safe
struct
CTR (
Cipher
)
if
(
isBlockCipher
!
Cipher
) {
enum
blockSize
;
enum
name
;
void
start
(
bool
forEncryption
,
in
ubyte
[]
userKey
,
in
ubyte
[]
iv
)
;
}
Members
Functions
start
void
start
(
bool
forEncryption
,
in
ubyte
[]
userKey
,
in
ubyte
[]
iv
)
Meta
Source
See Implementation
dcrypt
blockcipher
modes
ctr
structs
CTR