Remove the TODO for serde.

This commit is contained in:
Isis Lovecruft 2017-05-26 20:16:30 +00:00
parent 1d18956286
commit 994a70b071
Failed to extract signature

View file

@ -57,7 +57,6 @@ fast.
## TODO
* 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.
* Implement all utilities in Golang's `crypto/subtle` package, and
move the module to its own crate.