|
Zecale - Reconciling Privacy and Scalability on Smart-Contract Chains
0.5
Reference implementation of the Zecale protocol by Clearmatics
|
Functions | |
| None | test_bw6_761_groth16_valid (IZKSnarkProvider zksnark, Any instance, IVerificationKey aggregator_vk) |
| None | test_bw6_761_groth16_invalid (IZKSnarkProvider zksnark, Any instance, IVerificationKey aggregator_vk) |
| int | main () |
Variables | |
| ZECALE_DIR = get_zecale_dir() | |
| CONTRACTS_DIR = join(ZECALE_DIR, "contracts") | |
| DUMMY_APP_DIR = join(ZECALE_DIR, "testdata", "dummy_app") | |
| BW6_761_PAIRING_PARAMETERS | |
| int test_commands.test_bw6_761_groth16_contract.main | ( | ) |
Definition at line 82 of file test_bw6_761_groth16_contract.py.

| None test_commands.test_bw6_761_groth16_contract.test_bw6_761_groth16_invalid | ( | IZKSnarkProvider | zksnark, |
| Any | instance, | ||
| IVerificationKey | aggregator_vk | ||
| ) |
Definition at line 74 of file test_bw6_761_groth16_contract.py.

| None test_commands.test_bw6_761_groth16_contract.test_bw6_761_groth16_valid | ( | IZKSnarkProvider | zksnark, |
| Any | instance, | ||
| IVerificationKey | aggregator_vk | ||
| ) |
Definition at line 66 of file test_bw6_761_groth16_contract.py.

| test_commands.test_bw6_761_groth16_contract.BW6_761_PAIRING_PARAMETERS |
Definition at line 24 of file test_bw6_761_groth16_contract.py.
| test_commands.test_bw6_761_groth16_contract.CONTRACTS_DIR = join(ZECALE_DIR, "contracts") |
Definition at line 18 of file test_bw6_761_groth16_contract.py.
| test_commands.test_bw6_761_groth16_contract.DUMMY_APP_DIR = join(ZECALE_DIR, "testdata", "dummy_app") |
Definition at line 19 of file test_bw6_761_groth16_contract.py.
| test_commands.test_bw6_761_groth16_contract.ZECALE_DIR = get_zecale_dir() |
Definition at line 17 of file test_bw6_761_groth16_contract.py.
1.8.17