Skip to main content

write_portable

Function write_portable 

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

Writes key to path in the portable form, owner-only.

ยงErrors

Error::Io when the file cannot be created or written.