0xPolygonHermez/zkevm-contracts

Improve posiedon and F approach

invocamanman opened this issue · 0 comments

Current approach for using the F conversions and poseidon, requires to build using and async function the poseidon, therefore we can't import it directly, and must be builded or passed as a parameter in every function that is used.

A possible approach could be just build it once and create a Function that retrieves the F and if is not buidled throw an ERROR