Typing Protocols¶
-
class
multihash.HasherType(*args, **kwargs)¶ Protocol for “hashers”.
These are classes that actually compute the hashes.
-
copy()¶ Produce a copy of the hasher.
- Return type
-
multihash.HasherType(*args, **kwargs)¶Protocol for “hashers”.
These are classes that actually compute the hashes.
copy()¶Produce a copy of the hasher.