privacy-scaling-explorations / mpz

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

feat(mpz-common): add try_/join convenience macros #126

Closed sinui0 closed 6 months ago

sinui0 commented 6 months ago

This PR adds a couple macros which makes it easier to call the Context::join methods without having to deal with importing the scoped future stuff or the verbosity of closures.