Files
EdgeAPI/internal/encrypt/method_utils_test.go

9 lines
176 B
Go
Raw Permalink Normal View History

2020-07-22 22:17:53 +08:00
package encrypt
import "testing"
func TestFindMethodInstance(t *testing.T) {
t.Log(NewMethodInstance("a", "b", ""))
t.Log(NewMethodInstance("aes-256-cfb", "123456", ""))
}