Skip to main content

decrypt_repo

Function decrypt_repo 

Source
pub fn decrypt_repo(repo: &'static Repo, paths: Vec<PathBuf>) -> Result<()>
Expand description

Decrypt given files in the repo. If no paths are given, decrypt all files in the repo’s crypt list.

§Panics

Panics if the master key is not set.