]> Cypherpunks.ru repositories - pygost.git/blobdiff - pygost/stubs/pygost/gost34112012512.pyi
Missing 34.11-2012 PBKDF2 typing stub
[pygost.git] / pygost / stubs / pygost / gost34112012512.pyi
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: ...