summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/EC_GROUP_new_curve_GFp.39
1 files changed, 7 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/EC_GROUP_new_curve_GFp.3 b/src/lib/libcrypto/man/EC_GROUP_new_curve_GFp.3
index 038deff434..bf586bcb41 100644
--- a/src/lib/libcrypto/man/EC_GROUP_new_curve_GFp.3
+++ b/src/lib/libcrypto/man/EC_GROUP_new_curve_GFp.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: EC_GROUP_new_curve_GFp.3,v 1.5 2025/06/13 18:34:00 schwarze Exp $ 1.\" $OpenBSD: EC_GROUP_new_curve_GFp.3,v 1.6 2025/08/31 11:32:03 tb Exp $
2.\" 2.\"
3.\" Copyright (c) 2025 Theo Buehler <tb@openbsd.org> 3.\" Copyright (c) 2025 Theo Buehler <tb@openbsd.org>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: June 13 2025 $ 17.Dd $Mdocdate: August 31 2025 $
18.Dt EC_GROUP_NEW_CURVE_GFP 3 18.Dt EC_GROUP_NEW_CURVE_GFP 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -134,6 +134,11 @@ where
134and 134and
135.Fa b 135.Fa b
136are such that the discriminant 4a^3 - 27b^2 is non-zero. 136are such that the discriminant 4a^3 - 27b^2 is non-zero.
137They consist of
138.Em affine points ,
139which are pairs of field elements (x, y) satisfying
140the Weierstrass equation, and an extra
141.Em point at infinity .
137.Pp 142.Pp
138The points on an elliptic curve form a group. 143The points on an elliptic curve form a group.
139Cryptographic applications usually depend on the choice of a 144Cryptographic applications usually depend on the choice of a