ciphercore-base 0.1.1

The base package of CipherCore: computation graphs API, Secure MPC Compiler, utilities for graph evaluation and inspection
Documentation
1
2
3
4
5
pub(super) const MAX_TOTAL_SIZE_NODES: u64 = u64::MAX - 1;
pub(super) const MAX_INDIVIDUAL_NODE_SIZE: u64 = u64::MAX - 1;
pub(super) const TYPES_VECTOR_LENGTH_LIMIT: usize = usize::MAX - 1;
pub(super) const TYPE_MEMORY_OVERHEAD: u64 = 1;
pub(super) const NON_STANDARD_SCALAR_LEN_SUPPORT: bool = false;