[][src]Module secp256kfun::hex

Utility module for hex encoding and decoding

Enums

HexError

Error representing a failed conversion from hex into the bytes for the target type.

Functions

decode

Decode some hex bytes into a Vec<u8>.

encode

Encode some bytes as a hex String.