Hacker News new | ask | show | jobs
by georgemcbay 1310 days ago
Looking at the docs for the library linked, it appears to be a Verhoeff algorithm check digit... so yeah, you're correct.

This is effectively a simplistic stand-in for a CRC type system -- useful to detect if the data has been corrupted, but not useful to avoid collisions.

1 comments

And if someone is worried about UUID collisions, they need to rethink their priorities in life.