blake3-py
blake3-py copied to clipboard
Python bindings for the BLAKE3 cryptographic hash function
It would be nice to have wheels for Python 3.11 and PyPy (3.7 and 3.8), so as to not need cargo when installing blake3 in such environments. This is a...
It would be cool to have a C-based pypi package for the blake3 bindings. I've read the ticket on the Python issue tracker about hashlib inclusion, but that was closed...
It'd be nice if I/we could use more than just 32 bytes for the creation of a random key. I'm not sure if it is possible but I'd like to...
I've seen that you've provided lots of wheel package but could you please provide linux wheel for aarch64 and armv7 architecture ?
Below is a draft type stub for the blake3 module. I found this issue in the Maturin repo suggesting that adding type stubs to the project should be easy: https://github.com/PyO3/maturin/issues/618...
~After https://github.com/PyO3/maturin/pull/596 ships.~ That fix has shipped.
As per the title, updates all the Rust dependencies to the latest versions and adds a Dependabot configuration for a monthly check on updating those. Also updated the actions while...
This allows building blake3 with maturin 1.0, 1.1, 1.2 and future compatible versions. The package was built and tested with each latest minor version of maturin since 0.14 (0.15.3, 1.0.1,...
The module has been stable for a while now, and it's probably time to give it a 1.0 release. This issue is for tracking any work I should take care...
linux-aarch64 makes up for almost 10% of all platforms ref https://github.com/giampaolo/psutil/pull/2103 > aarch64 has already surpassed windows in terms of downloads for this package. Oracle, Amazon, Google, and Microsoft are...