|
|
|
@ -431,6 +431,8 @@ mod tests { |
|
|
|
|
// We test a few mathematical identities, including `c - c = 0`. Clippy complains about these
|
|
|
|
|
// otherwise unusual expressions, so the lint is disabled.
|
|
|
|
|
#![cfg_attr(feature = "cargo-clippy", allow(eq_op))] |
|
|
|
|
// Some test functions contain long lists of assertions. Clippy thinks they are too complex.
|
|
|
|
|
#![cfg_attr(feature = "cargo-clippy", allow(cyclomatic_complexity))] |
|
|
|
|
|
|
|
|
|
use super::{ext_euclid, modular_pow, Mersenne8}; |
|
|
|
|
use pairing::Field; |
|
|
|
|