package l_encrypt const ( NO_CRYPT cryptType = iota + 1 CryptRSA CryptSM2 CryptSM4 CryptAES ) type cryptType int32