Sha256: ff1a9c755f5a8aa0f93179a3d1d3a0313feb4f9f883ce287c65082a3839017f8
Contents?: true
Size: 209 Bytes
Versions: 329
Compression:
Stored size: 209 Bytes
Contents
require 'net/ssh/transport/hmac/md5' module Net::SSH::Transport::HMAC # The MD5-96 HMAC algorithm. This returns only the first 12 bytes of # the digest. class MD5_96 < MD5 mac_length 12 end end
Version data entries
329 entries across 278 versions & 30 rubygems