class Net::SSH::Transport::HMAC::None

  1. lib/net/ssh/transport/hmac/none.rb
Parent: HMAC

The "none" algorithm. This has a key and mac length of 0.

Methods

Public Instance

  1. digest

Public Instance methods

digest (data)
[show source]
# File lib/net/ssh/transport/hmac/none.rb, line 10
def digest(data)
  ""
end