Sha256: 90d056b0cddf427c94fa8763f3920c059c0c123a3a2c2a404db06aac3caa8a0d
Contents?: true
Size: 247 Bytes
Versions: 329
Compression:
Stored size: 247 Bytes
Contents
require 'net/ssh/transport/hmac/abstract' module Net::SSH::Transport::HMAC # The "none" algorithm. This has a key and mac length of 0. class None < Abstract key_length 0 mac_length 0 def digest(data) "" end end end
Version data entries
329 entries across 278 versions & 30 rubygems