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 mpz-garble crate is a bit of a mess as it was implemented on a deadline. It needs to be rewritten and unbundled.
Some high-level steps:
Move all VM related abstractions into a dedicated crate.
Decouple the Generator and Evaluator types from the VM abstractions. They should have simple APIs which do not operate on a memory type but simply execute a circuit with provided input encodings.
Completely rewrite the VM memory implementation to be backed by linear memory and fix the clunky type representation model.
The text was updated successfully, but these errors were encountered:
The
mpz-garble
crate is a bit of a mess as it was implemented on a deadline. It needs to be rewritten and unbundled.Some high-level steps:
Generator
andEvaluator
types from the VM abstractions. They should have simple APIs which do not operate on a memory type but simply execute a circuit with provided input encodings.The text was updated successfully, but these errors were encountered: