Place Schnorr signature aggregation behind a feature flag

This commit is contained in:
Luke Parker
2025-08-19 21:45:59 -04:00
parent d407e35cee
commit 75964cf6da
5 changed files with 10 additions and 7 deletions

View File

@@ -25,6 +25,7 @@ use ciphersuite::{
use multiexp::{multiexp_vartime, BatchVerifier};
/// Half-aggregation from <https://eprint.iacr.org/2021/350>.
#[cfg(feature = "aggregate")]
pub mod aggregate;
#[cfg(test)]