Files
ark-curves-cherry-picked/pallas/src/curves/tests.rs
Weikeng Chen dc555882cd Fix the remaining curve and field tests (#118)
* push

* push

* cargo ready

Co-authored-by: onewayfunc <onewayfunc@gmail.com>
2022-09-03 00:34:13 -07:00

5 lines
92 B
Rust
Executable File

use crate::Projective;
use ark_algebra_test_templates::*;
test_group!(g1; Projective; sw);