arcis-compiler 0.9.0

A framework for writing secure multi-party computation (MPC) circuits to be executed on the Arcium network.
Documentation
pub mod abs;
pub mod bitwise_and;
pub mod edwards25519_elligator;
pub mod edwards25519_encoding;
pub mod edwards25519_with_twist_encoding;
pub mod edwards_add;
pub mod fast_divide;
pub mod float_div;
pub mod float_exp;
pub mod float_log;
pub mod float_sqrt;
pub mod index;
pub mod lowest_bigger_power_of_two_minus_one;
pub mod max;
pub mod min;
pub mod pow;
pub mod refresh_shares;
pub mod sigmoid;
pub mod signed_divide;
pub mod sort;
pub mod sqrt;
pub mod sum;
pub mod zero;

pub use edwards_add::*;
pub use pow::*;
pub use sqrt::*;