pub fn decrypt_repo(repo: &'static Repo, paths: Vec<PathBuf>) -> Result<()>
Decrypt given files in the repo. If no paths are given, decrypt all files in the repo’s crypt list.
Panics if the master key is not set.