]> Cypherpunks.ru repositories - pygost.git/commitdiff
Missing Tuple import
authorSergey Matveev <stargrave@stargrave.org>
Mon, 19 Oct 2020 10:07:51 +0000 (13:07 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 19 Oct 2020 10:54:13 +0000 (13:54 +0300)
news.texi
pygost/stubs/pygost/kdf.pyi

index 6ff2525f2d1f751757517e033a8b96f4970f5422..8c5bc0dbe56107c3b848b5523c8995717922c8ac 100644 (file)
--- 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}
index ac5cf2a28471f6dda894d29b132132c7071321bf..ccab8afdc9c3510968ab0daf87f18c21b25cee72 100644 (file)
@@ -1,4 +1,5 @@
 from typing import Sequence
+from typing import Tuple
 
 from pygost.gost3410 import GOST3410Curve