mirror of
https://github.com/arnaucube/ark-curves-cherry-picked.git
synced 2026-01-27 14:13:46 +01:00
5 lines
92 B
Rust
Executable File
5 lines
92 B
Rust
Executable File
use crate::Projective;
|
|
use ark_algebra_test_templates::*;
|
|
|
|
test_group!(g1; Projective; sw);
|