Skip to content

group-signature-client v2.0.0

Latest
Compare
Choose a tag to compare
@cyjseagull cyjseagull released this 31 Mar 06:50
· 9 commits to master since this release

v2.0.0

(2020-03-31)

CHANGELOG

  • Add
  1. Support calling server-side RPC interface to implement functions such as group creation, joining group, and signing
  2. Support calling the server RPC interface to implement functions such as initializing a ring, joining ring, and signing
  3. Support communicating with FISCO BCOS nodes and uploading group/ring signatures with related message to the blockchain
  4. Support calling FISCO BCOS precompiled contract interfaces to verify group/ring signature on-chain

变更日志

  • 新增
  1. 支持调用服务端RPC接口,实现创建群、加入群、以及生成群签名等功能
  2. 支持调用服务端RPC接口,实现初始化环、加入环、以及生成环签名等功能
  3. 支持与FISCO BCOS节点通讯,将群/环签名以及签名信息上链
  4. 支持调用FISCO BCOS预编译合约接口,实现群/环签名的链上验证