starknet_curve/
lib.rs

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