X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=blobdiff_plain;f=pygost%2Fstubs%2Fpygost%2Fgost34112012512.pyi;h=1276e2efcbe46bae16026c6216b176f3070f7bef;hp=af944d0277f37a44165866cb51c27396b572c861;hb=0e3d739619034abdd601089bee4e2cfef6ec177b;hpb=227f7f5434fbe5abc3cd02208a81f2dd6c25b7f4 diff --git a/pygost/stubs/pygost/gost34112012512.pyi b/pygost/stubs/pygost/gost34112012512.pyi index af944d0..1276e2e 100644 --- a/pygost/stubs/pygost/gost34112012512.pyi +++ b/pygost/stubs/pygost/gost34112012512.pyi @@ -17,3 +17,5 @@ class GOST34112012512(PEP247): def new(data: bytes=...) -> GOST34112012512: ... + +def pbkdf2(password: bytes, salt: bytes, iterations: int, dklen: int) -> bytes: ...