cuid-java icon indicating copy to clipboard operation
cuid-java copied to clipboard

Collision-resistant ids optimized for horizontal scaling and performance

Results 1 cuid-java issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I am unsure if this implementation is the same algorithm as the [original](https://github.com/paralleldrive/cuid2/tree/main). **To Reproduce** The entropy is computed differently: https://github.com/paralleldrive/cuid2/blob/53e246b0919c8123e492e6b6bbab41fe66f4b462/src/index.js#L7-L14 https://github.com/thibaultmeyer/cuid-java/blob/c55aa797b13348a01ad1a059fe88a5af1c613e8f/src/main/java/io/github/thibaultmeyer/cuid/CUID.java#L265-L275 --- The hash is computed...

help wanted
question