Zeth - Zerocash on Ethereum  0.8
Reference implementation of the Zeth protocol by Clearmatics
Public Member Functions | Static Public Member Functions | List of all members
zeth.core.zksnark.IVerificationKey Class Reference
Inheritance diagram for zeth.core.zksnark.IVerificationKey:
Inheritance graph
[legend]
Collaboration diagram for zeth.core.zksnark.IVerificationKey:
Collaboration graph
[legend]

Public Member Functions

Dict[str, Any] to_json_dict (self)
 

Static Public Member Functions

IVerificationKey from_json_dict (Dict[str, Any] json_dict)
 

Detailed Description

Abstract base class of verification keys

Definition at line 33 of file zksnark.py.

Member Function Documentation

◆ from_json_dict()

IVerificationKey zeth.core.zksnark.IVerificationKey.from_json_dict ( Dict[str, Any]  json_dict)
static

Reimplemented in zeth.core.zksnark.PGHR13.VerificationKey, and zeth.core.zksnark.Groth16.VerificationKey.

Definition at line 43 of file zksnark.py.

43  def from_json_dict(json_dict: Dict[str, Any]) -> IVerificationKey:
44  pass
45 
46 

◆ to_json_dict()

Dict[str, Any] zeth.core.zksnark.IVerificationKey.to_json_dict (   self)

Reimplemented in zeth.core.zksnark.PGHR13.VerificationKey, and zeth.core.zksnark.Groth16.VerificationKey.

Definition at line 38 of file zksnark.py.

38  def to_json_dict(self) -> Dict[str, Any]:
39  pass
40 

The documentation for this class was generated from the following file: