Function sequoia_openpgp::fmt::hex::decode_pretty
source ยท pub fn decode_pretty<H: AsRef<str>>(hex: H) -> Result<Vec<u8>>
Expand description
Decodes the given hexadecimal number, ignoring whitespace.
pub fn decode_pretty<H: AsRef<str>>(hex: H) -> Result<Vec<u8>>
Decodes the given hexadecimal number, ignoring whitespace.