Files
ai_wht_B/venv/Lib/site-packages/Crypto/Hash/TupleHash256.pyi

6 lines
144 B
Python
Raw Normal View History

2026-01-06 14:18:39 +08:00
from .TupleHash128 import TupleHash
def new(digest_bytes: int = ...,
digest_bits: int = ...,
custom: int = ...) -> TupleHash: ...