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
The backends we have available now were handwritten from scratch, but a lot of the code between the two is similar. Perhaps using Rust traits we can provide an interface that makes it easier for us or any user to include a new backend.
Some things to include in the trait:
functions for prove, verify, (and setup if applicable). These often require initializing some structs and performing some preprocessing as required by the backend.
The backends we have available now were handwritten from scratch, but a lot of the code between the two is similar. Perhaps using Rust traits we can provide an interface that makes it easier for us or any user to include a new backend.
Some things to include in the trait:
prove
,verify
, (andsetup
if applicable). These often require initializing some structs and performing some preprocessing as required by the backend.range 32 x;
in vamp-ir calls some built-inrange
gadget in the backend. Related to Synthesize with backend custom features #48The text was updated successfully, but these errors were encountered: