From 994a70b071ef88181b7bff448509f797ff39f196 Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Fri, 26 May 2017 20:16:30 +0000 Subject: [PATCH] Remove the TODO for serde. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c1b783c..c66e519 100644 --- a/README.md +++ b/README.md @@ -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.