mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-07 20:50:39 +00:00
Remove done TODO item from README.
This commit is contained in:
parent
f53e914b15
commit
d61808cb08
1 changed files with 0 additions and 2 deletions
|
|
@ -151,8 +151,6 @@ To enable [serde](https://serde.rs) support, build `ed25519-dalek` with:
|
||||||
|
|
||||||
# TODO
|
# TODO
|
||||||
|
|
||||||
* Maybe add methods to make exporting keys for backup easier. Maybe using
|
|
||||||
serde?
|
|
||||||
* We can probably make this go even faster if we implement SHA512,
|
* We can probably make this go even faster if we implement SHA512,
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue