Function save_private_key

Source
pub fn save_private_key<P: AsRef<Path>>(
    path: P,
    key: &MldsaSigningKey,
    enc: KeyEncoding,
) -> Result<()>