hsmtool::util::key::ecdsa

Function _save_private_key

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