Highlights
Cryptographic Issues: 1 prior fix. Scrutinize any change in this area.
crypto/ed25519/internal/edwards25519/field: most-fixed (1 issue). Treat as high-risk during review.
2 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns
The bug types that recur here, drawn from past fixes, not open vulnerabilities.
Cryptographic Issues: Improper initialization of the receiver point in MultiScalarMult allows the generation of invalid points that falsely compare Equal to all other points, resulting in severe logic flaws during cryptographic verification. This is tracked under CVE-2026-26958.
Memory Corruption: Argument and receiver aliasing in field arithmetic functions like SqrtRatio can cause memory corruption and incorrect computational outputs unless intermediate elements are explicitly allocated on the heap rather than reused in-place.