mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Update TODO section in README.
This commit is contained in:
parent
7c54d3fbd2
commit
af7be4aad0
1 changed files with 3 additions and 8 deletions
11
README.md
11
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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue