1#ifndef SAFEHERON_SGX_TRUSTED_UUID_H
2#define SAFEHERON_SGX_TRUSTED_UUID_H
40 static std::mutex mutex_;
A thread-safe UUID Generator that generates only UUID V4 (random-based).
Definition ssgx_utils_t_uuid.h:17
UUIDGenerator()=default
Default constructor for the UUIDGenerator class.
std::string NewUUID4()
Generates a new UUID V4 (random-based).
Definition ssgx_attestation_t.h:6