Class Net::SSH::Transport::OSSL::HMAC::SHA1_96
In: lib/net/ssh/transport/ossl/hmac/sha1-96.rb
Parent: SHA1

The SHA1-96 HMAC algorithm. This returns only the first 12 bytes of the digest.

Methods

new  

Public Class methods

Create a new instance of the SHA1-96 algorithm.

[Source]

    # File lib/net/ssh/transport/ossl/hmac/sha1-96.rb, line 32
32:             def initialize
33:               super
34:               @mac_length = 12
35:             end

[Validate]