polytune 0.2.0-alpha.2

Maliciously-Secure Multi-Party Computation (MPC) Engine using Authenticated Garbling
Documentation
1
2
3
4
5
6
7
8
9
// TODO remove this once OT implementations are refactored and we know
// what parts we need and which not
#[allow(dead_code)]
mod aes_hash;
#[allow(dead_code)]
mod aes_rng;

pub(crate) use aes_hash::{AesHash, FIXED_KEY_HASH};
pub(crate) use aes_rng::{AES_PAR_BLOCKS, AesRng};