Skip to content

Releases: marcomagdy/ulid

v0.1.1

07 Nov 19:53
Compare
Choose a tag to compare

Fixed CMake installation script

v0.1.0

03 Nov 01:59
Compare
Choose a tag to compare
Add ability to provide random bits from an external source

Instead of using xorshift64* internally, add an API to generate a ULID
using random bytes provided by the caller. This might be handy for users
with a particular security concerns.