Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion EIPS/eip-7951.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
description: Add precompiled contract for secp256r1 ECDSA signature verification with proper security checks
author: Carl Beekhuizen (@carlbeek), Ulaş Erdoğan (@ulerdogan), Doğan Alpaslan (@doganalpaslan)
discussions-to: https://ethereum-magicians.org/t/eip-7951-precompile-for-secp256r1-curve-support/24360
status: Review
status: Last Call
last-call-deadline: 2025-10-28
type: Standards Track
category: Core
created: 2025-05-27
Expand Down Expand Up @@ -233,7 +234,7 @@

[^1]:
```csl-json
{

Check failure on line 237 in EIPS/eip-7951.md

View workflow job for this annotation

GitHub Actions / Markdown Linter

Code block style [Expected: fenced; Actual: indented]

EIPS/eip-7951.md:237 MD046/code-block-style Code block style [Expected: fenced; Actual: indented]
"id": "https://doi.org/10.6028/NIST.SP.800-186",
"type": "report",
"title": "Recommendations for Discrete Logarithm-based Cryptography: Elliptic Curve Domain Parameters",
Expand All @@ -258,7 +259,7 @@

[^2]:
```csl-json
{

Check failure on line 262 in EIPS/eip-7951.md

View workflow job for this annotation

GitHub Actions / Markdown Linter

Code block style [Expected: fenced; Actual: indented]

EIPS/eip-7951.md:262 MD046/code-block-style Code block style [Expected: fenced; Actual: indented]
"id": "https://doi.org/10.6028/NIST.FIPS.186-5",
"type": "report",
"title": "Digital Signature Standard (DSS)",
Expand Down
Loading