mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Clarify README documentation on nightly-only features.
This commit is contained in:
parent
f4669c8b4d
commit
b3da93b069
1 changed files with 2 additions and 1 deletions
|
|
@ -61,7 +61,8 @@ extern crate curve25519_dalek;
|
|||
|
||||
The `std` feature is enabled by default, but it can be disabled.
|
||||
|
||||
The `nightly` feature enables nightly-only features. **It is recommended for security**.
|
||||
The `nightly` feature enables features available only when using a Rust nightly
|
||||
compiler. **It is recommended for security**.
|
||||
|
||||
Curve arithmetic is implemented using one of the following backends:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue