arcis-compiler 0.9.6

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
pub mod aes;
pub mod boolean_array;
pub mod boolean_value;
pub mod byte;
pub mod ed25519;
pub mod sha3;
pub mod utils;