arcis 0.6.0-alpha

A standard library of types and functions for writing MPC circuits with the Arcis framework.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod arcis_ed25519;
mod crypto;
mod math;
mod ml;
mod publickey;
mod rng;
mod sha3;

pub use arcis_ed25519::*;
pub use crypto::*;
pub use math::*;
pub use ml::*;
pub use publickey::*;
pub use sha3::*;