github.com/turingchain2020/turingchain@v1.1.21/common/crypto/README.md (about) 1 # crypto 2 3 ## 功能 4 * 支持 ed25519, secp256k1, sm2 5 * 统一的 PrivKey,Pubkey, Signature 接口, 详见 `crypto.go` 6 7 ## 依赖 8 * sm2 编译依赖 gmssl 2.0 版本 9 * 安装:`bash ./deps/install_gmssl.sh`