powdr-labs / powdr

A modular stack for zkVMs, with a focus on productivity, security and performance.
Apache License 2.0
399 stars 80 forks source link

Replace degree, min_degree and max_degree builtins by a single builtin #1748

Open chriseth opened 1 month ago

chriseth commented 1 month ago

If possible, we should reduce the interface of SymbolLookup and builtin functions. If degree can be derived from min_degree and max_degree, we should only have a single builtin function. If that is not possible, we should at least combine min_degree and max_degree to return a tuple.

chriseth commented 1 month ago

Relevant to #1667