mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Add a TODO for how we could speed this up even further.
This commit is contained in:
parent
40330e4005
commit
b36b4ccc1c
1 changed files with 4 additions and 0 deletions
4
REAME.md
4
REAME.md
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue