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