]> Cypherpunks.ru repositories - pygost.git/commitdiff
Fix typing stub: no gost3410.MODE2SIZE anymore
authorSergey Matveev <stargrave@stargrave.org>
Thu, 10 Sep 2020 18:15:23 +0000 (21:15 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 10 Sep 2020 18:15:23 +0000 (21:15 +0300)
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]