modified: .github/workflows/build_v7.yml

modified:   toyecc/ShortWeierstrassCurve.py
This commit is contained in:
elseif 2026-07-14 16:05:39 +08:00
parent f9d2554725
commit 6014d957f4
2 changed files with 2 additions and 2 deletions

View File

@ -361,7 +361,7 @@ jobs:
- name: Get refind - name: Get refind
if: matrix.arch == 'x86' && steps.cache-refind.outputs.cache-hit != 'true' if: matrix.arch == 'x86' && steps.cache-refind.outputs.cache-hit != 'true'
run: sudo wget -O $BUILD_DIR/refind-bin-0.14.2.zip https://downloads.sourceforge.net/project/refind/0.14.2/refind-bin-0.14.2.zip run: sudo wget -nv -O $BUILD_DIR/refind-bin-0.14.2.zip https://downloads.sourceforge.net/project/refind/0.14.2/refind-bin-0.14.2.zip
- name: Create ISO & INSTALL image files - name: Create ISO & INSTALL image files
run: | run: |

View File

@ -87,7 +87,7 @@ class ShortWeierstrassCurve(EllipticCurve, CurveOpIsomorphism, CurveOpExportSage
@property @property
def is_koblitz(self): def is_koblitz(self):
"""Returns whether the curve allows for efficient computation of a map """Returns whether the curve allows for efficient computation of a map
\phi in the field (i.e. that the curve is commonly known as a 'Koblitz phi in the field (i.e. that the curve is commonly known as a 'Koblitz
Curve'). This corresponds to examples 3 and 4 of the paper "Faster Curve'). This corresponds to examples 3 and 4 of the paper "Faster
Point Multiplication on Elliptic Curves with Efficient Endomorphisms" Point Multiplication on Elliptic Curves with Efficient Endomorphisms"
by Gallant, Lambert and Vanstone.""" by Gallant, Lambert and Vanstone."""