Conversation
|
I would prefer Digest to be optional rather than requiring OpenSSL. |
|
After releasing Can you describe your motivation? |
|
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. |
|
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. |
|
@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.