CRYPTO_xchacha_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_xchacha_20
(
ubyte* out_
,
const(ubyte)* in_
,
size_t len
,
const(ubyte)* key
,
const(ubyte)* iv
)

Meta