carbynestack / klyshko

Carbyne Stack correlated randomness generation subsystem
Apache License 2.0
4 stars 2 forks source link

Ensure that deriving input masks from multiplication triples is secure #87

Open strieflin opened 1 year ago

strieflin commented 1 year ago

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.