Zeth - Zerocash on Ethereum
0.8
Reference implementation of the Zeth protocol by Clearmatics
|
Public Member Functions | |
def | __init__ (self, OwnershipSecretKey a_sk, OwnershipPublicKey a_pk) |
Key-pair for ownership proof. This represents the 'payment key' (apk) from the 'payment address' and the 'spending key' (ask) from the 'private address'. These are components of ZethAddress, used in note commitments in the joinsplit statement.
Definition at line 25 of file ownership.py.
def zeth.core.ownership.OwnershipKeyPair.__init__ | ( | self, | |
OwnershipSecretKey | a_sk, | ||
OwnershipPublicKey | a_pk | ||
) |
Definition at line 32 of file ownership.py.