Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

online-phase: algebra: Allocate single result for share and MAC #79

Merged
merged 1 commit into from
Apr 15, 2024

Conversation

joeykraut
Copy link
Member

@joeykraut joeykraut commented Apr 15, 2024

Purpose

This PR makes the following changes to the representation of the secret sharing $\mathbb{F}$-module:

  • We allocate one result in the graph per module element
  • A module element no longer has a public modifier -- this is subsumed by the appropriate update to the MAC on a shared value

This change also allows the offline phase to cleanly allocate shared values into the fabric; without the need for gates to allocate each components (share and mac) separately.

Testing

  • Unit tests pass

This is done to allow the offline phase correclty supply all necessary
values for a given result.
@joeykraut joeykraut merged commit b282ac4 into master Apr 15, 2024
2 of 4 checks passed
@joeykraut joeykraut deleted the joey/remove-public-modifier branch April 15, 2024 23:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant