Mark cross_group as experimental

While all of Serai can be argued as experimental, the DLEq proof is 
especially so, as it's lacking any formal proofs over its theory.

Also adds doc(hidden) to the generic DLEqProof, now prefixed with __.
This commit is contained in:
Luke Parker
2022-07-07 08:51:17 -04:00
parent 4dbf50243b
commit 72afcf1f06
4 changed files with 11 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
#[cfg(feature = "cross_group")]
#[cfg(feature = "experimental_cross_group")]
mod cross_group;
use hex_literal::hex;