frontend/
hyrax_worldcoin_mpc.rs

1/// The testing module for worldcoin mpc circuit.
2pub mod test_worldcoin_mpc;
3
4/// Functions for proving and verifying the v3 iris/mask code mpc circuit.
5pub mod mpc_prover;