zkFold / zkfold-base

ZkFold's Base library
https://zkfold.io
MIT License
17 stars 7 forks source link

PlonkUp: vector lookup / multiple ranges #249

Open vlasin opened 2 months ago

vlasin commented 2 months ago

Currently, we have implemented PlonkUp protocol with a single table. This protocol supports constraints of the form $x \in T$. Extend the protocol to support constraints $(x_1, \dots, x_k) \in T$.