ethereum / blake2b-py

Blake2b hashing in Rust with Python bindings.
MIT License
7 stars 17 forks source link

Allow building on stable Rust #14

Closed vquelque closed 1 year ago

vquelque commented 1 year ago

This PR is only a rebase of PR #9. It allows to build blake2b-py using stable Rust toolchain instead of the nightly toolchain. The main change is that it only enable feature(test) when testing, so building can be done on stable rust toolchain.

kclowes commented 1 year ago

I just saw this when I was looking through and cleaning up issues. These commits are merged, so I'm going to close here. Thank you!