Add a TODO for adding benchmarks to Brian Smith's crypto-bench.

This commit is contained in:
Isis Lovecruft 2017-03-15 22:41:36 +00:00
parent 0e535a9318
commit a3aa6078b4
Failed to extract signature

View file

@ -148,3 +148,5 @@ to the `Cargo.toml`:
rather than using the rust-crypto implementation whose API requires rather than using the rust-crypto implementation whose API requires
that we allocate memory and memzero it before mutating to store the that we allocate memory and memzero it before mutating to store the
digest. digest.
* Incorporate ed25519-dalek into Brian Smith's
[crypto-bench](https://github.com/briansmith/crypto-bench).