mirror of
https://github.com/elseif/MikroTikPatch
synced 2026-07-17 18:49:41 +00:00
modified: .github/workflows/build_v7.yml
modified: toyecc/ShortWeierstrassCurve.py
This commit is contained in:
parent
f9d2554725
commit
6014d957f4
2
.github/workflows/build_v7.yml
vendored
2
.github/workflows/build_v7.yml
vendored
@ -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: |
|
||||||
|
|||||||
@ -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."""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user