Ethereum Protocol Fellowship (EPF) Cohort 7 — Applications open until May 13
All EIPs
EIP-7932 Draft EL

Secondary Signature Algorithms

Authors:

Canonical data: /latest/eips/7932.json

Introduces a precompile and registry for handling alternative signature algorithms

Timeline

Glamsterdam
SirSpudlington
Declined
Dec 4, 2025 · ACDE #225
Proposed
EIP Created Apr 12, 2025

Key Benefits

  • Standardizes the introduction of alternative signature algorithms without breaking existing tooling.
  • Complements account abstraction for crypto-agile verification.
  • Reduces client developer workload on introduction of new algorithms.
  • Reduces network reliance on single algorithm by increasing signature diversity.

Trade-offs & Considerations

  • EIP-7932 increases network complexity.
  • Poorly implemented algorithms may pose security risks.

Stakeholder Impact

End Users

Improves security by allowing users to choose other signing algorithms.

Application Developers

Allows abstracting implementation of multiple signature schemes to a single standardized interface. The sigrecover precompile is a near drop in replacement of ecrecover.

Wallet Developers

AA wallets may use the algorithm registry for algorithm flexibility.

Tooling / Infrastructure

No direct tooling impact.

Layer 2s

No direct impact on layer 2s unless this EIP is adopted by that L2.

Stakers & Node Operators

May reduce resource consumption due to non-EVM verification of alternate algorithms.

CL Client Developers

No direct impact on CL.

EL Client Developers

Allows easier implementation of new algorithms without having to rework transaction handling per new algorithm.

North Star Goal Alignment

  • Improve UX: Improves user experience by enabling easier adoption of alternative signatures without placing too high a burden on app developers. EIP-7932 also improves security by providing a pathway for quantum-safe account migration.