mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 04:39:24 +00:00
Implement Schnorr half-aggregation from https://eprint.iacr.org/2021/350.pdf
Relevant to https://github.com/serai-dex/serai/issues/99.
This commit is contained in:
@@ -13,6 +13,8 @@ use multiexp::BatchVerifier;
|
||||
|
||||
use ciphersuite::Ciphersuite;
|
||||
|
||||
pub mod aggregate;
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user