crypto_secretstream_xchacha20poly1305_rekey method

bool crypto_secretstream_xchacha20poly1305_rekey(
  1. SecretstreamXchacha20poly1305State state_address
)

Implementation

external bool crypto_secretstream_xchacha20poly1305_rekey(
  SecretstreamXchacha20poly1305State state_address,
);