mirror of
https://github.com/Legrandin/pycryptodome.git
synced 2026-02-06 18:00:07 +00:00
5 lines
144 B
Python
5 lines
144 B
Python
from .TupleHash128 import TupleHash
|
|
|
|
def new(digest_bytes: int = ...,
|
|
digest_bits: int = ...,
|
|
custom: int = ...) -> TupleHash: ...
|