# Resources - ZK Week @ Aleph
Resources for the MPC presentation at Aleph -- 08-19-24.
Introductory post:
- [MPC intro](https://hackmd.io/@brech1/mpc)
Pragmatic MPC book:
- [A Pragmatic Introduction to Secure Multi-Party Computation](https://securecomputation.org/)
Some MPC related projects we're building at [PSE](https://pse.dev):
- [mpz](https://github.com/privacy-scaling-explorations/mpz): Collection of multi-party computation libraries written in Rust :crab:.
- [tls-notary](https://github.com/tlsnotary/tlsn): Data provenance and privacy with secure multi-party computation.
- [circom-2-arithc](https://github.com/namnc/circom-2-arithc): Circom to Arithmetic Circuit compiler.
- [circom-2-arithc-ts](https://github.com/voltrevo/circom-2-arithc-ts): Circom to Arithmetic Circuit compiler TypeScript library.
- [mpz-play](https://github.com/th4s/mpz-play): A workshop to get familiar with the mpz library.
Great list of software libraries and frameworks to start building:
- [awesome-mpc](https://github.com/rdragos/awesome-mpc?tab=readme-ov-file#software)
P0tion Resources:
- [Docs](https://p0tion.super.site/)
Slides:
- [Slides](https://docs.google.com/presentation/d/1YA5w33Qf9daVbyfcMvTEPwfA0pTrz8fnfaMQyGnPiLw/edit?usp=sharing)