hsmtool::util::key::ecdsa

Function _save_public_key

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