]> Cypherpunks.ru repositories - pygost.git/blob - pygost/stubs/pygost/gost34112012256.pyi
Shorter module names for convenience and simplicity
[pygost.git] / pygost / stubs / pygost / gost34112012256.pyi
1 class GOST34112012256:
2     def __init__(self, data: bytes=...) -> None: ...
3
4     @property
5     def digest_size(self) -> int: ...
6
7     def copy(self) -> "GOST34112012256": ...
8
9     def update(self, data: bytes) -> None: ...
10
11     def digest(self) -> bytes: ...
12
13     def hexdigest(self) -> str: ...