Implement RFC 4122-compliant UUIDs.
authorBen Pfaff <blp@nicira.com>
Thu, 24 Sep 2009 22:02:36 +0000 (15:02 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 4 Nov 2009 23:24:40 +0000 (15:24 -0800)
commitd918d9d1128a98e4b2a398a501f541554fed3be8
tree73134e34b952f6321b5554b324b41acb52b041a0
parentf38b84ea2b6b61d309c604faedd41ab3b0fcf16b
Implement RFC 4122-compliant UUIDs.

This UUID library will be used by the upcoming configuration database.
lib/aes128.c [new file with mode: 0644]
lib/aes128.h [new file with mode: 0644]
lib/automake.mk
lib/uuid.c [new file with mode: 0644]
lib/uuid.h [new file with mode: 0644]
tests/aes128.at [new file with mode: 0644]
tests/automake.mk
tests/test-aes128.c [new file with mode: 0644]
tests/test-uuid.c [new file with mode: 0644]
tests/testsuite.at
tests/uuid.at [new file with mode: 0644]