From 504e2a9c25f36db4d8357a6ec83626c14ee548d7 Mon Sep 17 00:00:00 2001 From: Mamy Ratsimbazafy Date: Thu, 9 Jul 2020 14:05:11 +0200 Subject: [PATCH] typo --- constantine/elliptic/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constantine/elliptic/README.md b/constantine/elliptic/README.md index 6588184..82c345d 100644 --- a/constantine/elliptic/README.md +++ b/constantine/elliptic/README.md @@ -48,7 +48,7 @@ Scalar multiplication for elliptic curve presents the same constant-time challen #### Exceptions in elliptic curve group laws. -For an elliptic curve in short Weierstrass form: `y² = x³ + ax + b)` +For an elliptic curve in short Weierstrass form: `y² = x³ + ax + b` The equation for elliptic curve addition is in affine (x, y) coordinates: