pub fn save_consensus_keys( path: &Path, filename: &str, pk: &PublicKey, sk: &SecretKey, pwd: &str, ) -> Result<(PathBuf, PathBuf), ConsensusKeysError>