Zeth - Zerocash on Ethereum
0.8
Reference implementation of the Zeth protocol by Clearmatics
|
Public Member Functions | |
def | __init__ (self, Union[str, List[str]] x_coord, Union[str, List[str]] y_coord) |
str | __str__ (self) |
str | __repr__ (self) |
bool | __eq__ (self, object other) |
List[Union[str, List[str]]] | to_json_list (self) |
Static Public Member Functions | |
G2Point | from_json_list (List[Union[str, List[str]]] json_list) |
Public Attributes | |
x_coord | |
y_coord | |
G2 Group Points. Depending on the curve, coordinates may be in the base (non-extension) field (i.e. simple json strings), or an extension field (i.e. a list of strings).
Definition at line 67 of file pairing.py.
def zeth.core.pairing.G2Point.__init__ | ( | self, | |
Union[str, List[str]] | x_coord, | ||
Union[str, List[str]] | y_coord | ||
) |
Definition at line 73 of file pairing.py.
bool zeth.core.pairing.G2Point.__eq__ | ( | self, | |
object | other | ||
) |
str zeth.core.pairing.G2Point.__repr__ | ( | self | ) |
str zeth.core.pairing.G2Point.__str__ | ( | self | ) |
Definition at line 80 of file pairing.py.
|
static |
Definition at line 95 of file pairing.py.
List[Union[str, List[str]]] zeth.core.pairing.G2Point.to_json_list | ( | self | ) |
zeth.core.pairing.G2Point.x_coord |
Definition at line 74 of file pairing.py.
zeth.core.pairing.G2Point.y_coord |
Definition at line 75 of file pairing.py.