tern ~master (2024-04-15T17:45:17.8990912)
Dub
Repo
Salsa20.decrypt
tern
digest
salsa20
Salsa20
Decrypts the given byte array
data
.
class
Salsa20
static
void
decrypt
(
ref
ubyte
[]
data
,
string
key
,
ubyte
[8]
nonce
= (
ubyte
[8]).
init
,
uint
counter
= 0
)
Meta
Source
See Implementation
tern
digest
salsa20
Salsa20
static functions
decrypt
encrypt
Decrypts the given byte array data.