alexsnaps / meowhash

Meow Hash for Ruby
zlib License
0 stars 1 forks source link

Mimic `Digest::*` #1

Open alexsnaps opened 5 years ago

alexsnaps commented 5 years ago
$ irb 
irb(main):001:0> require 'digest'
=> true
irb(main):002:0> Digest::SHA1.methods 
=> [:file, :hexdigest, :base64digest, :digest, …
alexsnaps commented 5 years ago

MeowHash::Hasher#file is missing, let's do this one in C land and avoid adding pressure to the GC