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.
pub fn read(path: &Path) -> Result<MasterKey>Reads the key stored at path.
Error::NoKey when the file is absent, Error::Format when it is not a
key file this build understands.