Sha256: 6bf1e1ccb5455e9fb6596bba7890b3a19909d377bd5dd761ada7a6678a4bd736

Contents?: true

Size: 319 Bytes

Versions: 171

Compression:

Stored size: 319 Bytes

Contents

require 'net/ssh/transport/hmac/abstract'

module Net::SSH::Transport::HMAC

  # The RIPEMD-160 HMAC algorithm. This has a mac and key length of 20, and
  # uses the RIPEMD-160 digest algorithm.
  class RIPEMD160 < Abstract
    mac_length   20
    key_length   20
    digest_class OpenSSL::Digest::RIPEMD160
  end

end

Version data entries

171 entries across 150 versions & 13 rubygems

Version Path
net-ssh-2.6.5 lib/net/ssh/transport/hmac/ripemd160.rb
net-ssh-2.6.4 lib/net/ssh/transport/hmac/ripemd160.rb
net-ssh-2.6.3 lib/net/ssh/transport/hmac/ripemd160.rb
net-ssh-2.6.2 lib/net/ssh/transport/hmac/ripemd160.rb
abiquo-installer-tests-20121026.1 vendor/net-ssh-2.5.2/lib/net/ssh/transport/hmac/ripemd160.rb
abiquo-installer-tests-20121023.3 vendor/net-ssh-2.5.2/lib/net/ssh/transport/hmac/ripemd160.rb
net-ssh-2.6.1 lib/net/ssh/transport/hmac/ripemd160.rb
net-ssh-2.6.0 lib/net/ssh/transport/hmac/ripemd160.rb
net-ssh-2.5.2 lib/net/ssh/transport/hmac/ripemd160.rb
net-ssh-2.5.1 lib/net/ssh/transport/hmac/ripemd160.rb
net-ssh-2.5.0 lib/net/ssh/transport/hmac/ripemd160.rb