blob: 6cb2702d9ba050b37cd196b8630fff3a748c7490 [file] [log] [blame]
#![cfg_attr(not(test), no_std)]
#[cfg(test)]
extern crate core;
pub mod sip;
pub mod sip128;
#[cfg(test)]
mod tests;
#[cfg(test)]
mod tests128;