privacy-scaling-explorations / mpz

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

Adds shared implementations for ROLE #115

Closed th4s closed 6 months ago

th4s commented 8 months ago

This PR adds SharedROLEeProvider and SharedROLEeEvaluator which offer preprocessed ROLEs and can make use of mpz_common::sync::Mutex

th4s commented 6 months ago

Will be replaced by new PR.