Skip to content

Commit

Permalink
gems: rename sha3 in keccak to indicate hash used (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
q9f authored Sep 30, 2021
1 parent 428f885 commit 0de3258
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@
*.bundle
Makefile
test/test_vectors.rb
*.gem
*.log
*.so
6 changes: 3 additions & 3 deletions digest-sha3.gemspec → digest-keccak.gemspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
require File.expand_path('lib/digest/sha3/version')

Gem::Specification.new do |s|
s.name = "digest-sha3"
s.name = "digest-keccak"
s.version = Digest::SHA3::Version::STRING
s.summary = "The SHA-3 (Keccak) hash"
s.summary = "The SHA-3 (Keccak) hash used by Ethereum"
s.email = "ruby@q9f.cc"
s.homepage = "https://github.com/q9f/digest-sha3-ruby"
s.description = "The SHA-3 (Keccak) hash."
Expand All @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
"README.md",
"LICENSE",
"Makefile",
"digest-sha3-patched.gemspec",
"digest-keccak.gemspec",
"ext/**/*.{c,h,rb}",
"lib/**/*"
]
Expand Down

0 comments on commit 0de3258

Please sign in to comment.