Files
netsec/env/lib/python3.12/site-packages/Crypto/Hash/TupleHash256.pyi
2024-12-01 04:19:04 +09:00

6 lines
144 B
Python

from .TupleHash128 import TupleHash
def new(digest_bytes: int = ...,
digest_bits: int = ...,
custom: int = ...) -> TupleHash: ...