Cysharp / Ulid

Fast .NET C# Implementation of ULID for .NET and Unity.
MIT License
1.29k stars 58 forks source link

Fix the position of discarded bytes for big-endian #56

Closed hadashiA closed 1 year ago

hadashiA commented 1 year ago

Sorry,, I made mistake with #52. We should have used the lower 48 bits of timestamp, but in the case of big-endian, it seems to have been the upper 48 bits.

neuecc commented 1 year ago

!

hadashiA commented 1 year ago

🙏