briansmith / crypto-bench

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

Add orion (PBKDF2, SHA-512, ChaCha20-Poly1305 and XChaCha20Poly1305) #46

Closed brycx closed 4 years ago

brycx commented 5 years ago

Disclaimer: I'm the author of the library.

I wasn't sure if ChaCha20-Poly1305 and XChaCha20-Poly1305 were supposed to be on separate rows or not, but I've put them separately for now.

brycx commented 5 years ago

I know you're most likely busy @briansmith, but if there's anything I can do to make it easier to review this, please let me know.