Skip to content

Commit 0b1f3b7

Browse files
committed
comments
Signed-off-by: Angelo De Caro <adc@zurich.ibm.com>
1 parent 2268cab commit 0b1f3b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

math.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ func CurveIDToString(id CurveID) string {
5555
}
5656
}
5757

58+
// Curves defines the default available curves.
59+
// They are instantiated either via the NewCurve function or directly.
5860
var Curves []*Curve = []*Curve{
5961
NewCurve(
6062
amcl.NewFp256bn(),

0 commit comments

Comments
 (0)