crypto_box_curve25519xchacha20poly1305_detached_afternm method

CryptoBox crypto_box_curve25519xchacha20poly1305_detached_afternm(
  1. JSUint8Array message,
  2. JSUint8Array nonce,
  3. JSUint8Array sharedKey
)

Implementation

external CryptoBox crypto_box_curve25519xchacha20poly1305_detached_afternm(
  JSUint8Array message,
  JSUint8Array nonce,
  JSUint8Array sharedKey,
);