Boot sha2-asm

Stick with pure Rust until someone can write a benchmark that
demonstrates that sha2-asm adds value. If we go with a GPU
implementation first, we may never need to do that.
This commit is contained in:
Greg Fitzgerald
2018-03-19 16:42:28 -06:00
parent 8ee76bcea0
commit caa9a846ed
3 changed files with 2 additions and 4 deletions

View File

@@ -128,5 +128,5 @@ $ rustup install nightly
Run the benchmarks:
```bash
$ cargo +nightly bench --features="asm,unstable"
$ cargo +nightly bench --features="unstable"
```