-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: decouple assignment from definition (#78)
* add primitive type trait * make Visibility public * add StaticValueType bound to PrimitiveType * decouple value definition from assignment in Memory trait * replace with todo! and fix tests * delete ValueIdConfig and ValueConfig * move value module to mpz-garble * add ArrayRef type * memory rewrite * fix tests * restore memory test * Update garble/mpz-garble/src/protocol/deap/mod.rs * array_from_values method * use operation id for otp ids * Apply suggestions from code review Co-authored-by: dan <themighty1@users.noreply.github.com> --------- Co-authored-by: dan <themighty1@users.noreply.github.com>
- Loading branch information
1 parent
4736ae0
commit 5171baa
Showing
19 changed files
with
1,104 additions
and
1,235 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.