crypto_box_curve25519xchacha20poly1305_easy_afternm method
JSUint8Array
crypto_box_curve25519xchacha20poly1305_easy_afternm(
- JSUint8Array message,
- JSUint8Array nonce,
Implementation
external JSUint8Array crypto_box_curve25519xchacha20poly1305_easy_afternm(
JSUint8Array message,
JSUint8Array nonce,
JSUint8Array sharedKey,
);