CRYPTO_chacha_20

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) nothrow @nogc
void
CRYPTO_chacha_20
(
ubyte* out_
,
const(ubyte)* in_
,
size_t len
,
const(ubyte)* key
,
const(ubyte)* iv
,
core.stdc.stdint.uint64_t counter
)

Meta