From 2e9a3cba35c6d8fc5b55a5f5ddc0005c2e4f7e52 Mon Sep 17 00:00:00 2001 From: Henry de Valence Date: Wed, 29 Nov 2017 13:03:01 -0800 Subject: [PATCH] Remove reference to field elts since they're private --- src/constants.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/constants.rs b/src/constants.rs index 1ec4850..b4c4646 100644 --- a/src/constants.rs +++ b/src/constants.rs @@ -8,9 +8,7 @@ // - Isis Agora Lovecruft // - Henry de Valence -//! This module contains various constants (such as curve parameters -//! and useful field elements like `sqrt(-1)`), as well as -//! lookup tables of pre-computed points. +//! This module contains various constants, such as the Ristretto and Ed25519 basepoints. //! //! Most of the constants are given with //! `LONG_DESCRIPTIVE_UPPER_CASE_NAMES`, but they can be brought into