Function security::load_key [−][src]
pub(crate) fn load_key(tag: &str, path: &str) -> Result<Vec<u8>, Box<dyn Error>>
Loads key file content. Returns Ok(vec![])
if the path is empty.
pub(crate) fn load_key(tag: &str, path: &str) -> Result<Vec<u8>, Box<dyn Error>>
Loads key file content. Returns Ok(vec![])
if the path is empty.