Function dryoc::classic::crypto_secretstream_xchacha20poly1305::crypto_secretstream_xchacha20poly1305_rekey
source · pub fn crypto_secretstream_xchacha20poly1305_rekey(state: &mut State)
Expand description
Manually rekeys a stream.
Compatible with libsodium’s
crypto_secretstream_xchacha20poly1305_init_push
.