sl-compute-common 1.1.0

Utilities for secure compute
Documentation
1
2
3
4
5
6
7
// Copyright (c) Silence Laboratories Pte. Ltd. All Rights Reserved.
// This software is licensed under the Silence Laboratories License Agreement.

pub const N: usize = 1 << 20; // 1M
pub const FIELD_SIZE: usize = 64;
pub const FIELD_SIZE_BYTES: usize = FIELD_SIZE >> 3;
pub const FRACTION_LENGTH: usize = 10;