HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/share/rubygems-integration/all/gems/net-ssh-6.1.0/lib/net/ssh/transport/hmac/sha1_96.rb
require 'net/ssh/transport/hmac/sha1'

module Net::SSH::Transport::HMAC

  # The SHA1-96 HMAC algorithm. This returns only the first 12 bytes of
  # the digest.
  class SHA1_96 < SHA1
    mac_length 12
  end

end