From af7be4aad009712dcb285ab53ddd5b7bb83158d0 Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Sun, 14 May 2017 11:08:38 +0000 Subject: [PATCH] Update TODO section in README. --- README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 16bad4e..ecd519f 100644 --- a/README.md +++ b/README.md @@ -57,12 +57,7 @@ fast. ## TODO * Implement hashing to a point on the curve (Elligator). -* Add conversion to Montgomery form and rework compressed point types. -* Maybe implement Mike Hamburg's Decaf point compression format, so that - users can be guaranteed to be in a prime-order subgroup and not have to - worry about cofactors. -* Review finite field arithmetic. -* Review scalar arithmetic. -* Review addition formulas. -* Proofread mathematics in documentation. * 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.