massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2and3 / Crypto / Random / Fortuna / SHAd256.pyi
1 from typing import Any, Optional\r
2 \r
3 class _SHAd256:\r
4     digest_size = ...  # type: Any\r
5     def __init__(self, internal_api_check, sha256_hash_obj) -> None: ...\r
6     def copy(self): ...\r
7     def digest(self): ...\r
8     def hexdigest(self): ...\r
9     def update(self, data): ...\r
10 \r
11 digest_size = ...  # type: Any\r
12 \r
13 def new(data: Optional[Any] = ...): ...\r