Skip to content
This repository has been archived by the owner on Nov 25, 2018. It is now read-only.

Latest commit

 

History

History
48 lines (32 loc) · 1.22 KB

CHANGES.md

File metadata and controls

48 lines (32 loc) · 1.22 KB

1.0.5 (2017-02-25)

1.0.4 (2016-12-04)

1.0.3 (2016-09-27)

  • #14 Return empty string on random_bytes(0) as SecureRandom does. (@grempe)

1.0.2 (2016-06-06)

  • #12 Remove unnecessary SecureRandom reference in 'hex' method. (@tarcieri)

  • #6 Raise ArgumentError if 0 random bytes are requested (new minimum is 1). (@azet)

1.0.1 (2016-05-29)

  • #11 Use NativePRNGNonBlocking for JRuby if available. (@coda)

  • #8 Upstream libsodium change: wait for /dev/random to be seeded before reading from /dev/urandom. (@tarcieri)

1.0.0 (2016-05-28)

  • Initial release.