mirror of
https://gitee.com/samwaf/SamWaf.git
synced 2026-09-21 12:44:21 +08:00
11 lines
167 B
Go
11 lines
167 B
Go
package wafsec
|
|
|
|
import "testing"
|
|
|
|
func TestGenPublicPrivate(t *testing.T) {
|
|
GenPublicPrivate()
|
|
}
|
|
func TestEncryptInfo(t *testing.T) {
|
|
EncryptInfo("asaasdfsdfsdf")
|
|
}
|