Tweak DLEq README and rename the experimental_cross_group feature to just experimental

This commit is contained in:
Luke Parker
2022-07-07 09:52:10 -04:00
parent 7cbdcc8ae6
commit b69337a3a6
4 changed files with 20 additions and 19 deletions

View File

@@ -9,7 +9,7 @@ use group::prime::PrimeGroup;
#[cfg(feature = "serialize")]
use std::io::{self, ErrorKind, Error, Read, Write};
#[cfg(feature = "experimental_cross_group")]
#[cfg(feature = "experimental")]
pub mod cross_group;
#[cfg(test)]