mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-09 03:50:27 +08:00
优化代码
This commit is contained in:
11
internal/utils/encrypt/method_utils_test.go
Normal file
11
internal/utils/encrypt/method_utils_test.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package encrypt_test
|
||||
|
||||
import (
|
||||
"github.com/TeaOSLab/EdgeNode/internal/utils/encrypt"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestFindMethodInstance(t *testing.T) {
|
||||
t.Log(encrypt.NewMethodInstance("a", "b", ""))
|
||||
t.Log(encrypt.NewMethodInstance("aes-256-cfb", "123456", ""))
|
||||
}
|
||||
Reference in New Issue
Block a user