pub fn save_public_key<P: AsRef<Path>>( path: P, key: &MldsaVerifyingKey, enc: KeyEncoding, ) -> Result<()>