crypto_secretbox_open_easy function

  1. @JS('crypto_secretbox_open_easy')
Uint8List crypto_secretbox_open_easy(
  1. Uint8List c,
  2. Uint8List n,
  3. Uint8List k
)

Implementation

@JS('crypto_secretbox_open_easy')
// ignore: non_constant_identifier_names
external Uint8List crypto_secretbox_open_easy(
  Uint8List c,
  Uint8List n,
  Uint8List k,
);