Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions curve25519-dalek/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,9 @@ when the whole program is compiled with the appropriate `target_feature`s.
Benchmarks are run using [`criterion.rs`][criterion]:

```sh
cargo bench --features "rand_core"
cargo bench --features "rand_core,digest"
export RUSTFLAGS='-C target_cpu=native'
cargo +nightly bench --features "rand_core"
cargo +nightly bench --features "rand_core,digest"
```

Performance is a secondary goal behind correctness, safety, and
Expand Down