Salsa.name

Undocumented in source.
struct Salsa(uint rounds = 20, bool xsalsa = false)
@nogc nothrow
enum name = text(xsalsa ? "X" : "", "Salsa20/", rounds);

Meta