From: Sergey Matveev Date: Mon, 19 Oct 2020 10:07:51 +0000 (+0300) Subject: Missing Tuple import X-Git-Tag: 5.2~4 X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=commitdiff_plain;h=ec120652de51b7be684bf1782a9fc06861d75e3e;ds=sidebyside Missing Tuple import --- diff --git a/news.texi b/news.texi index 6ff2525..8c5bc0d 100644 --- a/news.texi +++ b/news.texi @@ -10,6 +10,7 @@ checking if point is on the curve. @item @code{gost3410_vko} functions check if remote peer's public key is on the curve. + @item Small typing stubs fixes. @end itemize @anchor{Release 5.1} diff --git a/pygost/stubs/pygost/kdf.pyi b/pygost/stubs/pygost/kdf.pyi index ac5cf2a..ccab8af 100644 --- a/pygost/stubs/pygost/kdf.pyi +++ b/pygost/stubs/pygost/kdf.pyi @@ -1,4 +1,5 @@ from typing import Sequence +from typing import Tuple from pygost.gost3410 import GOST3410Curve