plugin.audio.librespot/resources/lib/deps/Cryptodome/Hash/TupleHash256.pyi

6 lines
144 B
Python
Raw Normal View History

2024-02-21 06:17:59 +00:00
from .TupleHash128 import TupleHash
def new(digest_bytes: int = ...,
digest_bits: int = ...,
custom: int = ...) -> TupleHash: ...