Future<List<int>?> decrypt( List<int> encrypted, List<int> key, List<int> nonce, List<int> tag) { throw UnimplementedError('decrypt() has not been implemented.'); }