pub fn crypto_secretstream_xchacha20poly1305_rekey(state: &mut State)
Expand description

Manually rekeys a stream.

Compatible with libsodium’s crypto_secretstream_xchacha20poly1305_init_push.