From 88b528e3fe4f5973cb98cd4293906f7deba5cb4a Mon Sep 17 00:00:00 2001 From: Nicholas Ward Date: Wed, 6 Oct 2021 11:44:02 -0700 Subject: [PATCH] fix --- src/field/secp256k1.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/field/secp256k1.rs b/src/field/secp256k1.rs index 049334fc..40e30fa1 100644 --- a/src/field/secp256k1.rs +++ b/src/field/secp256k1.rs @@ -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