tern v0.2.12 (2024-03-08T18:10:27Z)
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.