Sha256: 73b8d54270d3b3b673f37e892a26162c46a7a1461181466ad18991a897e6e682
Contents?: true
Size: 211 Bytes
Versions: 28
Compression:
Stored size: 211 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
28 entries across 28 versions & 6 rubygems