You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the finalization of RIP-7212 and the progress of EIP-7212, more forge users will want a way to test signing using the secp256r1 curve.
I propose a new cheat code
function signP256(uint256privateKey, bytes32digest) externalreturns (bytes32r, bytes32s);
Additional context
P256 is the general abbreviation for this signing curve, though maybe a more verbose name would be more clear, given Ethereum uses secp256k1. Open to ideas.
The text was updated successfully, but these errors were encountered:
Component
Forge
Describe the feature you would like
With the finalization of RIP-7212 and the progress of EIP-7212, more forge users will want a way to test signing using the secp256r1 curve.
I propose a new cheat code
Additional context
P256 is the general abbreviation for this signing curve, though maybe a more verbose name would be more clear, given Ethereum uses secp256k1. Open to ideas.
The text was updated successfully, but these errors were encountered: