aboutsummaryrefslogtreecommitdiff
path: root/curve/curve.go
diff options
context:
space:
mode:
Diffstat (limited to 'curve/curve.go')
-rw-r--r--curve/curve.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/curve/curve.go b/curve/curve.go
index 5b41352..12f29c8 100644
--- a/curve/curve.go
+++ b/curve/curve.go
@@ -32,7 +32,7 @@ type SomeCurve[S SomeScalar[s], s Data, P SomePoint[S, s, p], p Data] interface
Identity() P
Generator() P
- Product([]P) P
+ Product(...P) P
Exp(S) P
}