multiparty / web-mpc

Platform for deploying web-based privacy-preserving data surveys using secure multi-party computation (MPC).
https://www.multiparty.org
MIT License
54 stars 22 forks source link

2021 updates #185

Closed gxavier38 closed 2 years ago

KinanBab commented 2 years ago

I left one comment that I think is important security wise.

I am curious, do these changes address the two issues we discussed earlier over our call? the test not detecting the cells beings filled properly, and re-submission. The reason I ask is I could not find concrete changes that i thought corresponded to them

gxavier38 commented 2 years ago

do these changes address the two issues we discussed earlier over our call? the test not detecting the cells beings filled properly, and re-submission

Those changes are mainly in JIFF at https://github.com/multiparty/jiff/pull/226.

KinanBab commented 2 years ago

Makes sense. I will take a look over the other JIFF PR. This PR looks good to me.