V2bX/cmd/x25519_test.go

8 lines
90 B
Go
Raw Normal View History

package cmd
import "testing"
func Test_executeX25519(t *testing.T) {
executeX25519()
}