Zeth - Zerocash on Ethereum
0.8
Reference implementation of the Zeth protocol by Clearmatics
|
Public Member Functions | |
def | __init__ (self, SigningSecretKey sk, SigningVerificationKey vk) |
Dict[str, Any] | to_json_dict (self) |
Static Public Member Functions | |
SigningKeyPair | from_json_dict (Dict[str, Any] json_dict) |
Public Attributes | |
sk | |
vk | |
An OT-Schnorr signing and verification keypair.
Definition at line 72 of file signing.py.
def zeth.core.signing.SigningKeyPair.__init__ | ( | self, | |
SigningSecretKey | sk, | ||
SigningVerificationKey | vk | ||
) |
Definition at line 76 of file signing.py.
|
static |
Definition at line 87 of file signing.py.
Dict[str, Any] zeth.core.signing.SigningKeyPair.to_json_dict | ( | self | ) |
Definition at line 80 of file signing.py.
zeth.core.signing.SigningKeyPair.sk |
Definition at line 77 of file signing.py.
zeth.core.signing.SigningKeyPair.vk |
Definition at line 78 of file signing.py.