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