oconnor663 / blake2_simd

high-performance implementations of BLAKE2b/s/bp/sp in pure Rust with dynamic SIMD
MIT License
126 stars 22 forks source link

broken build on nightly, leading to Travis failure #9

Closed oconnor663 closed 5 years ago

oconnor663 commented 5 years ago

This is an upstream issue, and a future nightly compiler will fix it: https://github.com/rust-lang/rust/issues/61594

oconnor663 commented 5 years ago

Fixed as of 929b48ec9 2019-06-21.