mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-07 08:13:11 +00:00
removed prime field tests
This commit is contained in:
parent
5e0d2744d7
commit
69678f53fc
@ -251,8 +251,7 @@ impl DivAssign for Secp256K1Base {
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use crate::{test_field_arithmetic, test_prime_field_arithmetic};
|
||||
use crate::test_field_arithmetic;
|
||||
|
||||
test_prime_field_arithmetic!(crate::field::secp256k1::Secp256K1Base);
|
||||
test_field_arithmetic!(crate::field::secp256k1::Secp256K1Base);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user