Documentation
¶
Index ¶
Constants ¶
View Source
const ServiceName = "SignerService"
View Source
const (
UID string = "signer"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BDNSignReply ¶
type BDNSignReply struct {
Receipts map[string]*core.OpcodeReceipt
}
type BDNSignRequest ¶
type BDNSignRequest struct { Roster *onet.Roster OutputData map[string][]byte ExecReq *core.ExecutionRequest }
type BLSSignReply ¶
type BLSSignReply struct {
Receipts map[string]*core.OpcodeReceipt
}
type BLSSignRequest ¶
type BLSSignRequest struct { Roster *onet.Roster OutputData map[string][]byte ExecReq *core.ExecutionRequest }
type Signer ¶
type Signer struct { *onet.ServiceProcessor // contains filtered or unexported fields }
func (*Signer) BDNSign ¶
func (s *Signer) BDNSign(req *BDNSignRequest) (*BDNSignReply, error)
func (*Signer) BLSSign ¶
func (s *Signer) BLSSign(req *BLSSignRequest) (*BLSSignReply, error)
func (*Signer) NewProtocol ¶
Click to show internal directories.
Click to hide internal directories.