Files
pse.dev/content/projects/mpz.md
Kalidou Diagne 31763f7662 feat: PageSpeed Insights improvements (#545)
* feat: PageSpeed Insights improvements
2025-09-01 06:01:00 +02:00

1.2 KiB

id, name, image, section, projectStatus, category, tldr, license, tags, links, extraLinks
id name image section projectStatus category tldr license tags links extraLinks
mpz mpz mpz-cover.webp pse active devtools A safe, performant, modular and portable multi-party computation (MPC) library. MIT or Apache-2.0
themes types builtWith keywords
build
play
Legos/dev tools
Infrastructure/protocol
rust
Anonymity/privacy
mpc
github
https://github.com/privacy-scaling-explorations/mpz
play
label url
mpz-play (Exercises to get familiar with mpz) https://github.com/th4s/mpz-play

mpz (pronounced as "em-peasy") is a collection of Rust-based libraries for multi-party computation (MPC), designed to be safe, performant and modular.

Built with portability in mind, mpz runs natively or in the browser via WebAssembly (WASM). It serves as the core MPC implementation behind TLSNotary, but its architecture is broadly applicable across privacy-preserving and cryptographic use cases.

mpz is part of Privacy Stewards of Ethereum' broader effort to advance practical cryptographic tooling. It is dual-licensed under Apache-2.0 and MIT to encourage open-source collaboration.