1
2
3
4
5
6
7
8
9
#![deny(missing_docs)]

//! doc me


pub mod aligned;
pub mod dense;

pub use aligned::SecretAligned;
pub use dense::SecretDense;