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