Uh oh!
There was an error while loading. Please reload this page.
Use OpenSSL::Digest instead of digest gem - #43
Conversation
tmtm
commented
Sep 28, 2022
I would prefer Digest to be optional rather than requiring OpenSSL. |
hsbt
commented
Sep 28, 2022
After releasing Can you describe your motivation? |
tmtm
commented
Sep 28, 2022
rubygems.org is a very large gem distribution site, but I think there are ways to install gems other than downloading them directly from rubygems.org. |
rhenium
commented
Sep 28, 2022
Note that Generally speaking, OpenSSL::Digest is useful if the performance is important or an algorithm not supported by |
I'm against this use-case. We should avoid to use network access without openssl today. But I have no strong opinion this change. I'll close this. |
hsbt
commented
Sep 28, 2022
@rhenium Thanks for explanation. I misunderstood the internal of |
digesthas been removed at #38.On another note,
opensslprovide digest methods same asdigest. We should useOpenSSL::Digestfor reducing dependencies.