summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPopa Marius Adrian <mapopa@gmail.com>2020-03-13 13:18:00 +0200
committerGitHub <noreply@github.com>2020-03-13 13:18:00 +0200
commit06288e961fa6916991df1e073f4159875a41127e (patch)
tree093979a6e2dbc00d6c952f9d810f45e1ca545ca3
parent54476fa1e88a046014fa986792dbf2c65c5f17db (diff)
downloadnet-ssh-06288e961fa6916991df1e073f4159875a41127e.tar.gz
RbNacl dependecy was replaced with ed25519
-rw-r--r--lib/net/ssh/authentication/ed25519_loader.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/ssh/authentication/ed25519_loader.rb b/lib/net/ssh/authentication/ed25519_loader.rb
index 8390f59..bcf920d 100644
--- a/lib/net/ssh/authentication/ed25519_loader.rb
+++ b/lib/net/ssh/authentication/ed25519_loader.rb
@@ -3,7 +3,7 @@ module Net
module Authentication
# Loads ED25519 support which requires optinal dependecies like
- # rbnacl, bcrypt_pbkdf
+ # ed25519, bcrypt_pbkdf
module ED25519Loader
begin