A C implementation to generate UUID version 3 using MAC address and UNIX timestamp
- Generated by hashing namespace identifier and name.
- Same namespace and name will map to the same UUID.
- But the name or namespace cannot be derived from the UUID, even if one of them is specified, except by brute force search.