Versions in this module Expand all Collapse all v0 v0.0.2 Oct 2, 2020 v0.0.1 Sep 28, 2020 Changes in this version + func HandlerAggregateDks(c echo.Context) error + func HandlerCommitDks(c echo.Context) error + func HandlerExportDKShare(c echo.Context) error + func HandlerGetKeyPubInfo(c echo.Context) error + func HandlerImportDKShare(c echo.Context) error + func HandlerNewDks(c echo.Context) error + func HandlerSignDigest(c echo.Context) error + func InitLogger() + type AggregateDKSRequest struct + Index uint16 + PriShares []string + TmpId int + type AggregateDKSResponse struct + Err string + PubShare string + func AggregateDKSReq(req *AggregateDKSRequest) *AggregateDKSResponse + type CommitDKSRequest struct + PubShares []string + TmpId int + type CommitDKSResponse struct + Address string + Err string + func CommitDKSReq(req *CommitDKSRequest) *CommitDKSResponse + type ExportDKShareRequest struct + Address string + type ExportDKShareResponse struct + DKShare string + Err string + type GetPubKeyInfoRequest struct + Address string + type GetPubKeyInfoResponse struct + Address string + Err string + Index uint16 + N uint16 + PubKeyMaster string + PubKeys []string + T uint16 + func GetKeyPubInfoReq(req *GetPubKeyInfoRequest) *GetPubKeyInfoResponse + type ImportDKShareRequest struct + Blob string + type ImportDKShareResponse struct + Err string + type NewDKSRequest struct + Index uint16 + N uint16 + T uint16 + TmpId int + type NewDKSResponse struct + Err string + PriShares []string + func NewDKSetReq(req *NewDKSRequest) *NewDKSResponse + type SignDigestRequest struct + Address string + DataDigest *hashing.HashValue + type SignDigestResponse struct + Err string + SigShare string + func SignDigestReq(req *SignDigestRequest) *SignDigestResponse