oconnor663 / blake3-py

Python bindings for the BLAKE3 cryptographic hash function
Other
139 stars 12 forks source link

enable the "c" feature by default #1

Closed oconnor663 closed 4 years ago

oconnor663 commented 4 years ago

This is currently blocked on https://github.com/rust-lang/rust/issues/68905.

oconnor663 commented 4 years ago

In the meantime, we could pin the specific nightly that's not broken. Then the assembly implementations could make it into release binaries.