crypto_secretstream_xchacha20poly1305_rekey method
void
crypto_secretstream_xchacha20poly1305_rekey(
- Pointer<
crypto_secretstream_xchacha20poly1305_state> state
Implementation
@pragma('vm:prefer-inline')
void crypto_secretstream_xchacha20poly1305_rekey(
_i1.Pointer<_i2.crypto_secretstream_xchacha20poly1305_state> state,
) => _i2.crypto_secretstream_xchacha20poly1305_rekey(state);