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-3.1.0.beta2 lib/net/ssh/transport/hmac/ripemd160.rb
honeybadger-2.4.0 vendor/gems/ruby/2.1.0/gems/net-ssh-2.9.1/lib/net/ssh/transport/hmac/ripemd160.rb
honeybadger-2.4.0 vendor/gems/ruby/2.2.0/gems/net-ssh-2.9.1/lib/net/ssh/transport/hmac/ripemd160.rb
honeybadger-2.4.0 vendor/gems/ruby/1.9.1/gems/net-ssh-2.9.1/lib/net/ssh/transport/hmac/ripemd160.rb
net-ssh-2.9.4 lib/net/ssh/transport/hmac/ripemd160.rb
vagrant-unbundled-1.8.1.1 vendor/bundle/ruby/2.3.0/gems/net-ssh-3.0.2/lib/net/ssh/transport/hmac/ripemd160.rb
net-ssh-3.0.2 lib/net/ssh/transport/hmac/ripemd160.rb
net-ssh-3.0.2.rc1 lib/net/ssh/transport/hmac/ripemd160.rb
net-ssh-2.9.4.rc1 lib/net/ssh/transport/hmac/ripemd160.rb
sc_core-0.0.7 test/dummy/vendor/bundle/ruby/2.2.0/gems/net-ssh-3.0.1/lib/net/ssh/transport/hmac/ripemd160.rb
net-ssh-3.0.1 lib/net/ssh/transport/hmac/ripemd160.rb
net-ssh-3.0.1.rc1 lib/net/ssh/transport/hmac/ripemd160.rb
net-ssh-3.0.0.rc1 lib/net/ssh/transport/hmac/ripemd160.rb
net-ssh-2.10.1.rc2 lib/net/ssh/transport/hmac/ripemd160.rb
vagrant-cloudstack-1.2.0 vendor/bundle/gems/net-ssh-2.9.2/lib/net/ssh/transport/hmac/ripemd160.rb
net-ssh-2.10.1.rc1 lib/net/ssh/transport/hmac/ripemd160.rb
net-ssh-2.10.0.beta2 lib/net/ssh/transport/hmac/ripemd160.rb
vagrant-cloudstack-1.1.0 vendor/bundle/gems/net-ssh-2.9.2/lib/net/ssh/transport/hmac/ripemd160.rb
net-ssh-2.10.0.beta1 lib/net/ssh/transport/hmac/ripemd160.rb
net-ssh-2.9.3.beta1 lib/net/ssh/transport/hmac/ripemd160.rb