agessh: use filippo.io/edwards25519 for Ed25519 to Curve25519 conversion

This commit is contained in:
Filippo Valsorda
2020-12-04 18:45:52 +01:00
parent 6593c56e33
commit 53ccaf8b71
3 changed files with 26 additions and 40 deletions
+1
View File
@@ -3,6 +3,7 @@ module filippo.io/age
go 1.13
require (
filippo.io/edwards25519 v1.0.0-alpha.2
github.com/sergi/go-diff v1.1.0
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59
)