Skip to content

Commit

Permalink
Fixed spurious doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
rozbb committed Jul 24, 2024
1 parent 79c4f0b commit e61bf67
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,17 +85,19 @@ Tests
-----

To run tests, execute

cargo test --features "std"
```shell
cargo test --features "std"
```

This includes known-answer tests, which test against JSON-encoded test vectors in the [kat/](kat/) directory. To verify these test vectors against the reference Python implementation, `cd` into `kat/`, run `python2 verify_test_vector.py` and follow the included instructions.

Benchmarks
----------

To benchmark, run

cargo bench
```shell
cargo bench
```

This will produce a summary with plots in `target/crieteron/report/index.html`. These won't be very interesting, since almost every function in STROBE has the same runtime.

Expand Down

0 comments on commit e61bf67

Please sign in to comment.