You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{$sswuCurveACoeff:= select $isogenyNeeded"This is meant to produce an error. Since most likely A = 0, there is opportunity for optimizations that need to be looked at.""sswuIsoCurveCoeffA"}}
Copy file name to clipboardExpand all lines: internal/generator/hash_to_curve/template/root_sswu.go.tmpl
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,4 @@
1
1
{{ define"root_sswu" }}
2
-
{{$isogenyNeeded:= notNil .Isogeny}}
3
2
{{$CoordType:=.Point.CoordType}}
4
3
{{$CurveName:=.Point.PointName}}
5
4
{{$CurveTitle:= toTitle $CurveName}}
@@ -9,8 +8,6 @@
9
8
{{$IsG1:=eq$CurveTitle"G1"}}
10
9
{{$CurveIndex:="2"}}
11
10
{{if$IsG1}}{{$CurveIndex="1"}}{{end}}
12
-
{{$sswuCurveACoeff:= select $isogenyNeeded"This is meant to produce an error. Since most likely A = 0, there is opportunity for optimizations that need to be looked at.""sswuIsoCurveCoeffA"}}
0 commit comments