crypto_box_open_afternm static method
Implementation
static Uint8List crypto_box_open_afternm(
Uint8List m, Uint8List c, int /*long*/ d, Uint8List n, Uint8List k) {
return crypto_secretbox_open(m, c, d, n, k);
}
static Uint8List crypto_box_open_afternm(
Uint8List m, Uint8List c, int /*long*/ d, Uint8List n, Uint8List k) {
return crypto_secretbox_open(m, c, d, n, k);
}