massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2and3 / Crypto / Cipher / Blowfish.pyi
diff --git a/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/third_party/2and3/Crypto/Cipher/Blowfish.pyi b/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/third_party/2and3/Crypto/Cipher/Blowfish.pyi
new file mode 100644 (file)
index 0000000..fb7f705
--- /dev/null
@@ -0,0 +1,19 @@
+from typing import Any, Union, Text\r
+from .blockalgo import BlockAlgo\r
+\r
+__revision__ = ...  # type: str\r
+\r
+class BlowfishCipher(BlockAlgo):\r
+    def __init__(self, key: Union[bytes, Text], *args, **kwargs) -> None: ...\r
+\r
+def new(key: Union[bytes, Text], *args, **kwargs) -> BlowfishCipher: ...\r
+\r
+MODE_ECB = ...  # type: int\r
+MODE_CBC = ...  # type: int\r
+MODE_CFB = ...  # type: int\r
+MODE_PGP = ...  # type: int\r
+MODE_OFB = ...  # type: int\r
+MODE_CTR = ...  # type: int\r
+MODE_OPENPGP = ...  # type: int\r
+block_size = ...  # type: int\r
+key_size = ...  # type: Any\r