TupleHash256.pyi 144 B

12345
  1. from .TupleHash128 import TupleHash
  2. def new(digest_bytes: int = ...,
  3. digest_bits: int = ...,
  4. custom: int = ...) -> TupleHash: ...