SIMD-0048
Native Program for verifying secp256r1 sig.
solana L1 primitive withdrawn secp256r1
Proposed a native program to verify signatures on the secp256r1 (NIST P-256) curve, analogous to Solana's existing secp256k1 and Ed25519 signature-verification programs; withdrawn in favor of the precompile approach in SIMD-0075.
Implementations
No audited implementation is catalogued for this entry yet.
Relationships
- Equivalent to
- EIP-7951