crypto_secretstream_xchacha20poly1305_pull method

JSAny crypto_secretstream_xchacha20poly1305_pull(
  1. SecretstreamXchacha20poly1305State state_address,
  2. JSUint8Array cipher,
  3. JSUint8Array? ad
)

Implementation

external JSAny crypto_secretstream_xchacha20poly1305_pull(
  SecretstreamXchacha20poly1305State state_address,
  JSUint8Array cipher,
  JSUint8Array? ad,
);