Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeCryptByEcies ¶
ECIES 私钥数据解密 @param cryptData 密文字节数据 @param privateFile 私钥文件
func EnCryptByEcies ¶
ECIES 公钥数据加密 @param srcData 源数据 @param publicFile 公钥文件
func GenerateKey ¶
生成ECC算法的公钥和私钥文件 根据随机字符串生成,randKey至少36位 @param randKey 至少36位随机字符串 @param pemKeyPath 生成的公私钥路径
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.