mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Restore type complexity checks in CI
Passes due to the remaining type complexity cases being explicitly allowed.
This commit is contained in:
@@ -8,6 +8,7 @@ use group::Group;
|
||||
use crate::{multiexp, multiexp_vartime};
|
||||
|
||||
/// A batch verifier intended to verify a series of statements are each equivalent to zero.
|
||||
#[allow(clippy::type_complexity)]
|
||||
#[derive(Clone, Zeroize)]
|
||||
pub struct BatchVerifier<Id: Copy + Zeroize, G: Group + Zeroize>(Vec<(Id, Vec<(G::Scalar, G)>)>);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user