Skip to content

v0.1.0

Compare
Choose a tag to compare
@marcomagdy marcomagdy released this 03 Nov 01:59
· 4 commits to master since this release
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.