From: Sergey Matveev Date: Thu, 10 Sep 2020 18:15:23 +0000 (+0300) Subject: Fix typing stub: no gost3410.MODE2SIZE anymore X-Git-Tag: 5.1~3 X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=commitdiff_plain;h=f2543b706559e704df29fff682344ee3f1be4b7c;hp=1295e561bab3b426511f9a77cefe9c209367fa99 Fix typing stub: no gost3410.MODE2SIZE anymore --- diff --git a/pygost/stubs/pygost/gost3410.pyi b/pygost/stubs/pygost/gost3410.pyi index 6649445..5278c81 100644 --- a/pygost/stubs/pygost/gost3410.pyi +++ b/pygost/stubs/pygost/gost3410.pyi @@ -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]