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
// reduceScalar shorten a scalar modulo the order of the curve.
reduceScalar is supposed to "shorten a scalar modulo the order of the curve" but it doesn't do that for all inputs and this can lead to a panic in wnaf.go.
circl/ecc/p384/p384opt.go
Line 55 in 15f3904
reduceScalar
is supposed to "shorten a scalar modulo the order of the curve" but it doesn't do that for all inputs and this can lead to a panic in wnaf.go.PoC:
The text was updated successfully, but these errors were encountered: