You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 11, 2021. It is now read-only.
Using class.uuid.php to generate UUID v5 I do not get the same result as using OSSP UUID, with same namespace and name.
Using OSSP UUID like this:
or this:
gives me
21f7f8de-8051-5b89-8680-0195ef798b6a.class.uuid.php gives me
13726f09-44a9-5eeb-8910-3525a23fb23binstead.Am I not supposed to get the same UUID no matter the implementation, given the same namespace and name?