From: Sergey Matveev Date: Wed, 21 Jun 2017 07:43:46 +0000 (+0300) Subject: MODE2SIZE in typing stub X-Git-Tag: 3.15~53 X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=commitdiff_plain;h=96f9d11b0924f078ded87ace8269963875faeefa MODE2SIZE in typing stub --- diff --git a/pygost/stubs/pygost/gost3410.pyi b/pygost/stubs/pygost/gost3410.pyi index 4b4ea5d..74d8a24 100644 --- a/pygost/stubs/pygost/gost3410.pyi +++ b/pygost/stubs/pygost/gost3410.pyi @@ -4,6 +4,7 @@ from typing import Tuple DEFAULT_CURVE = ... # type: str CURVE_PARAMS = ... # type: Dict[str, Tuple[bytes, bytes, bytes, bytes, bytes, bytes]] +MODE2SIZE = ... # type: Dict[int, int] PublicKey = Tuple[int, int]