Module: Net::SSH::Authentication::ED25519Loader

Defined in:
lib/net/ssh/authentication/ed25519_loader.rb

Overview

Loads ED25519 support which requires optinal dependecies like rbnacl-libsodium, rbnacl, bcrypt_pbkdf

Class Method Summary collapse

Class Method Details

.raiseUnlessLoaded(message) ⇒ Object

Raises:

  • (NotImplementedError)


16
17
18
# File 'lib/net/ssh/authentication/ed25519_loader.rb', line 16

def self.raiseUnlessLoaded(message)
  raise NotImplementedError, "#{message} -- see #{ERROR}" unless LOADED
end