Exposing the derive_key() function under the danger feature (#73)

This commit is contained in:
Kevin Lewi
2022-04-05 00:41:38 -07:00
committed by GitHub
parent f26f5d2c57
commit 4646fe4ad0
6 changed files with 26 additions and 7 deletions
+2
View File
@@ -500,6 +500,8 @@ mod tests;
// Exports
pub use crate::ciphersuite::CipherSuite;
#[cfg(feature = "danger")]
pub use crate::common::derive_key;
pub use crate::common::{
BlindedElement, EvaluationElement, Mode, PreparedEvaluationElement, Proof,
};