crypto_core_salsa20 method
int
crypto_core_salsa20(
- Pointer<
UnsignedChar> out, - Pointer<
UnsignedChar> in1, - Pointer<
UnsignedChar> k, - Pointer<
UnsignedChar> c,
Implementation
int crypto_core_salsa20(
ffi.Pointer<ffi.UnsignedChar> out,
ffi.Pointer<ffi.UnsignedChar> in1,
ffi.Pointer<ffi.UnsignedChar> k,
ffi.Pointer<ffi.UnsignedChar> c,
) {
return _crypto_core_salsa20(
out,
in1,
k,
c,
);
}