Zeth - Zerocash on Ethereum
0.8
Reference implementation of the Zeth protocol by Clearmatics
|
Public Member Functions | |
Dict[str, Any] | to_json_dict (self) |
Static Public Member Functions | |
IProof | from_json_dict (Dict[str, Any] json_dict) |
Abstract base class of proofs
Definition at line 47 of file zksnark.py.
|
static |
Reimplemented in zeth.core.zksnark.PGHR13.Proof, and zeth.core.zksnark.Groth16.Proof.
Definition at line 57 of file zksnark.py.
Dict[str, Any] zeth.core.zksnark.IProof.to_json_dict | ( | self | ) |
Reimplemented in zeth.core.zksnark.PGHR13.Proof, and zeth.core.zksnark.Groth16.Proof.
Definition at line 52 of file zksnark.py.