arcis-compiler 0.9.7

A framework for writing secure multi-party computation (MPC) circuits to be executed on the Arcium network.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub mod actually_used_field;
pub mod bounds;
pub mod circuits;
pub mod compile;
mod compile_passes;
#[cfg(test)]
mod compile_tests;
pub mod expressions;
pub mod global_value;
pub mod instruction;
pub mod ir;
pub mod ir_builder;
pub mod mxe_input;
mod profile_circuit;
mod tracking;
mod value;