crypto_secretstream_xchacha20poly1305_rekey method
void
crypto_secretstream_xchacha20poly1305_rekey()
Implementation
void crypto_secretstream_xchacha20poly1305_rekey(
ffi.Pointer<crypto_secretstream_xchacha20poly1305_state> state,
) {
return _crypto_secretstream_xchacha20poly1305_rekey(
state,
);
}