Ensure that deriving input masks from multiplication triples is secure #87
Labels
kind/bug
Categorizes issue or PR as related to a bug.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
We currently derive input masks from multiplication triples by using every element of the triple as an input mask. Since, the triple elements are correlated that is probably not secure. A simple solution would be to just use two the the tree elements and discard the third.
The text was updated successfully, but these errors were encountered: