Zeth - Zerocash on Ethereum
0.8
Reference implementation of the Zeth protocol by Clearmatics
client
zeth
core
errors.py
Go to the documentation of this file.
1
#!/usr/bin/env python3
2
3
# Copyright (c) 2015-2022 Clearmatics Technologies Ltd
4
#
5
# SPDX-License-Identifier: LGPL-3.0+
6
7
# Zeth standard error messages
8
SNARK_NOT_SUPPORTED: str = \
9
"Invalid zkSNARK, should be one of ('PGHR13', 'GROTH16')"
Generated on Mon Nov 28 2022 10:29:03 for Zeth - Zerocash on Ethereum by
1.8.17