mirror of
https://github.com/LamGC/Oracle-Sentry.git
synced 2025-04-29 22:27:34 +00:00
fix: 修复 SSH Client 不支持 EdDSA 的问题.
通过添加专门的 EdDSA 依赖库, 修复连接 SSH 后出现的 EdDSA 不支持的问题.
This commit is contained in:
parent
6ed419b425
commit
e317b07913
@ -31,6 +31,8 @@ dependencies {
|
|||||||
implementation "org.bouncycastle:bcpg-jdk15on:${bouncyCastleVer}"
|
implementation "org.bouncycastle:bcpg-jdk15on:${bouncyCastleVer}"
|
||||||
implementation "org.bouncycastle:bcpkix-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 'org.codehaus.groovy:groovy-all:3.0.7'
|
||||||
|
|
||||||
implementation 'com.google.code.gson:gson:2.8.7'
|
implementation 'com.google.code.gson:gson:2.8.7'
|
||||||
|
Loading…
Reference in New Issue
Block a user