Sha256: f64ddbf3c66427816e61bb9522b7b42198ac4ca69ec9d5c41654304af5171c44

Contents?: true

Size: 406 Bytes

Versions: 12

Compression:

Stored size: 406 Bytes

Contents

module Net
  module SSH
    module Transport
      # Loads chacha20 poly1305 support which requires optinal dependency rbnacl
      module ChaCha20Poly1305CipherLoader
        begin
          require 'net/ssh/transport/chacha20_poly1305_cipher'
          LOADED = true
          ERROR = nil
        rescue LoadError => e
          ERROR = e
          LOADED = false
        end
      end
    end
  end
end

Version data entries

12 entries across 12 versions & 3 rubygems

Version Path
net-ssh-7.3.0 lib/net/ssh/transport/chacha20_poly1305_cipher_loader.rb
net-ssh-7.3.0.rc1 lib/net/ssh/transport/chacha20_poly1305_cipher_loader.rb
harbr-2.8.1 vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/transport/chacha20_poly1305_cipher_loader.rb
net-ssh-7.2.3 lib/net/ssh/transport/chacha20_poly1305_cipher_loader.rb
net-ssh-7.2.2.rc1 lib/net/ssh/transport/chacha20_poly1305_cipher_loader.rb
net-ssh-7.2.1 lib/net/ssh/transport/chacha20_poly1305_cipher_loader.rb
net-ssh-7.2.1.rc1 lib/net/ssh/transport/chacha20_poly1305_cipher_loader.rb
honeybadger-5.4.0 vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.0/lib/net/ssh/transport/chacha20_poly1305_cipher_loader.rb
honeybadger-5.3.0 vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.0/lib/net/ssh/transport/chacha20_poly1305_cipher_loader.rb
net-ssh-7.2.0 lib/net/ssh/transport/chacha20_poly1305_cipher_loader.rb
net-ssh-7.2.0.rc1 lib/net/ssh/transport/chacha20_poly1305_cipher_loader.rb
net-ssh-7.2.0.beta1 lib/net/ssh/transport/chacha20_poly1305_cipher_loader.rb