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.9.2 lib/net/ssh/transport/hmac/ripemd160.rb
net-ssh-2.9.2.rc3 lib/net/ssh/transport/hmac/ripemd160.rb
net-ssh-2.9.2.rc2 lib/net/ssh/transport/hmac/ripemd160.rb
net-ssh-2.9.2.rc1 lib/net/ssh/transport/hmac/ripemd160.rb
net-ssh-2.9.2.beta lib/net/ssh/transport/hmac/ripemd160.rb
vagrant-tiktalik-0.0.3 vendor/bundle/ruby/2.0.0/gems/net-ssh-2.9.1/lib/net/ssh/transport/hmac/ripemd160.rb
net-ssh-2.9.1 lib/net/ssh/transport/hmac/ripemd160.rb
net-ssh-2.9.0 lib/net/ssh/transport/hmac/ripemd160.rb
net-ssh-2.8.0 lib/net/ssh/transport/hmac/ripemd160.rb
tnargav-1.3.3 vendor/bundle/ruby/1.9.1/gems/net-ssh-2.6.8/lib/net/ssh/transport/hmac/ripemd160.rb
net-ssh-2.7.0 lib/net/ssh/transport/hmac/ripemd160.rb
vagrant-shell-0.2.9 demo/templates/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.6.7/lib/net/ssh/transport/hmac/ripemd160.rb
tnargav-1.2.3 vendor/bundle/ruby/1.9.1/gems/net-ssh-2.6.8/lib/net/ssh/transport/hmac/ripemd160.rb
vagrant-shell-0.2.8 demo/templates/vendor/bundle/ruby/1.9.1/gems/net-ssh-2.6.7/lib/net/ssh/transport/hmac/ripemd160.rb
net-ssh-2.6.8 lib/net/ssh/transport/hmac/ripemd160.rb
minmb-net-ssh-2.5.1 lib/net/ssh/transport/hmac/ripemd160.rb
vagrant-shell-0.2.6 vendor/bundle/gems/net-ssh-2.6.7/lib/net/ssh/transport/hmac/ripemd160.rb
vagrant-shell-0.2.5 vendor/bundle/gems/net-ssh-2.6.7/lib/net/ssh/transport/hmac/ripemd160.rb
net-ssh-2.6.7 lib/net/ssh/transport/hmac/ripemd160.rb
net-ssh-2.6.6 lib/net/ssh/transport/hmac/ripemd160.rb