crypto_secretstream_xchacha20poly1305_init_pull method
int
crypto_secretstream_xchacha20poly1305_init_pull(
- Pointer<
crypto_secretstream_xchacha20poly1305_state> state, - Pointer<
UnsignedChar> header, - Pointer<
UnsignedChar> k
Implementation
int crypto_secretstream_xchacha20poly1305_init_pull(
ffi.Pointer<crypto_secretstream_xchacha20poly1305_state> state,
ffi.Pointer<ffi.UnsignedChar> header,
ffi.Pointer<ffi.UnsignedChar> k,
) {
return _crypto_secretstream_xchacha20poly1305_init_pull(
state,
header,
k,
);
}