briansmith / crypto-bench

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

Fix *ring* benchmarks #27

Closed ranweiler closed 7 years ago

ranweiler commented 7 years ago

The ring benchmarks were broken to recent updates to the PBKDF2 and AEAD interfaces. The relevant commits are:

This PR just updates the impacted function calls for ring.

briansmith commented 7 years ago

Thank you!