-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
For parity with hashlib in Python 3.8/9, xxh32/xxh64/etc need to accept a keyword argument string, and a boolean keyword argument usedforsecurity.
In addition, the .name attribute on the streaming hashes all return Python strings with an extra null terminator, which I believe is a bug stemming from using sizeof("XXH32"), etc.
I can write a PR for the latter bug later this week, along with a PR for type stubs that I'm working on.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels