rdubois-crypto / FreshCryptoLib

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

Make precomputations available as a util in solidity #38

Closed rdubois-crypto closed 8 months ago

rdubois-crypto commented 9 months ago

Upload a utility library one could use with a simple cast command to generate precomputation tables

rdubois-crypto commented 9 months ago

It can be easily done replacing the call to old libraries done in precompute_part1 in old hardhat repo