okeuday / uuid

Erlang Native UUID Generation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

variant bits are incorrect

okeuday opened this issue · comments

The variant bits are currently incorrect based on various testing. External usage of the UUID values is probably not checking the variant bits. However, for correctness it is important to fix the problem. Fixing the problem requires a backwards incompatible change.

now the compat v3 and v5 functions work as expected also.