briansmith / crypto-bench

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

Update for latest *ring*. #29

Closed ranweiler closed 7 years ago

ranweiler commented 7 years ago

This unbreaks the ring benchmarks for >= 0.8.

briansmith commented 7 years ago

Thanks for the PR. There was an additional change needed, which was replacing the use of Ed2519KeyPair::generate() with Ed2519KeyPair::generate_pkcs8().

I fixed this in 312a9552eb58cd0b0cb9d393c580c14969c3269d and 5ce1a74e8df7460692e378c27600ee15c56c4eb5.