Skip to content

Releases: OscarBarrett/crystal-sha3

0.3.2

03 Oct 02:23
7b6f6e0
Compare
Choose a tag to compare

Changed

  • Fix: Remove usage of Slice#pointer, update Int#/ usage (#7)

0.3.1

04 Feb 14:55
Compare
Choose a tag to compare

Changed

  • Fix: Use Dir.each_child in place of Dir.foreach (#4)
  • Don't use make in travis

0.3.0

20 Aug 16:41
a93faf2
Compare
Choose a tag to compare

Added

  • Added benchmarks

Changed

  • Significant performance improvements

0.2.0

25 Feb 14:47
Compare
Choose a tag to compare
  • Updated Crystal version requirement to 0.21.0
  • Switched to built in String.hexbytes method

0.1.1

25 Feb 14:57
Compare
Choose a tag to compare
  • Made Domain class private
  • Added crystal-style method name for updating the string to be hashed (based on Digest::SHA1).
  • Updated shard.yml a little bit, and bumped the patch version.
  • Added .travis.yml

0.1.0

25 Feb 14:57
Compare
Choose a tag to compare

Initial 0.1.0 release