A new gem: digest-lite -- more crypto(graphic) hash functions / classes in pure ruby
Hello, I put together for easy (re)use a new stand-alone gem, that is, digest-lite that includes more crypto(graphic) hash functions / classes e.g. Digest::KeccakLite (512bit, 256bit, etc), Digest::SHA3Lite (512bit, 256bit, etc) in “100% pure” ruby “lite” scripts, that is, without any c-extensions and with zero-dependency. Cheers. Prost.
Comments
Nice bit of work. I bet that was fun putting together.
Sorry for the late reply. Just seeing your comment now. Yes, I am super happy having found readable Keccak / Keccak versions in ruby (without c-extensions). I mostly only repacked the ruby code (with some minor edits) for other gems. The idea is to collect all “bonus” digests (not found in the “standard” module) in one gem for easy (re)use. Cheers. Prost.
Post a comment