Skip to content

evtaylor/keccak256

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keccak256 Gem

Note: This is a fork of havenwood/sha3-pure-ruby to add support for the (older) Keccak version this hashing algorithm which Ethereum uses.

A pure Ruby implementation of Keccak256.

Installation

Install it from the command line:

gem install keccak256

Or execute bundle after adding this line to your app's Gemfile:

gem 'keccak256'

Usage Example

Digest::Keccak256.new.hexdigest 'cat'
#=> "52763589e772702fa7977a28b3cfb6ca534f0208a2b2d55f7558af664eac478a"

License

Creative Commons

See original license: havenwood/sha3-pure-ruby

About

Pure Ruby Keccak256 Gem

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%