ark-tom256 0.1.3

The Tom-256 curve
Documentation
1
2
3
4
5
use crate::{Fq, Fr};
use ark_algebra_test_templates::*;

test_field!(fr; Fr; mont_prime_field);
test_field!(fq; Fq; mont_prime_field);