提交
This commit is contained in:
@@ -3,7 +3,8 @@ package aesx_test
|
||||
import (
|
||||
"fmt"
|
||||
"testing"
|
||||
"yunink/app/pkg/encryptx/aesx"
|
||||
|
||||
"code.yun.ink/open/utils/encryptx/aesx"
|
||||
)
|
||||
|
||||
func TestAes(t *testing.T) {
|
||||
|
||||
@@ -2,8 +2,9 @@ package rsax_test
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"yunink/app/pkg/encryptx/rsax"
|
||||
"testing"
|
||||
|
||||
"code.yun.ink/open/utils/encryptx/rsax"
|
||||
)
|
||||
|
||||
func TestRsa(t *testing.T) {
|
||||
|
||||
@@ -3,7 +3,8 @@ package sha1x_test
|
||||
import (
|
||||
"fmt"
|
||||
"testing"
|
||||
sha1x "yunink/app/pkg/encryptx/sha1x"
|
||||
|
||||
"code.yun.ink/open/utils/encryptx/sha1x"
|
||||
)
|
||||
|
||||
func TestSha1(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user