digest
digest copied to clipboard
Provides a framework for message digest libraries.
In `digest_conf`, "no implicit conversion of false into String" TypeError is raised.
If I use the default digest from ruby/3.4.7, all the digests work. But I had `digest` in my `Gemfile`, bundler updated it and all of the `hexdigest` failed... ` Digest::SHA512::metadata...
Ref: https://github.com/ruby/digest/issues/77 `CRC32` is relatively commonly needed for network protocol (e.g. erro checking in AWS-s3, etc) and some archive formats like `zip`. As such it would be helpful to have...