Skip to content

Commit 248ac53

Browse files
author
Release Manager
committed
gh-34981: add .twists() to EllipticCurve_finite_field Fixes #34782. URL: #34981 Reported by: Lorenz Panny Reviewer(s): John Cremona
2 parents 830d3ed + f99dc67 commit 248ac53

File tree

3 files changed

+487
-4
lines changed

3 files changed

+487
-4
lines changed

src/doc/en/reference/references/index.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1794,6 +1794,11 @@ REFERENCES:
17941794
*Tracking p-adic precision*,
17951795
LMS J. Comput. Math. **17** (2014), 274-294.
17961796
1797+
.. [Connell1999] Ian Connell.
1798+
*Elliptic Curve Handbook*.
1799+
Online lecture notes, available at
1800+
https://git.hackade.org/ben/tinycrypt/raw/branch/master/docs/Elliptic%20Curve%20Handbook.pdf
1801+
17971802
.. [CS1986] \J. Conway and N. Sloane. *Lexicographic codes:
17981803
error-correcting codes from game theory*, IEEE
17991804
Trans. Infor. Theory **32** (1986) 337-348.

src/sage/schemes/elliptic_curves/ell_field.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def quartic_twist(self, D):
232232
233233
INPUT:
234234
235-
- ``D`` (must be nonzero) -- the twisting parameter..
235+
- ``D`` (must be nonzero) -- the twisting parameter
236236
237237
.. NOTE::
238238
@@ -271,11 +271,11 @@ def quartic_twist(self, D):
271271

272272
def sextic_twist(self, D):
273273
r"""
274-
Return the quartic twist of this curve by `D`.
274+
Return the sextic twist of this curve by `D`.
275275
276276
INPUT:
277277
278-
- ``D`` (must be nonzero) -- the twisting parameter..
278+
- ``D`` (must be nonzero) -- the twisting parameter
279279
280280
.. NOTE::
281281

0 commit comments

Comments
 (0)