add P256 verifier for precompile 7951
Component
Forge
Describe the feature you would like
Add P256 verification keyword.
Additional context
Currently there is no way to test P256 in simulation environnement, lacking a keyword, or the 0x100 address to include the precompile.
Happy to work on this
Well, i had problem with my evm_version, it actually works with a simple
address p256 = address(0x100); (bool success2, bytes memory result2) = p256.staticcall(input);
Not sure it is a rush until solidity team chooses a keyword
@rdubois-crypto dang, it doesn't work for me.
i'm planning to use vm.etch and Daimo's p256verifier? That should work right? :D
@tunnckoCore , How do your solc and toml look like, shall be:
solc_version = "0.8.30" evm_version = "osaka"