From 96f9d11b0924f078ded87ace8269963875faeefa Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 21 Jun 2017 10:43:46 +0300 Subject: [PATCH] MODE2SIZE in typing stub --- pygost/stubs/pygost/gost3410.pyi | 1 + 1 file changed, 1 insertion(+) 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] -- 2.44.0