dcrypt ~master (2021-11-09T01:25:37.6069118)
Dub
Repo
Salsa.block
dcrypt
streamcipher
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
streamcipher
salsa
Salsa
destructors
~this
functions
processByte
processBytes
start
manifest constants
name
static functions
block
initState