On Thu, 08/04 11:33, Jeff Cody wrote: > It makes sense to represent the uuid internally as a struct with the octet > groupings of uint32_t, uint16_t, etc.., for endianness:
BTW I'm not sure it's worth to add that internal representation. libuuid uses local endianness when generating and setting version bits, then convert output to BE anyway. Fam