Advisories for Golang/Filippo.io/Edwards25519 package

2026

filippo.io/edwards25519 MultiScalarMult produces invalid results or undefined behavior if receiver is not the identity

(*Point).MultiScalarMult failed to initialize its receiver. If the method was called on an initialized point that is not the identity point, MultiScalarMult produced an incorrect result. If the method was called on an uninitialized point, the behavior was undefined. In particular, if the receiver was the zero value, MultiScalarMult returned an invalid point that compared Equal to every point. Note that MultiScalarMult is a rarely used advanced API. For example, …