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