aboutsummaryrefslogtreecommitdiffstats
path: root/sshlib/src/main/java/com/trilead/ssh2/crypto/key/Ed25519Key.java
Commit message (Collapse)AuthorAgeFilesLines
* ed25519: implement equality and hashCodeKenny Root2016-03-111-0/+16
| | | | | The KnownHosts code uses .equals() to figure out if keys are the same, so implement these in Ed25519Key so that type of key works in that case.
* Add Ed25519 host key supportKenny Root2016-01-241-0/+45