Add note about nightly feature

This commit is contained in:
Henry de Valence 2017-03-14 01:53:26 -07:00
parent b6a71304c8
commit a6618351f0

View file

@ -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).