privacy-scaling-explorations / mpz

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

Adds shared implementations for ROLE #115

Closed th4s closed 4 months ago

th4s commented 6 months ago

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

th4s commented 4 months ago

Will be replaced by new PR.