]> Cypherpunks.ru repositories - pygost.git/blobdiff - pygost/stubs/pygost/gost341194.pyi
Separate 34.11-94 PBKDF2 function could be useful
[pygost.git] / pygost / stubs / pygost / gost341194.pyi
index 18e04d4c4759f53a611fa2b6273ff7945f964796..1432fad29422e6ed39859a4a07c675859759ff5c 100644 (file)
@@ -14,3 +14,6 @@ class GOST341194:
 
 
 def new(data: bytes=..., sbox: str=...) -> GOST341194: ...
+
+
+def pbkdf2(password: bytes, salt: bytes, iterations: int, dklen: int) -> bytes: ...