summaryrefslogtreecommitdiff
path: root/lib/net/ssh/authentication/ed25519_loader.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove Trailing white spaceFlorian Wininger2021-07-011-6/+4
|
* Fix empty line for code clarityFlorian Wininger2021-07-011-1/+0
|
* RbNacl dependecy was replaced with ed25519Popa Marius Adrian2020-03-131-1/+1
|
* Whitespace fixeswhitespace-fixesMiklos Fazekas2018-03-211-1/+3
|
* Updated rubocopMiklos Fazekas2018-03-211-28/+30
|
* Bump major version, and remove old ruby versionsMiklos Fazekas2018-01-021-1/+1
|
* Replace RbNaCl dependency with ed25519 gemTony Arcieri2018-01-021-2/+1
| | | | | | | | | | RbNaCl is a much more heavyweight dependency that is only being used for Ed25519 signatures. The ed25519 gem should install much more quickly. This change otherwise preserves ed25519 being used as an optional dependency and generally tries to keep as much as possible the same.
* Fixes nil when error is not a Gem::LoadError, and handle LoadErrorJonathan Chapman2017-01-181-1/+1
|
* Allow rbnacl 4 and better description on what to installMiklos Fazekas2017-01-011-3/+13
|
* Fixed raiseUnlessLoaded undefined ERROR issueMiklos Fazekas2016-08-081-1/+1
|
* Raise better errors if ED25519 support is not availableMiklos Fazekas2016-07-191-0/+21