massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2and3 / Crypto / Protocol / KDF.pyi
1 from typing import Any, Optional\r
2 from Crypto.Hash import SHA as SHA1\r
3 \r
4 __revision__ = ...  # type: str\r
5 \r
6 def PBKDF1(password, salt, dkLen, count: int = ..., hashAlgo: Optional[Any] = ...): ...\r
7 def PBKDF2(password, salt, dkLen: int = ..., count: int = ..., prf: Optional[Any] = ...): ...\r