Ruben De Smet
Ruben De Smet
Let's leave both issues open, then!
> error[E0554]: `#![feature]` may not be used on the stable release channel Did you try running it on a nightly compiler? `cargo +nighty test` ?
Sounds like you'll need to figure out which exact version of nightly you need. Did you try with `nightly-2019-07-31`, as [suggested by the `rust-toolchain` file](https://github.com/dalek-cryptography/bulletproofs/blob/main/rust-toolchain)?
I pushed some changes to the `dalek-neon` branch. @Tarinn will try to get both branches in sync. In that branch, there are some updates that (hopefully) doesn't make this slower...
Documenting the `image` flag and crate in the README and main lib doc would be useful indeed! Patch is welcome.