OSDN Git Service

V0.1 pk interface (#58)
authorChengcheng Zhang <943420582@qq.com>
Mon, 13 May 2019 16:00:20 +0000 (00:00 +0800)
committerPaladz <yzhu101@uottawa.ca>
Mon, 13 May 2019 16:00:20 +0000 (00:00 +0800)
commitcb120a52d80aaf7c52f101644b5aa2f521588382
tree15fc1f2666d64b336ae6970ebdce61b70d867fa4
parent4e7f502753546efa47d58ab770a5c275e7b41c77
V0.1 pk interface (#58)

* add XPrvKeyer, XPubKeyer interface

* create bcsp

* add csp

* update interface XPubKeyer

* add gm lib

* update

* delete gm lib

* delete old gm lib

* update config
14 files changed:
config/config.go
crypto/csp/csp.go [new file with mode: 0644]
crypto/sm2/cert_pool.go [deleted file]
crypto/sm2/p256.go [deleted file]
crypto/sm2/pkcs1.go [deleted file]
crypto/sm2/pkcs8.go [deleted file]
crypto/sm2/sm2.go [deleted file]
crypto/sm2/sm2_test.go [deleted file]
crypto/sm2/verify.go [deleted file]
crypto/sm2/x509.go [deleted file]
crypto/sm3/sm3.go [deleted file]
crypto/sm3/sm3_test.go [deleted file]
protocol/vm/crypto.go
protocol/vm/crypto_test.go