massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2and3 / Crypto / Random / Fortuna / FortunaAccumulator.pyi
diff --git a/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/third_party/2and3/Crypto/Random/Fortuna/FortunaAccumulator.pyi b/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/third_party/2and3/Crypto/Random/Fortuna/FortunaAccumulator.pyi
new file mode 100644 (file)
index 0000000..dfe4f8a
--- /dev/null
@@ -0,0 +1,25 @@
+from typing import Any\r
+\r
+__revision__ = ...  # type: str\r
+\r
+class FortunaPool:\r
+    digest_size = ...  # type: Any\r
+    def __init__(self) -> None: ...\r
+    def append(self, data): ...\r
+    def digest(self): ...\r
+    def hexdigest(self): ...\r
+    length = ...  # type: int\r
+    def reset(self): ...\r
+\r
+def which_pools(r): ...\r
+\r
+class FortunaAccumulator:\r
+    min_pool_size = ...  # type: int\r
+    reseed_interval = ...  # type: float\r
+    reseed_count = ...  # type: int\r
+    generator = ...  # type: Any\r
+    last_reseed = ...  # type: Any\r
+    pools = ...  # type: Any\r
+    def __init__(self) -> None: ...\r
+    def random_data(self, bytes): ...\r
+    def add_random_event(self, source_number, pool_number, data): ...\r