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

tree wide: use simple 16 byte random string for UUID #921

Merged
merged 1 commit into from
Nov 10, 2020

Commits on Nov 10, 2020

  1. tree wide: use simple 16 byte random string for UUID

    Since all we are using UUIDs for is to avoid duplicate names then we can
    achieve the same thing by using a random 16 byte string rather than strictly
    adhering to the UUID v4 spec (which just sets a couple of the bytes to a
    known value for identification purposes). This way we can reduce dependencies
    by just relying on the bare minimum of `getrandom`.
    ammgws committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    2538831 View commit details
    Browse the repository at this point in the history