mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
![]() The previous commit introduces the Gem::Security.create_digest method, allowing to:
- decouple algorithm choice from implementation (OpenSSL or Ruby built-in)
- untangle the SHA512 fallback for TarWriter from the generic hashing digest choice (undoing commit 9471f8ed2bdc12248d2619bbbce6e53cd6c16cb6)
|
||
---|---|---|
.. | ||
tar_reader | ||
digest_io.rb | ||
file_source.rb | ||
io_source.rb | ||
old.rb | ||
source.rb | ||
tar_header.rb | ||
tar_reader.rb | ||
tar_test_case.rb | ||
tar_writer.rb |