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