Skip to main content

read

Function read 

Source
pub fn read(path: &Path) -> Result<MasterKey>
Expand description

Reads the key stored at path.

ยงErrors

Error::NoKey when the file is absent, Error::Format when it is not a key file this build understands.