corelay.io.hashing
Persistent, non-cryptographic hashing of python objects.
Functions
Extended non-cryptographic Hashing using Pickle and MetroHash |
Classes
Pickler for computing Hashes |
|
Hasher object with a write function for file-like updates |
|
Dummy Tensor |
- class corelay.io.hashing.HashPickler(file, protocol=None, fix_imports=True, buffer_callback=None)[source]
Bases:
PicklerPickler for computing Hashes