Sha256: 6bf1e1ccb5455e9fb6596bba7890b3a19909d377bd5dd761ada7a6678a4bd736
Contents?: true
Size: 319 Bytes
Versions: 171
Compression:
Stored size: 319 Bytes
Contents
require 'net/ssh/transport/hmac/abstract' module Net::SSH::Transport::HMAC # The RIPEMD-160 HMAC algorithm. This has a mac and key length of 20, and # uses the RIPEMD-160 digest algorithm. class RIPEMD160 < Abstract mac_length 20 key_length 20 digest_class OpenSSL::Digest::RIPEMD160 end end
Version data entries
171 entries across 150 versions & 13 rubygems