Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Digest::RMD160 is missing #2593

Open
postmodern opened this issue Feb 3, 2022 · 3 comments
Open

Digest::RMD160 is missing #2593

postmodern opened this issue Feb 3, 2022 · 3 comments

Comments

@postmodern
Copy link

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>'
postmodern added a commit to ronin-rb/ronin-support that referenced this issue Feb 3, 2022
@eregon
Copy link
Member

eregon commented Feb 3, 2022

Thanks for the report. Interesting, I've never heard about this Digest algorithm before.

@dogweather
Copy link

I get this error, installing my Rails gems:

NameError: uninitialized constant Digest::MD5

Related?

@eregon
Copy link
Member

eregon commented Feb 7, 2022

@dogweather No, that's most likely #2577 and that's solved on master/dev builds.

@bjfish bjfish assigned eregon and unassigned bjfish Aug 8, 2022
@eregon eregon removed their assignment Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants