Zeth - Zerocash on Ethereum  0.8
Reference implementation of the Zeth protocol by Clearmatics
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')"