privacy-scaling-explorations / mpz

Multi-party computation libraries written in Rust 🦀
182 stars 39 forks source link

Optimize `DecodePrivate` #175

Open th4s opened 1 month ago

th4s commented 1 month ago

Currently when decoding only for one side we use onetime pads.But it should be possible to achieve the same by just sending the decoding information to the evaluator (or by sending the active output labels to the garbler).