curve25519-dalek [exposes a SIMD feature](https://github.com/dalek-cryptography/curve25519-dalek/blob/3e189820da03cc034f5fa143fc7b2ccb21fffa5e/Cargo.toml#L51) (nightly only), is it in scope for opaque-ke to re-expose this? Alternatively, of course, consumers can just activate this feature themselves by adding curve25519-dalek as a dependency in their crate.