OSDN Git Service

add sm2 (#1193)
authorChengcheng Zhang <943420582@qq.com>
Fri, 27 Jul 2018 06:44:50 +0000 (14:44 +0800)
committerPaladz <yzhu101@uottawa.ca>
Fri, 27 Jul 2018 06:44:50 +0000 (14:44 +0800)
commitdae1b15e92f95c6750c8014d8c90a6e169980bdd
treebcfc126103b428e85ae930a8734340db57158205
parentd1e2a3cc909cad3ccec106096ad34e444b941a46
add sm2 (#1193)

* add sm2

* fix import
crypto/sm2/cert_pool.go [new file with mode: 0644]
crypto/sm2/p256.go [new file with mode: 0644]
crypto/sm2/pkcs1.go [new file with mode: 0644]
crypto/sm2/pkcs8.go [new file with mode: 0644]
crypto/sm2/sm2.go [new file with mode: 0644]
crypto/sm2/sm2_test.go [new file with mode: 0644]
crypto/sm2/verify.go [new file with mode: 0644]
crypto/sm2/x509.go [new file with mode: 0644]
crypto/sm3/sm3_test.go