Commit Graph

2 Commits

Author SHA1 Message Date
psychedelicious
af24013bb8 feat(mm): improved model hash class
- Use memory view for hashlib algorithms (closer to python 3.11's filehash API in hashlib)
- Remove `sha1_fast` (realized it doesn't even hash the whole file, it just does the first block)
- Add support for custom file filters
- Update docstrings
- Update tests
2024-03-08 09:00:02 -05:00
psychedelicious
9f690e0a7f tests(mm): add tests for ModelHash 2024-03-08 09:00:02 -05:00