lib keccak.rb v1.3.0
lib keccak.rb v1.3.0 is a minor release breaking backward compatibility by switching the gem namespace from digest/sha3
to digest/keccak
. see: #16. if you want to lazy-patch your library, you can still use ~> 1.2
. it works, but it's not recommended. use ~> 1.3
and simply rename ::SHA3
to ::Keccak
.
what's changed
- update and rename COPYRIGHT to .COPYRIGHT by @q9f in #14
- docs: create AUTHORS file by @q9f in #15
- ext: rename sha3 to keccak for clarity by @q9f in #16
- docs: update readme for keccak 1.3 by @q9f in #17
full changelog: v1.2.2...v1.3.0