Zeth - Zerocash on Ethereum  0.8
Reference implementation of the Zeth protocol by Clearmatics
constants.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 DEFAULT_CONFIG_FILE = "server_config.json"
8 
9 # Intermediate files
10 LAGRANGE_FILE = "lagrange.bin"
11 LINEAR_COMBINATION_FILE = "linear_combination.bin"