- init
void init(bool encrypt, ubyte[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
- reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
- update
uint update(const(void[]) input_, void[] output_)
Undocumented in source. Be warned that the author may not have intended to support it.
Implementation of the US AES (Rijndael 128) cipher designed by Vincent Rijmen and Joan Daemen.
Conforms: FIPS-197 References: http://csrc.nist.gov/publications/fips/fips197/fips-197.pdf