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
ScalarMulFixedBase(api frontend.API, x, y interface{}, scalar frontend.Variable, curve EdCurve) and ScalarMulNonFixedBase(api frontend.API, p1 *Point, scalar frontend.Variable, curve EdCurve) have different APIs. Same for AddGeneric and AddFixedPoint used inside the scalar mul functions. While there is a difference constraints-wise, this should be hidden by the API.
The text was updated successfully, but these errors were encountered:
ScalarMulFixedBase(api frontend.API, x, y interface{}, scalar frontend.Variable, curve EdCurve)
andScalarMulNonFixedBase(api frontend.API, p1 *Point, scalar frontend.Variable, curve EdCurve)
have different APIs. Same forAddGeneric
andAddFixedPoint
used inside the scalar mul functions. While there is a difference constraints-wise, this should be hidden by the API.The text was updated successfully, but these errors were encountered: