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