aboutsummaryrefslogblamecommitdiff
path: root/frozen_deps/Cryptodome/Hash/TupleHash256.pyi
blob: 82d943f0626670b53102c8b7e396a020adeab493 (plain) (tree)
1
2
3
4
5




                                            
from .TupleHash128 import TupleHash

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