Function hsmtool::util::helper::read_file

source ·
pub fn read_file<P: AsRef<Path>>(path: P) -> Result<Vec<u8>>
Expand description

Reads a file into a byte buffer.