Public Class methods
[ show source ]
# File lib/net/ssh/transport/ossl/hmac/none.rb, line 30 30: def initialize 31: @key_length = @mac_length = 0 32: end
Public Instance methods
Always returns the empty string.
[ show source ]
# File lib/net/ssh/transport/ossl/hmac/none.rb, line 35 35: def digest( data ) 36: "" 37: end