Return the numeric value of a hexadecimal digit character.
Declared in <crypto/hex_base.h>
signed char
HexDigit(char c);
The value 0-15 for a valid digit, or -1 if c is not a hexadecimal digit.
| Name | Description |
|---|---|
| c | The hexadecimal digit character to decode. |