massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2and3 / Crypto / Cipher / DES3.pyi
1 from typing import Any, Union, Text\r
2 \r
3 from .blockalgo import BlockAlgo\r
4 \r
5 __revision__ = ...  # type: str\r
6 \r
7 class DES3Cipher(BlockAlgo):\r
8     def __init__(self, key: Union[bytes, Text], *args, **kwargs) -> None: ...\r
9 \r
10 def new(key: Union[bytes, Text], *args, **kwargs) -> DES3Cipher: ...\r
11 \r
12 MODE_ECB = ...  # type: int\r
13 MODE_CBC = ...  # type: int\r
14 MODE_CFB = ...  # type: int\r
15 MODE_PGP = ...  # type: int\r
16 MODE_OFB = ...  # type: int\r
17 MODE_CTR = ...  # type: int\r
18 MODE_OPENPGP = ...  # type: int\r
19 block_size = ...  # type: int\r
20 key_size = ...  # type: Any\r