From b3da93b069f3e7620db10eccf61dd1b8f459094b Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Wed, 4 Jul 2018 21:36:57 +0000 Subject: [PATCH] Clarify README documentation on nightly-only features. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 751d043..4f09ba5 100644 --- a/README.md +++ b/README.md @@ -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: