mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Add note about nightly feature
This commit is contained in:
parent
b6a71304c8
commit
a6618351f0
1 changed files with 4 additions and 0 deletions
|
|
@ -50,6 +50,10 @@ Then, in your library or executable source, add:
|
|||
|
||||
extern crate curve25519_dalek
|
||||
|
||||
On nightly Rust, using the `nightly` feature enables a radix-51 field
|
||||
arithmetic implementation using `u128`s, which is approximately twice as
|
||||
fast.
|
||||
|
||||
## TODO
|
||||
|
||||
* Implement hashing to a point on the curve (Elligator).
|
||||
|
|
|
|||
Loading…
Reference in a new issue