pub fn load_parameters( spend_path: &Path, output_path: &Path, sprout_path: Option<&Path>, ) -> ZcashParameters
Load the specified parameters, checking the sizes and hashes of the files.
Returns the loaded parameters.