ark-tom256 0.1.4

The Tom-256 curve
Documentation
1
2
3
4
5
6
7
use ark_ff::fields::{Fp256, MontBackend, MontConfig};

#[derive(MontConfig)]
#[modulus = "115792089210356248762697446949407573530594504085698471288169790229257723883799"]
#[generator = "6"]
pub struct FqConfig;
pub type Fq = Fp256<MontBackend<FqConfig, 4>>;