Salsa.returnByte

struct Salsa(uint rounds = 20, bool xsalsa = false)
@nogc nothrow
ubyte
returnByte
(
ubyte input
)
if (
rounds == 12 ||
rounds == 20
)

Throws

Error if limit of 2^70 bytes is exceeded.

Meta