Expand description
Hexadecimal encoding and decoding utilities.
This module provides convenient functions for working with hexadecimal representations of binary data.
Functionsยง
- bytes_
to_ u128 - Converts bytes to a u128 value.
- decode_
hex - Decodes a hexadecimal string to bytes.
- encode_
hex - Encodes bytes as a hexadecimal string.
- u128_
to_ bytes - Converts a u128 value to bytes.