#include "Globals.h"
#include "UUID.h"
#include "mbedtls/md5.h"
Go to the source code of this file.
static Byte FromHexDigit |
( |
char |
a_Hex | ) |
|
|
static |
Returns the integer value of the hex digit or 0xff if invalid.
Definition at line 63 of file UUID.cpp.
Returns the given UUID in shortened form with IsValid indicating success.
Doesn't check digits are hexadecimal but does check dashes if long form.
Definition at line 20 of file UUID.cpp.
static char ToHexDigit |
( |
UInt8 |
a_Nibble | ) |
|
|
static |
From a number in the range [0, 16), returns the corresponding hex digit in lowercase.
Definition at line 85 of file UUID.cpp.