briansmith / crypto-bench

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

Add benchmarks for Andrew Moon's implementations of ChaCha20-Poly1305 #26

Closed briansmith closed 4 years ago

briansmith commented 7 years ago

The primitives are at https://github.com/floodyberry/poly1305-opt and https://github.com/floodyberry/chacha-opt. We'd need to write a Rust wrapper around them that composes them into the ChaCha20-Poly1305 construct.

briansmith commented 7 years ago

It would be good to test https://github.com/floodyberry/poly1305-donna too.