daimo-eth / p256-verifier

P256 signature verification solidity contract
https://p256.eth.limo
MIT License
147 stars 28 forks source link

inline all libraries for calls #29

Closed nalinbhardwaj closed 8 months ago

nalinbhardwaj commented 8 months ago

Allows for using CREATE2 more easily when deploying contracts using these libraries, since without inline these libraries deploy at random addresses currently.