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
8
pub mod fq;
pub use self::fq::*;

pub mod fr;
pub use self::fr::*;

#[cfg(test)]
mod tests;