The “none” algorithm. This has a key and mac length of 0.
# File lib/net/ssh/transport/hmac/none.rb, line 9 def digest(data) "" end