massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2and3 / Crypto / Protocol / AllOrNothing.pyi
1 from typing import Any, Optional\r
2 \r
3 __revision__ = ...  # type: str\r
4 \r
5 def isInt(x): ...\r
6 \r
7 class AllOrNothing:\r
8     def __init__(self, ciphermodule, mode: Optional[Any] = ..., IV: Optional[Any] = ...) -> None: ...\r
9     def digest(self, text): ...\r
10     def undigest(self, blocks): ...\r