Skip to content

cuid2 v0.1.2

Compare
Choose a tag to compare
@mplanchard mplanchard released this 08 Aug 15:46
· 27 commits to master since this release
cuid2-v0.1.2
319ffa3

cuid2 v0.1.2

Changed

  • Internal updates to match updated CUID construction logic in the reference
    implementation
    ,
    specifically:
    • Simplified hashing function, no longer adding additional entropy in addition
      to building a hash
    • Increased range of possible values for counter initialization
    • Random numbers for entropy are now random numbers from [0, 36), rather than
      a random choice from a static array of prime numbers