What Arcis Code Looks Like
Arcis code is standard Rust with special annotations for MPC execution:a + b where both inputs remain encrypted throughout. No node ever sees the plaintext values.
Thinking in MPC
Understand why MPC circuits work differently and the mental model behind Arcis.
Hello World
Build your first Arcis circuit with a hands-on tutorial.
Examples
Real-world circuits: voting, games, DeFi applications.
Quick Reference
Quick reference cheatsheet for Arcis syntax and patterns.
Key Features
- Rust-based: Use Rust’s type safety and performance for MPC development.
- Circuit-oriented: Write MPC circuits using familiar Rust syntax with constraints for fixed circuit structure.
- Privacy-focused: Compute over encrypted data without revealing the underlying information.