mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Update TODO section of README.
This commit is contained in:
parent
cbf3f6d8c2
commit
65525313e8
1 changed files with 3 additions and 3 deletions
|
|
@ -56,7 +56,7 @@ fast.
|
|||
|
||||
## TODO
|
||||
|
||||
We intend to stabilise the following before curve25519-dalek-1.0.0:
|
||||
|
||||
* Implement hashing to a point on the curve (Elligator).
|
||||
* 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.
|
||||
* Finish Ristretto (Decaf for curve25519) implementation.
|
||||
|
|
|
|||
Loading…
Reference in a new issue