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
bellman's API design includes namespacing, that strongly encourages circuit developers to annotate their circuits and gadgets with human-readable descriptions indicating the usage of the gadgets within the circuit (e.g. "compute ivk", rather than naming the gadgets themselves like "BLAKE2s").
The zkInterface format supports metadata on both variables and (arrays of) constraints. It would be great for ZkifCS to collect bellman's namespacing data in some format (e.g. some/path/like/string) and then place it into the relevant metadata places.
The text was updated successfully, but these errors were encountered:
bellman
's API design includes namespacing, that strongly encourages circuit developers to annotate their circuits and gadgets with human-readable descriptions indicating the usage of the gadgets within the circuit (e.g. "compute ivk", rather than naming the gadgets themselves like "BLAKE2s").The zkInterface format supports metadata on both variables and (arrays of) constraints. It would be great for
ZkifCS
to collectbellman
's namespacing data in some format (e.g.some/path/like/string
) and then place it into the relevant metadata places.The text was updated successfully, but these errors were encountered: