Zeth - Zerocash on Ethereum
0.8
Reference implementation of the Zeth protocol by Clearmatics
|
Public Member Functions | |
def | __init__ (self, G1 ppk, G1 spk) |
bytes | to_bytes (self) |
Dict[str, Any] | to_json_dict (self) |
Static Public Member Functions | |
SigningVerificationKey | from_json_dict (Dict[str, Any] json_dict) |
Public Attributes | |
ppk | |
spk | |
An OT-Schnorr verification key.
Definition at line 25 of file signing.py.
Definition at line 29 of file signing.py.
|
static |
bytes zeth.core.signing.SigningVerificationKey.to_bytes | ( | self | ) |
Dict[str, Any] zeth.core.signing.SigningVerificationKey.to_json_dict | ( | self | ) |
zeth.core.signing.SigningVerificationKey.ppk |
Definition at line 30 of file signing.py.
zeth.core.signing.SigningVerificationKey.spk |
Definition at line 31 of file signing.py.