# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
GetLayout returns layout of uuid.
GetVersion gets the version of uuid.
SetLayout sets the layout for uuid.
SetVersion sets the version for uuid.
# Constants
LayoutFuture represents the Future layout: Reserved for future definition.
LayoutInvalid represents invalid layout.
LayoutMicrosoft represents the Microsoft layout: Reserved, Microsoft Corporation backward compatibility (Values: 0x0c-0x0d).
LayoutNCS represents the NCS layout: Reserved, NCS backward compatibility (Values: 0x00-0x07).
LayoutRFC4122 represents the RFC4122 layout: The variant specified in RFC 4122 (Values: 0x08-0x0b).
V2: The DCE security version, with embedded POSIX UIDs.
V3: The name-based version that uses MD5 hashing.
V5: The name-based version that uses SHA-1 hashing.
V4: The randomly or pseudo-randomly generated version.
V1: The time-based version.
Unknwon.