rdubois-crypto / FreshCryptoLib

Cryptographic Primitives for Blockchain Systems (solidity, cairo, C and rust)
MIT License
125 stars 22 forks source link

make libraries compatible with non-mainet networks #8

Closed qd-qd closed 12 months ago

qd-qd commented 1 year ago

Right now, not all EVM-networks support the version 0.8.20 due to the PUSH0 opcode. By making the libraries compilable using the version 0.8.19, they are more portable.