Function private_key_to_hex_string

Source
pub fn private_key_to_hex_string(private_key: &Secp256r1PrivateKey) -> String
Expand description

Converts a private key to its hexadecimal string representation.

§Arguments

  • private_key - The private key to convert

§Returns

A hexadecimal string representation of the private key