Skip to content

lib keccak.rb v1.2.0

Compare
Choose a tag to compare
@q9f q9f released this 30 Sep 14:08
· 21 commits to main since this release
v1.2.0
ecf8a64

initial release of the keccak ruby gem. it inherits the version number from it's parent gem, formerly known as digest-sha3 (unmaintained). this gem was renamed to clarify this does not use the final FIPS standard of SHA3 but rather the early KECCAK used by Ethereum.

rubygems: https://rubygems.org/gems/keccak

changes since v1.1.1:

  • gems: fix gem name to avoid conflict #7
  • github: add a build workflow #6
  • docs: minor fixes #5
  • docs: clarify gem history and difference keccak/sha3 #4
  • gems: rename sha3 in keccak to indicate hash used #3
  • gems: create 1.2.x release track #2
  • copyright: relicense to apache 2.0 #1