mirror of
https://github.com/arnaucube/ark-curves-cherry-picked.git
synced 2026-01-27 14:13:46 +01:00
6 lines
135 B
Rust
6 lines
135 B
Rust
use crate::{Fq, Fr};
|
|
use ark_algebra_test_templates::*;
|
|
|
|
test_field!(fr; Fr; mont_prime_field);
|
|
test_field!(fq; Fq; mont_prime_field);
|