Skip to content

Commit

Permalink
Merge pull request #13 from tomato42/fix-bench-format
Browse files Browse the repository at this point in the history
fix formatting of the benchmarking table in README
  • Loading branch information
GiacomoPope authored Jul 19, 2024
2 parents 8b3dbbf + 980d3ff commit 9a1168e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,11 @@ The above example would also work with `Kyber768` and `Kyber1024`.

For now, here are some approximate benchmarks, although the purpose of this project is not speed, but rather education!

--------------------------------------------------------------------------------
Params | keygen | keygen/s | encap | encap/s | decap | decap/s
--------------------------------------------------------------------------------
Kyber512 | 4.82ms 207.59 7.10ms 140.80 11.65ms 85.82
Kyber768 | 6.87ms 145.60 10.11ms 98.92 16.51ms 60.58
Kyber1024 | 9.72ms 102.91 13.71ms 72.94 22.20ms 45.05
| Params | keygen | keygen/s | encap | encap/s | decap | decap/s |
|------------|---------:|-----------:|--------:|----------:|--------:|---------:|
|Kyber512 | 4.82ms| 207.59| 7.10ms| 140.80| 11.65ms| 85.82 |
|Kyber768 | 6.87ms| 145.60| 10.11ms| 98.92| 16.51ms| 60.58 |
|Kyber1024 | 9.72ms| 102.91| 13.71ms| 72.94| 22.20ms| 45.05 |

All times recorded using a Intel Core i7-9750H CPU.

Expand Down

0 comments on commit 9a1168e

Please sign in to comment.