]> Cypherpunks.ru repositories - pygost.git/commitdiff
Missing 34.11-2012 PBKDF2 typing stub
authorSergey Matveev <stargrave@stargrave.org>
Sat, 5 May 2018 09:23:46 +0000 (12:23 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 9 Dec 2018 10:01:00 +0000 (13:01 +0300)
NEWS
VERSION
pygost/stubs/pygost/gost34112012512.pyi
www.texi

diff --git a/NEWS b/NEWS
index a0ea75bf13efc3d72ccebfc7aee08ca6dce64487..7f6ddc3d50261754a6ab5010002c3b8fac3d2dea 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+3.9:
+    Add missing 34.11-2012 PBKDF2 typing stub.
+
 3.8:
     * 34.11-2012 based PBKDF2 function added
     * 34.13-2015 does not require double blocksized IVs
diff --git a/VERSION b/VERSION
index cc1923a40b1a5e8c7fbdb8f9f6c6bbe26c35604b..bd28b9c5c27e0dfa60da94179ec9b23f2be8be0c 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.8
+3.9
index af944d0277f37a44165866cb51c27396b572c861..1276e2efcbe46bae16026c6216b176f3070f7bef 100644 (file)
@@ -17,3 +17,5 @@ class GOST34112012512(PEP247):
 
 
 def new(data: bytes=...) -> GOST34112012512: ...
+
+def pbkdf2(password: bytes, salt: bytes, iterations: int, dklen: int) -> bytes: ...
index a9da4c6e9d1ee2d18f32723dcac30b29ff889a95..98210a8273b87218ea0b745c704c391d36266bfb 100644 (file)
--- a/www.texi
+++ b/www.texi
@@ -91,6 +91,9 @@ mailing list. Announcements also go to this mailing list.
 @unnumbered News
 
 @table @strong
+@item 3.9
+Add missing 34.11-2012 PBKDF2 typing stub.
+
 @item 3.8
     @itemize
     @item 34.11-2012 based PBKDF2 function added