1 2 3 4 5 6 7
//! A library with constant parameters for the Stark elliptic curve. #![deny(missing_docs)] #![no_std] /// Module containing the Stark elliptic curve parameters. pub mod curve_params;