mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
d6ed06cf15
Following SA1019 deprecation warnings in Go 1.21+, the legacy curve.ScalarBaseMult and curve.IsOnCurve calls for NIST curves (like P256) are substituted with their crypto/ecdh standard equivalents. Tests continue to parse and verify AWS V4a signatures equivalently under the new module constraints. Signed-off-by: kanywst <niwatakuma@icloud.com>