cryptoSecretstreamXchacha20poly1305Rekey static method

void cryptoSecretstreamXchacha20poly1305Rekey(
  1. Pointer<Uint8> state
)

Implementation

static void cryptoSecretstreamXchacha20poly1305Rekey(Pointer<Uint8> state) {
  _cryptoSecretStream.crypto_secretstream_xchacha20poly1305_rekey(state);
}