zcash / halo2

The Halo2 zero-knowledge proving system
https://zcash.github.io/halo2/
Other
712 stars 487 forks source link

How to get `AssignedCell` from a lookup table #786

Closed wangtsiao closed 1 year ago

wangtsiao commented 1 year ago

After invoking table.assign_cell, how can I get AssignedCell from the lookup table, since table.assign_cell doesn't return anything.