Skip to content

Commit

Permalink
clarify benchmark in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
schanzen committed Dec 4, 2024
1 parent 6b4220a commit 325a722
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Provides a library `libbbs` implementing the `BLS12381-SHA-256` and `BLS12-381-S
Dependencies:

- `cmake` (build only)
- `gmp` (optional)
- `gmp` (optional, faster than the default)

```zsh
mkdir build
Expand Down Expand Up @@ -47,7 +47,7 @@ Within `build`:



Benchmark (`bbs_bench_individual`) on M1 Pro 2021 16GB:
Benchmark (`bbs_bench_individual`) on M1 Pro 2021 16GB with `-DRELIC_ARITH="gmp"`:

- 2 messages each of size 64 bytes
- Disclosing first message only
Expand Down

0 comments on commit 325a722

Please sign in to comment.