ulid / spec

The canonical spec for ulid
GNU General Public License v3.0
9.64k stars 174 forks source link

Can we deterministically generate a ULID from another ULID? #93

Open gabrielgiussi opened 10 months ago

gabrielgiussi commented 10 months ago

I guess we need to leave the highest 48 bits unchanged and generate the remaining 80 bits based on the input ULID. What would be a good way to do this?

arokettu commented 5 months ago

What problem are you trying to solve?