The “none” algorithm. This has a key and mac length of 0.
Public instance methods
digest
(data)
[show source]
# File lib/net/ssh/transport/hmac/none.rb, line 10 10: def digest(data) 11: "" 12: end