mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-07 20:50:39 +00:00
Remove the TODO for serde.
This commit is contained in:
parent
1d18956286
commit
994a70b071
1 changed files with 0 additions and 1 deletions
|
|
@ -57,7 +57,6 @@ fast.
|
||||||
## TODO
|
## TODO
|
||||||
|
|
||||||
* Implement hashing to a point on the curve (Elligator).
|
* Implement hashing to a point on the curve (Elligator).
|
||||||
* Maybe use serde for serialization.
|
|
||||||
* Make a new `mask` type in `subtle.rs` and return that instead of `u8`s.
|
* Make a new `mask` type in `subtle.rs` and return that instead of `u8`s.
|
||||||
* Implement all utilities in Golang's `crypto/subtle` package, and
|
* Implement all utilities in Golang's `crypto/subtle` package, and
|
||||||
move the module to its own crate.
|
move the module to its own crate.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue