From 0a34a92f6a3deb1ae2f007ead403b3cb40493628 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 16 Jun 2017 11:00:01 +0300 Subject: [PATCH] Missing DEFAULT_CURVE in stubs --- 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 3f93d71..4b4ea5d 100644 --- a/pygost/stubs/pygost/gost3410.pyi +++ b/pygost/stubs/pygost/gost3410.pyi @@ -2,6 +2,7 @@ from typing import Dict from typing import Tuple +DEFAULT_CURVE = ... # type: str CURVE_PARAMS = ... # type: Dict[str, Tuple[bytes, bytes, bytes, bytes, bytes, bytes]] PublicKey = Tuple[int, int] -- 2.44.0