dcrypt ~master (2018-06-04T17:07:07Z)
Dub
Repo
RC6
dcrypt
blockcipher
rc6
An RC6 engine.
@
safe
struct
RC6 {
enum
name
;
enum
blockSize
;
void
start
(
bool
forEncryption
,
in
ubyte
[]
userKey
,
in
ubyte
[]
iv
=
null
)
;
}
Members
Functions
start
void
start
(
bool
forEncryption
,
in
ubyte
[]
userKey
,
in
ubyte
[]
iv
=
null
)
Meta
Source
See Implementation
dcrypt
blockcipher
rc6
structs
RC6
An RC6 engine.