Uint8List? box_nonce(Uint8List message, Uint8List theNonce) { return box_nonce_len(message, 0, message.length, theNonce); }