Skip to content

Commit 06fa286

Browse files
committed
fixed
1 parent 170cfd4 commit 06fa286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elliptic/e521/params.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ func panicIfNotOnCurve(curve elliptic.Curve, x, y *big.Int) {
264264
}
265265

266266
if !curve.IsOnCurve(x, y) {
267-
panic("go-cryptobin/kg: attempted operation on invalid point")
267+
panic("go-cryptobin/e521: attempted operation on invalid point")
268268
}
269269
}
270270

0 commit comments

Comments
 (0)