privacy-scaling-explorations / mpz

Multi-party computation libraries written in Rust 🦀
211 stars 44 forks source link

Optimize `DecodePrivate` #175

Open th4s opened 4 months ago

th4s commented 4 months 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).