google / uuid

Go package for UUIDs based on RFC 4122 and DCE 1.1: Authentication and Security Services.
BSD 3-Clause "New" or "Revised" License
5.24k stars 363 forks source link

Reference implementaiton for UUID v8 #103

Open yepher opened 2 years ago

yepher commented 2 years ago

It would be nice to have a reference implementation for UUID v8 as defined here:

https://www.ietf.org/id/draft-peabody-dispatch-new-uuid-format-03.html

gofish commented 2 years ago

See https://github.com/uuid6/uuid6go-proto

Dentrax commented 1 year ago

See uuid6/uuid6go-proto

README mentions v8 but I don't think it generates real UUID v8 since I couldn't see a UUIDv8Generator implementation. cc @nurked