摘要: https://github.com/golang/crypto golang.org/x/crypto/ 阅读全文
posted @ 2020-07-16 17:17 zJanly 阅读(691) 评论(0) 推荐(0)
摘要: https://github.com/tjfoc/gmsm package mainimport ( "crypto/ecdsa" "crypto/elliptic" "crypto/rand" "fmt" "github.com/tjfoc/gmsm/sm2" "math/big" "time") 阅读全文
posted @ 2020-07-16 15:56 zJanly 阅读(263) 评论(0) 推荐(0)