Skip to content

Releases: BSNDA/PCNGateway-Go-SDK

bsn gateway go sdk

19 May 10:29
eb67b48
Compare
Choose a tag to compare

support fabric 2.2.1 GM frame

v1.1.3

31 Oct 15:28
Compare
Choose a tag to compare
update code

v1.1.2

12 May 09:02
Compare
Choose a tag to compare
add code for get config from file

v1.1.1

21 Apr 06:51
Compare
Choose a tag to compare
update fabric user

PCNGateway-Go-SDK

31 Oct 07:40
56a2568
Compare
Choose a tag to compare
framework public key upload mode key trust mode
secp256r1 secp256k1 SM2 secp256r1 secp256k1 SM2
Fabric
FISCO-BCOS
XuperChain
Cita
  • Fabric framework application uses two modes: secret key escrow and secret key upload of secp256r1 and SM2;

  • Fisco-bcos framework uses two modes: secret key hosting and secret key uploading of secp256k1 and SM2;

  • Xuperchain framework uses two modes of SM2 secret key hosting and secret key uploading;

  • CITA framework application only supports SM2 key escrow mode;

PCNGateway-Go-SDK

13 Aug 06:02
Compare
Choose a tag to compare
v1.0.3

Update the response content of method RegisterUser

PCNGateway-Go-SDK

05 Aug 08:41
Compare
Choose a tag to compare
v1.0.2

use go mod and remove extra code

PCNGateway-Go-SDK

04 Aug 01:50
e91cac4
Compare
Choose a tag to compare

Go语言SDK目前支持官网所有的框架和秘钥组合应用的调用
具体如下:

框架秘钥上传秘钥托管
secp256r1secp256k1SM2secp256r1secp256k1SM2
Fabric支持支持支持支持
FISCO-BCOS支持支持支持支持
XuperChain支持
  • fabric框架应用使用secp256r1、SM2 秘钥的秘钥托管和秘钥上传两种模式;
  • FISCO-BCOS框架应用使用secp256k1、SM2 秘钥的秘钥托管和秘钥上传两种模式;
  • XuperChain框架应用仅支持SM2秘钥的秘钥托管模式;