privacy-scaling-explorations / mpz

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

fix(mpz-ot): Ideal RCOT #131

Closed sinui0 closed 4 months ago

sinui0 commented 4 months ago

This PR fixes a bug in our ideal RCOT impl. We didn't have a RandomCOTSender trait, so it was panicking on a downcast to an incorrect type.