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
pub mod circuit_utils;
pub mod crypto;
pub mod curve_point;
pub mod elliptic_curve;
pub mod field;
pub mod hash_map_vec;
pub mod ignore_for_equality;
pub mod matrix;
pub mod number;
pub mod packing;
#[cfg(test)]
pub mod test_rng;
pub mod unique_id;
pub mod used_field;
pub mod zkp;