arcium-core-utils 0.8.1

Arcium core utils
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod circuit;
pub mod constants;
pub mod errors;
#[cfg(test)]
mod format_fingerprint;
pub mod gate;
pub mod ops;

use crate::circuit::latest;

pub type FieldType = latest::FieldType;
pub type AlgebraicType = latest::AlgebraicType;
pub type ShareOrPlaintext = latest::ShareOrPlaintext;