utile ~master (2021-10-24T21:31:42.7748834)
Dub
Repo
RC4
utile
encrypt
Undocumented in source.
struct
RC4 {
this
(string key);
this
(const(ubyte)[] key);
void
process
(ubyte[] data);
}
Constructors
this
this
(string key)
Undocumented in source.
this
this
(const(ubyte)[] key)
Undocumented in source.
Members
Functions
process
void
process
(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
utile
encrypt
structs
RC4