You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe std::make_unique<LookupIntoIndexedByClk<lookup_bitwise_byte_operations_settings>>(), should be std::make_unique<LookupIntoBitwise<lookup_bitwise_byte_operations_settings>>(),
No interaction tests were done since it wasn't possible at the time, tried adding one but it fails, maybe there is a bug in the precomputed table generation or something.
showcase here https://github.com/AztecProtocol/aztec-packages/pull/12471/files
The text was updated successfully, but these errors were encountered:
I believe
std::make_unique<LookupIntoIndexedByClk<lookup_bitwise_byte_operations_settings>>(),
should bestd::make_unique<LookupIntoBitwise<lookup_bitwise_byte_operations_settings>>(),
No interaction tests were done since it wasn't possible at the time, tried adding one but it fails, maybe there is a bug in the precomputed table generation or something.
showcase here https://github.com/AztecProtocol/aztec-packages/pull/12471/files
The text was updated successfully, but these errors were encountered: