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