Zeth - Zerocash on Ethereum
0.8
Reference implementation of the Zeth protocol by Clearmatics
|
Public Member Functions | |
def | __init__ (self, G1Point a, G2Point b, G1Point c) |
Dict[str, Any] | to_json_dict (self) |
Static Public Member Functions | |
Groth16.Proof | from_json_dict (Dict[str, Any] json_dict) |
Public Attributes | |
a | |
b | |
c | |
Definition at line 184 of file zksnark.py.
Definition at line 185 of file zksnark.py.
|
static |
Reimplemented from zeth.core.zksnark.IProof.
Definition at line 202 of file zksnark.py.
Dict[str, Any] zeth.core.zksnark.Groth16.Proof.to_json_dict | ( | self | ) |
Reimplemented from zeth.core.zksnark.IProof.
Definition at line 194 of file zksnark.py.
zeth.core.zksnark.Groth16.Proof.a |
Definition at line 186 of file zksnark.py.
zeth.core.zksnark.Groth16.Proof.b |
Definition at line 187 of file zksnark.py.
zeth.core.zksnark.Groth16.Proof.c |
Definition at line 188 of file zksnark.py.