dcrypt.streamcipher.salsa

Members

Functions

HSalsa
ubyte[32] HSalsa(in ubyte[] key, in ubyte[] nonce)

HSalsa as defined in http://cr.yp.to/snuffle/xsalsa-20110204.pdf

Structs

Salsa
struct Salsa(uint rounds = 20, bool xsalsa = false)

implementation of the Salsa20/20 stream cipher

Meta