tern ~master (2024-04-15T17:45:17.8990912)
Dub
Repo
Salsa20.encrypt
tern
digest
salsa20
Salsa20
Encrypts the given byte array
data
.
class
Salsa20
static
void
encrypt
(
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
Encrypts the given byte array data.