package
2.0.1+incompatible
Repository: https://github.com/bcbchain/toolbox.git
Documentation: pkg.go.dev

# Functions

对交易数据签名 privateKey 私钥对象 data 待签名交易数据.
对裸数据数据签名 privateKey 私钥对象 data 待签名数据 sigFile 输出的签名文件.
对二进制文件进行签名 privateKey 私钥对象 binFile 二进制文件名称 sigFile 输出的签名文件名称.
对文本文件进行签名 privateKey 私钥对象 textFile 文本文件名称 sigFile 输出的签名文件名称.
验证签名 pubkey 公钥 data 待验证数据 sig 签名.
验证二进制文件签名 binFile 二进制文件名称 sigFile 签名文件名称.
验证签名 data 待验证数据 sigFile 签名文件.
验证文本文件签名 textFile 文本文件名称 sigFile 签名文件名称.

# Structs

No description provided by the author
No description provided by the author