Skip to content

Commit 0d16fbe

Browse files
Replaced Curve25519 class with X25519 Key Agreement (#838)
Co-authored-by: Jeroen van Erp <jeroen@hierynomus.com>
1 parent 154a202 commit 0d16fbe

File tree

5 files changed

+127
-947
lines changed

5 files changed

+127
-947
lines changed

build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ license {
6565
java = 'SLASHSTAR_STYLE'
6666
}
6767
excludes([
68-
'**/djb/Curve25519.java',
6968
'**/sshj/common/Base64.java',
7069
'**/com/hierynomus/sshj/userauth/keyprovider/bcrypt/*.java',
7170
'**/files/test_file_*.txt',

0 commit comments

Comments
 (0)