dcrypt v0.0.7 (2015-12-06T17:48:29Z)
Dub
Repo
Salsa.block
dcrypt
crypto
engines
salsa
Salsa
Undocumented in source.
void
block
(uint[] input, uint[] output)
void
block
(uint[16] input, uint[16] output)
struct
Salsa
(uint rounds = 20, bool xsalsa = false)
@
nogc
nothrow static pure nothrow @
nogc
void
block
(
uint
rounds
= 20
)
(
in
ref
uint
[16]
input
,
ref
uint
[16]
output
)
if
(
rounds
% 2 == 0 ||
rounds
> 0
)
if
(
rounds
== 12 ||
rounds
== 20
)
Meta
Source
See Implementation
dcrypt
crypto
engines
salsa
Salsa
destructors
~this
functions
processBytes
reset
returnByte
start
manifest constants
name
static functions
block
initState