plugin.audio.librespot/resources/lib/deps/Cryptodome/Hash/TupleHash256.pyi
2024-02-21 01:17:59 -05:00

5 lines
144 B
Python

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