]> Cypherpunks.ru repositories - pygost.git/blobdiff - pygost/stubs/pygost/gost3410.pyi
Fix typing stub: no gost3410.MODE2SIZE anymore
[pygost.git] / pygost / stubs / pygost / gost3410.pyi
index 66494455102d91c4fad69c1f773d451f72ef29a3..5278c81f30fc2308888bdfe26ddd3cefdc1c488e 100644 (file)
@@ -4,7 +4,6 @@ from typing import Tuple
 
 DEFAULT_CURVE = ...  # type: GOST3410Curve
 CURVES = ...  # type: Dict[str, GOST3410Curve]
-MODE2SIZE = ...  # type: Dict[int, int]
 PublicKey = Tuple[int, int]