Add a TODO for how we could speed this up even further.

This commit is contained in:
Isis Lovecruft 2016-12-08 22:32:51 +00:00
parent 40330e4005
commit b36b4ccc1c
Failed to extract signature

View file

@ -64,3 +64,7 @@ Then, in your library or executable source, add:
* Maybe add methods to make exporting keys for backup easier.
* Benchmark in comparison to the ed25519_ref10 code.
* We can probably make this go even faster if we implement SHA512,
rather than using the rust-crypto implementation whose API requires
that we allocate memory and memzero it before mutating to store the
digest.