ark-ed25519 0.6.0

The ed25519 twisted Edwards 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);