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