Class Net::SSH::Transport::OSSL::HMAC::None
In: lib/net/ssh/transport/ossl/hmac/none.rb
Parent: Abstract

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

Methods

digest   new  

Public Class methods

Create a new instance of the None HMAC algorithm.

Public Instance methods

Always returns the empty string.

[Validate]