Module secp256kfun::hex[][src]

Expand description

Utility module for hex encoding and decoding

Enums

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

Functions

Decode some hex bytes into a Vec<u8>.

Decode some hex bytes into a fixed length array.

Encode some bytes as a hex String.