From 23e87bf224c23be5c5bccc6084aae31fff8bb83f Mon Sep 17 00:00:00 2001 From: therealyingtong Date: Tue, 17 Nov 2020 23:15:38 +0800 Subject: [PATCH] Correct Base field <-> Scalar field in mnt6298 documentation --- mnt6_298/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mnt6_298/src/lib.rs b/mnt6_298/src/lib.rs index 3bd742e..ca905cd 100644 --- a/mnt6_298/src/lib.rs +++ b/mnt6_298/src/lib.rs @@ -16,8 +16,8 @@ //! //! //! Curve information: -//! * Scalar field: q = 475922286169261325753349249653048451545124878552823515553267735739164647307408490559963137 -//! * Base field: r = 475922286169261325753349249653048451545124879242694725395555128576210262817955800483758081 +//! * Base field: q = 475922286169261325753349249653048451545124878552823515553267735739164647307408490559963137 +//! * Scalar field: r = 475922286169261325753349249653048451545124879242694725395555128576210262817955800483758081 //! * valuation(q - 1, 2) = 34 //! * valuation(r - 1, 2) = 17 //! * G1 curve equation: y^2 = x^3 + ax + b, where