Function public_key_to_hex_string

Source
pub fn public_key_to_hex_string(public_key: &[u8]) -> String
Expand description

Converts a public key to its hexadecimal string representation.

§Arguments

  • public_key - The public key bytes to convert

§Returns

A hexadecimal string representation of the public key