Zeth - Zerocash on Ethereum
0.8
Reference implementation of the Zeth protocol by Clearmatics
|
Public Member Functions | |
def | __init__ (self, str x_coord, str y_coord) |
str | __str__ (self) |
str | __repr__ (self) |
bool | __eq__ (self, object other) |
List[str] | to_json_list (self) |
Static Public Member Functions | |
G1Point | from_json_list (List[str] json_list) |
Public Attributes | |
x_coord | |
y_coord | |
G1 Group Points. A typed tuple of strings, stored as a JSON array.
Definition at line 18 of file pairing.py.
def zeth.core.pairing.G1Point.__init__ | ( | self, | |
str | x_coord, | ||
str | y_coord | ||
) |
Definition at line 22 of file pairing.py.
bool zeth.core.pairing.G1Point.__eq__ | ( | self, | |
object | other | ||
) |
str zeth.core.pairing.G1Point.__repr__ | ( | self | ) |
str zeth.core.pairing.G1Point.__str__ | ( | self | ) |
Definition at line 26 of file pairing.py.
|
static |
Definition at line 41 of file pairing.py.
List[str] zeth.core.pairing.G1Point.to_json_list | ( | self | ) |
zeth.core.pairing.G1Point.x_coord |
Definition at line 23 of file pairing.py.
zeth.core.pairing.G1Point.y_coord |
Definition at line 24 of file pairing.py.