ark-starkcurve 0.6.0

Stark friendly elliptic curve defined over 2^251 + 17 * 2^192 + 1
Documentation
1
2
3
4
5
6
7
use ark_ff::fields::{Fp256, MontBackend, MontConfig};

#[derive(MontConfig)]
#[modulus = "3618502788666131213697322783095070105526743751716087489154079457884512865583"]
#[generator = "3618502788666131213697322783095070105526743751716087489154079457884512865581"]
pub struct FrConfig;
pub type Fr = Fp256<MontBackend<FrConfig, 4>>;