Sha256: fa38d8d7b138c5a691b7578d773866b99bc3cd911e780241bd5d261641674629
Contents?: true
Size: 290 Bytes
Versions: 31
Compression:
Stored size: 290 Bytes
Contents
require 'net/ssh/transport/hmac/abstract' module Net::SSH::Transport::HMAC if defined?(SHA2_256) # need openssl support # The SHA256-96 HMAC algorithm. This returns only the first 12 bytes of # the digest. class SHA2_256_96 < SHA2_256 mac_length 12 end end end
Version data entries
31 entries across 25 versions & 3 rubygems