Add a simple benchmark of 2048-bit RSA validation
authorMatt Corallo <git@bluematt.me>
Sat, 2 Mar 2024 20:20:11 +0000 (20:20 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 3 Apr 2024 09:14:45 +0000 (09:14 +0000)
commited08985212345ac11904b2db5b7f78be0d8885e3
tree744380263d79a921a806dcf93941968b8d12c4ea
parent82f0e7de99a7d8118e6c6a2d938a1f85014b876e
Add a simple benchmark of 2048-bit RSA validation

This shows our RSA is only roughly 3.5x slower than OpenSSL.
bench/Cargo.toml [new file with mode: 0644]
bench/benches/bench.rs [new file with mode: 0644]
src/lib.rs
test.sh