Files
music-iyoyah-bot/venv/lib/python3.12/site-packages/Crypto/Hash/TupleHash256.pyi
2026-03-25 11:20:05 +07:00

6 lines
144 B
Python

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