privacy-scaling-explorations / mpz

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

fix(mpz-ot): Ideal RCOT #131

Closed sinui0 closed 6 months ago

sinui0 commented 6 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.