massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 3 / jwt / contrib / algorithms / py_ecdsa.pyi
1 from typing import Any\r
2 from jwt.algorithms import Algorithm\r
3 \r
4 from . import _HashAlg\r
5 \r
6 class ECAlgorithm(Algorithm):\r
7     SHA256 = ...  # type: _HashAlg\r
8     SHA384 = ...  # type: _HashAlg\r
9     SHA512 = ...  # type: _HashAlg\r
10     def __init__(self, hash_alg: _HashAlg) -> None: ...\r