Skip to content

MTY_HexToBytes

chrisd1100 edited this page Aug 25, 2022 · 1 revision

Convert a hex string to bytes.

void MTY_HexToBytes(
    const char * hex,
    void *       bytes,
    size_t       size
);

Parameters

hex (const char *)

Hex string input buffer.

bytes (void *)

Output buffer.

size (size_t)

Size in bytes of bytes.

Platform support

Windows   macOS   Android   Linux   Web  

See also

Module: Crypto

Clone this wiki locally