Erotemic / ubelt

A Python utility library with a stdlib like feel and extra batteries. Paths, Progress, Dicts, Downloads, Caching, Hashing: ubelt makes it easy!
Apache License 2.0
716 stars 42 forks source link

Support for xxh3 #158

Open jet082 opened 1 month ago

jet082 commented 1 month ago

As the title says. It'd be nice to get support for xxh3_128_hexdigest in hash_file

Erotemic commented 1 month ago

I would accept a PR that adds this support, or any other state-of-the-art hashing methods so long as any extra dependency is optional, backwards compatibility is maintained, appropriate tests are added, etc.