Zeth - Zerocash on Ethereum  0.8
Reference implementation of the Zeth protocol by Clearmatics
Classes | Namespaces | Functions | Variables
ownership.py File Reference

Go to the source code of this file.

Classes

class  zeth.core.ownership.OwnershipKeyPair
 

Namespaces

 zeth.core.ownership
 

Functions

str zeth.core.ownership.ownership_key_as_hex (bytes a_sk)
 
OwnershipPublicKey zeth.core.ownership.ownership_public_key_from_hex (str key_hex)
 
OwnershipSecretKey zeth.core.ownership.ownership_secret_key_from_hex (str key_hex)
 
OwnershipKeyPair zeth.core.ownership.gen_ownership_keypair ()
 

Variables

 zeth.core.ownership.OwnershipSecretKey = NewType('OwnershipSecretKey', bytes)
 
 zeth.core.ownership.OwnershipPublicKey = NewType('OwnershipPublicKey', bytes)