Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version 6, v6, uuidv6 support #354

Closed
naturallymitchell opened this issue Dec 27, 2018 · 3 comments
Closed

version 6, v6, uuidv6 support #354

naturallymitchell opened this issue Dec 27, 2018 · 3 comments

Comments

@naturallymitchell
Copy link

uuidv6 was mentioned in a ULID issue
(linked today from https://news.ycombinator.com/item?id=18768909)

@KodrAus
Copy link
Member

KodrAus commented Jan 1, 2019

Thanks for the suggestion @mitchtbaum!

Without being standardized I think it's a bit out-of-scope for uuid to support this one and call it v6, but since you can construct a uuid out of arbitrary bits you could support this yourself externally for the time being.

If it does make its way to standardisation then we'll definitely support it 👍

@kinggoesgaming
Copy link
Member

For now I am closing this. If ever in the future a v6 uuid is formalized, a relevant issue will be opened.

LinusU pushed a commit to LinusU/uuid that referenced this issue Feb 26, 2020
Remove insecure builtin random number generator (RNG)

Closes uuid-rs#294 and fixes uuid-rs#173
@errhammr
Copy link

Sorry for waking a sleeping dragon. I have a function to convert any UUIDv1 into a v6 one. Maybe it'll help someone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants