truffleruby
truffleruby copied to clipboard
Digest::RMD160 is missing
Digest::RMD160 appears to be missing?
Steps To Reproduce
truffleruby -r digest -e 'p Digest::RMD160'
Expected Result
Digest::RMD160
Actual Result
-e:1:in `const_missing': uninitialized constant Digest::RMD160 (NameError)
from -e:1:in `<main>'
Thanks for the report. Interesting, I've never heard about this Digest algorithm before.
I get this error, installing my Rails gems:
NameError: uninitialized constant Digest::MD5
Related?
@dogweather No, that's most likely https://github.com/oracle/truffleruby/issues/2577 and that's solved on master/dev builds.