Crate cryprot_codes

Crate cryprot_codes 

Source
Expand description

Linear code implementations for Silent OT.

This crate currently only implements the expand-convolute code of [RRT23] in ex_conv.

Re-exports§

pub use ex_conv::ExConvCode;
pub use ex_conv::ExConvCodeConfig;

Modules§

ex_conv
Expand-convolute code of [RRT23].

Traits§

Coeff
Sealed trait implemented for Block and u8.