- Fixed the generation of monotonic UUID’s.
- Added
bufferedRandom
, which callscrypto.getRandomBytes
in blocks instead of on every UUID generation call, to improve performance significantly. - Changed the signature of
EntropySource
to accept the number of desired random bytes.
- Initial release
- Wrote the readme