briansmith / crypto-bench

Benchmarks for crypto libraries (in Rust, or with Rust bindings)
70 stars 11 forks source link

Upgrade OpenSSL benchmarks to 0.9.x #20

Closed malept closed 6 years ago

malept commented 7 years ago

I believe the existing OpenSSL implementation was using rust-openssl 0.7.x syntax.

malept commented 7 years ago

Also, once this is merged, it should be fairly trivial to add PBKDF2 + SHA-2 benchmarks.

briansmith commented 6 years ago

Sorry I overlooked this PR for so long. Recently a similar PR was merged. Thanks for your contribution!