- init
void init(bool encrypt, ubyte[] key, ubyte[] iv)
Undocumented in source. Be warned that the author may not have intended to support it.
- ivSetup
void ivSetup()
Undocumented in source. Be warned that the author may not have intended to support it.
- keySetup
void keySetup()
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.
- returnByte
ubyte returnByte(ubyte input)
Undocumented in source. Be warned that the author may not have intended to support it.
- salsa20WordToByte
void salsa20WordToByte(const(uint[]) input, ubyte[] output)
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 Salsa20 designed by Daniel J. Bernstein.