privacy-scaling-explorations / mpz

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

Random correlated OT traits + ideal impls #95

Closed sinui0 closed 10 months ago

sinui0 commented 10 months ago

This PR adds Random COT traits and ideal implementations.

@xiangxiecrypto reminded me that Ferret implements these, not the chosen variants.

xiangxiecrypto commented 10 months ago

You can implement this trait for KOS15 (or other protocols), which is also a building block of Ferret.