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 | |
IVerificationKey | from_json_dict (Dict[str, Any] json_dict) |
Abstract base class of verification keys
Definition at line 33 of file zksnark.py.
|
static |
Reimplemented in zeth.core.zksnark.PGHR13.VerificationKey, and zeth.core.zksnark.Groth16.VerificationKey.
Definition at line 43 of file zksnark.py.
Dict[str, Any] zeth.core.zksnark.IVerificationKey.to_json_dict | ( | self | ) |
Reimplemented in zeth.core.zksnark.PGHR13.VerificationKey, and zeth.core.zksnark.Groth16.VerificationKey.
Definition at line 38 of file zksnark.py.