This commit is contained in:
Nicholas Ward 2021-10-06 11:44:02 -07:00
parent d2c589e281
commit 88b528e3fe

View File

@ -14,7 +14,7 @@ use serde::{Deserialize, Serialize};
use crate::field::field_types::Field;
use crate::field::goldilocks_field::GoldilocksField;
/// A field designed for use with the Crandall reduction algorithm.
/// The base field of the secp256k1 elliptic curve.
///
/// Its order is
/// ```ignore