]> Cypherpunks.ru repositories - pygost.git/blobdiff - pygost/stubs/pygost/gost3410.pyi
Simplify GOST3410Curve initialization
[pygost.git] / pygost / stubs / pygost / gost3410.pyi
index 4b4ea5d16da465a7973e89a0ee7231570053bc8e..ed5918638c7777ff62e593a21f7d4e5c010e7694 100644 (file)
@@ -2,8 +2,9 @@ from typing import Dict
 from typing import Tuple
 
 
-DEFAULT_CURVE = ...  # type: str
-CURVE_PARAMS = ...  # type: Dict[str, Tuple[bytes, bytes, bytes, bytes, bytes, bytes]]
+DEFAULT_CURVE = ...  # type: GOST3410Curve
+CURVES = ...  # type: Dict[str, GOST3410Curve]
+MODE2SIZE = ...  # type: Dict[int, int]
 PublicKey = Tuple[int, int]