aws_lc_rs::hex

Function decode_dirty

Source
pub fn decode_dirty(hex_str: &str) -> Vec<u8>
Expand description

Converts a hex string to a vector of bytes. It ignores any characters that are not valid hex digits.