snarkify/sirius

feat(ecc): using lookup

Opened this issue · 1 comments

  • We can use lookup to reduce the scalar bits decomposition constraints. To do so, we need define a 2-bits table. This will cost one extra column. (need think about if we can re-use the 16 bits lookup table in BigNat optimization). This method will also makes poseidon gadget smaller.