frontend/hyrax_worldcoin.rs
1/// Helper functions and constants that are shared with the Orb.
2/// See [here](https://github.com/worldcoin/hyrax-pcs-commit/blob/main/src/iriscode_commit/mod.rs).
3pub mod orb;
4/// The testing module for worldcoin circuit.
5pub mod test_worldcoin;
6/// Functions for proving and verifying the v3 iriscode circuit.
7pub mod v3;