//! Linear code implementations for Silent OT.
//!
//! This crate currently only implements the expand-convolute code of [[RRT23](https://eprint.iacr.org/2023/882)] in [`ex_conv`].
use ;
use Pod;
use Block;
pub use ;
/// Sealed trait implemented for [`Block`] and [`u8`].