speck-core 0.2.0

Secure runtime package manager for MMU-less microcontrollers
Documentation
1
2
3
4
5
6
7
//! Utility functions

pub mod hex;
pub mod io;

pub use hex::HexExt;
pub use io::StreamingReader;