fix: 修复 SSH Client 不支持 EdDSA 的问题.

通过添加专门的 EdDSA 依赖库, 修复连接 SSH 后出现的 EdDSA 不支持的问题.
This commit is contained in:
LamGC 2021-08-16 00:37:52 +08:00
parent 6ed419b425
commit e317b07913
Signed by: LamGC
GPG Key ID: 6C5AE2A913941E1D

View File

@ -31,6 +31,8 @@ dependencies {
implementation "org.bouncycastle:bcpg-jdk15on:${bouncyCastleVer}"
implementation "org.bouncycastle:bcpkix-jdk15on:${bouncyCastleVer}"
implementation "net.i2p.crypto:eddsa:0.3.0"
implementation 'org.codehaus.groovy:groovy-all:3.0.7'
implementation 'com.google.code.gson:gson:2.8.7'