Releases: BSNDA/PCNGateway-Go-SDK
Releases · BSNDA/PCNGateway-Go-SDK
bsn gateway go sdk
v1.1.3
v1.1.2
v1.1.1
PCNGateway-Go-SDK
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
v1.0.3 Update the response content of method RegisterUser
PCNGateway-Go-SDK
v1.0.2 use go mod and remove extra code
PCNGateway-Go-SDK
Go语言SDK目前支持官网所有的框架和秘钥组合应用的调用
具体如下:
框架 | 秘钥上传 | 秘钥托管 | ||||
---|---|---|---|---|---|---|
secp256r1 | secp256k1 | SM2 | secp256r1 | secp256k1 | SM2 | |
Fabric | 支持 | 支持 | 支持 | 支持 | ||
FISCO-BCOS | 支持 | 支持 | 支持 | 支持 | ||
XuperChain | 支持 |
- fabric框架应用使用secp256r1、SM2 秘钥的秘钥托管和秘钥上传两种模式;
- FISCO-BCOS框架应用使用secp256k1、SM2 秘钥的秘钥托管和秘钥上传两种模式;
- XuperChain框架应用仅支持SM2秘钥的秘钥托管模式;