An OT-Schnorr signing key.
Definition at line 49 of file signing.py.
◆ __init__()
def zeth.core.signing.SigningSecretKey.__init__ |
( |
|
self, |
|
|
FQ |
x, |
|
|
FQ |
y, |
|
|
G1 |
y_g1 |
|
) |
| |
Definition at line 53 of file signing.py.
53 def __init__(self, x: FQ, y: FQ, y_g1: G1):
◆ from_json_dict()
SigningSecretKey zeth.core.signing.SigningSecretKey.from_json_dict |
( |
Dict[str, Any] |
json_dict | ) |
|
|
static |
Definition at line 65 of file signing.py.
65 def from_json_dict(json_dict: Dict[str, Any]) -> SigningSecretKey:
66 return SigningSecretKey(
◆ to_json_dict()
Dict[str, Any] zeth.core.signing.SigningSecretKey.to_json_dict |
( |
|
self | ) |
|
Definition at line 57 of file signing.py.
57 def to_json_dict(self) -> Dict[str, Any]:
◆ psk
zeth.core.signing.SigningSecretKey.psk |
◆ ssk
zeth.core.signing.SigningSecretKey.ssk |
The documentation for this class was generated from the following file:
- /home/runner/work/zeth/zeth/client/zeth/core/signing.py