optimize code and add test for x25519 command

This commit is contained in:
yuzuki999
2023-06-02 08:36:06 +08:00
parent 5379a5a668
commit 138540cd16
2 changed files with 14 additions and 8 deletions

7
cmd/x25519_test.go Normal file
View File

@@ -0,0 +1,7 @@
package cmd
import "testing"
func Test_executeX25519(t *testing.T) {
executeX25519()
}