Skip to main content

speck_core/util/
mod.rs

1//! Utility functions
2
3pub mod hex;
4pub mod io;
5
6pub use hex::HexExt;
7pub use io::StreamingReader;