From dd8f17dfb3f0683b5a3c2b236bbb9958cca3dc3e Mon Sep 17 00:00:00 2001 From: Henry de Valence Date: Tue, 21 Feb 2017 12:51:27 -0800 Subject: [PATCH] Add note on feature-gating --- src/decaf.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/decaf.rs b/src/decaf.rs index 98e9386..0d7bbad 100644 --- a/src/decaf.rs +++ b/src/decaf.rs @@ -12,6 +12,9 @@ //! An implementation of Mike Hamburg's Decaf cofactor-eliminating //! point-compression scheme, providing a prime-order group on top of //! a non-prime-order elliptic curve. +//! +//! Note: this code is currently feature-gated with the `yolocrypto` +//! feature flag, because our implementation is still unfinished. // We allow non snake_case names because coordinates in projective space are // traditionally denoted by the capitalisation of their respective