threshcryptopbtypes

package
v0.4.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 2, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Event

type Event struct {
	Type Event_Type
}

func EventFromPb

func EventFromPb(pb *threshcryptopb.Event) *Event

func (*Event) MirReflect

func (*Event) MirReflect() mirreflect.Type

func (*Event) Pb

func (m *Event) Pb() *threshcryptopb.Event

type Event_Recover

type Event_Recover struct {
	Recover *Recover
}

func (*Event_Recover) MirReflect

func (*Event_Recover) MirReflect() mirreflect.Type

func (*Event_Recover) Pb

func (*Event_Recover) Unwrap

func (w *Event_Recover) Unwrap() *Recover

type Event_RecoverResult

type Event_RecoverResult struct {
	RecoverResult *RecoverResult
}

func (*Event_RecoverResult) MirReflect

func (*Event_RecoverResult) MirReflect() mirreflect.Type

func (*Event_RecoverResult) Pb

func (*Event_RecoverResult) Unwrap

func (w *Event_RecoverResult) Unwrap() *RecoverResult

type Event_SignShare

type Event_SignShare struct {
	SignShare *SignShare
}

func (*Event_SignShare) MirReflect

func (*Event_SignShare) MirReflect() mirreflect.Type

func (*Event_SignShare) Pb

func (*Event_SignShare) Unwrap

func (w *Event_SignShare) Unwrap() *SignShare

type Event_SignShareResult

type Event_SignShareResult struct {
	SignShareResult *SignShareResult
}

func (*Event_SignShareResult) MirReflect

func (*Event_SignShareResult) MirReflect() mirreflect.Type

func (*Event_SignShareResult) Pb

func (*Event_SignShareResult) Unwrap

type Event_Type

type Event_Type interface {
	mirreflect.GeneratedType

	Pb() threshcryptopb.Event_Type
	// contains filtered or unexported methods
}

func Event_TypeFromPb

func Event_TypeFromPb(pb threshcryptopb.Event_Type) Event_Type

type Event_TypeWrapper

type Event_TypeWrapper[T any] interface {
	Event_Type
	Unwrap() *T
}

type Event_VerifyFull

type Event_VerifyFull struct {
	VerifyFull *VerifyFull
}

func (*Event_VerifyFull) MirReflect

func (*Event_VerifyFull) MirReflect() mirreflect.Type

func (*Event_VerifyFull) Pb

func (*Event_VerifyFull) Unwrap

func (w *Event_VerifyFull) Unwrap() *VerifyFull

type Event_VerifyFullResult

type Event_VerifyFullResult struct {
	VerifyFullResult *VerifyFullResult
}

func (*Event_VerifyFullResult) MirReflect

func (*Event_VerifyFullResult) MirReflect() mirreflect.Type

func (*Event_VerifyFullResult) Pb

func (*Event_VerifyFullResult) Unwrap

type Event_VerifyShare

type Event_VerifyShare struct {
	VerifyShare *VerifyShare
}

func (*Event_VerifyShare) MirReflect

func (*Event_VerifyShare) MirReflect() mirreflect.Type

func (*Event_VerifyShare) Pb

func (*Event_VerifyShare) Unwrap

func (w *Event_VerifyShare) Unwrap() *VerifyShare

type Event_VerifyShareResult

type Event_VerifyShareResult struct {
	VerifyShareResult *VerifyShareResult
}

func (*Event_VerifyShareResult) MirReflect

func (*Event_VerifyShareResult) MirReflect() mirreflect.Type

func (*Event_VerifyShareResult) Pb

func (*Event_VerifyShareResult) Unwrap

type Recover

type Recover struct {
	Data            [][]uint8
	SignatureShares [][]uint8
	Origin          *RecoverOrigin
}

func RecoverFromPb

func RecoverFromPb(pb *threshcryptopb.Recover) *Recover

func (*Recover) MirReflect

func (*Recover) MirReflect() mirreflect.Type

func (*Recover) Pb

func (m *Recover) Pb() *threshcryptopb.Recover

type RecoverOrigin

type RecoverOrigin struct {
	Module types.ModuleID
	Type   RecoverOrigin_Type
}

func RecoverOriginFromPb

func RecoverOriginFromPb(pb *threshcryptopb.RecoverOrigin) *RecoverOrigin

func (*RecoverOrigin) MirReflect

func (*RecoverOrigin) MirReflect() mirreflect.Type

func (*RecoverOrigin) Pb

type RecoverOrigin_ContextStore

type RecoverOrigin_ContextStore struct {
	ContextStore *types1.Origin
}

func (*RecoverOrigin_ContextStore) MirReflect

func (*RecoverOrigin_ContextStore) Pb

func (*RecoverOrigin_ContextStore) Unwrap

type RecoverOrigin_Dsl

type RecoverOrigin_Dsl struct {
	Dsl *types2.Origin
}

func (*RecoverOrigin_Dsl) MirReflect

func (*RecoverOrigin_Dsl) MirReflect() mirreflect.Type

func (*RecoverOrigin_Dsl) Pb

func (*RecoverOrigin_Dsl) Unwrap

func (w *RecoverOrigin_Dsl) Unwrap() *types2.Origin

type RecoverOrigin_Type

type RecoverOrigin_Type interface {
	mirreflect.GeneratedType

	Pb() threshcryptopb.RecoverOrigin_Type
	// contains filtered or unexported methods
}

type RecoverOrigin_TypeWrapper

type RecoverOrigin_TypeWrapper[T any] interface {
	RecoverOrigin_Type
	Unwrap() *T
}

type RecoverResult

type RecoverResult struct {
	FullSignature []uint8
	Ok            bool
	Error         string
	Origin        *RecoverOrigin
}

func RecoverResultFromPb

func RecoverResultFromPb(pb *threshcryptopb.RecoverResult) *RecoverResult

func (*RecoverResult) MirReflect

func (*RecoverResult) MirReflect() mirreflect.Type

func (*RecoverResult) Pb

type SignShare

type SignShare struct {
	Data   [][]uint8
	Origin *SignShareOrigin
}

func SignShareFromPb

func SignShareFromPb(pb *threshcryptopb.SignShare) *SignShare

func (*SignShare) MirReflect

func (*SignShare) MirReflect() mirreflect.Type

func (*SignShare) Pb

type SignShareOrigin

type SignShareOrigin struct {
	Module types.ModuleID
	Type   SignShareOrigin_Type
}

func (*SignShareOrigin) MirReflect

func (*SignShareOrigin) MirReflect() mirreflect.Type

func (*SignShareOrigin) Pb

type SignShareOrigin_ContextStore

type SignShareOrigin_ContextStore struct {
	ContextStore *types1.Origin
}

func (*SignShareOrigin_ContextStore) MirReflect

func (*SignShareOrigin_ContextStore) Pb

func (*SignShareOrigin_ContextStore) Unwrap

type SignShareOrigin_Dsl

type SignShareOrigin_Dsl struct {
	Dsl *types2.Origin
}

func (*SignShareOrigin_Dsl) MirReflect

func (*SignShareOrigin_Dsl) MirReflect() mirreflect.Type

func (*SignShareOrigin_Dsl) Pb

func (*SignShareOrigin_Dsl) Unwrap

func (w *SignShareOrigin_Dsl) Unwrap() *types2.Origin

type SignShareOrigin_Type

type SignShareOrigin_Type interface {
	mirreflect.GeneratedType

	Pb() threshcryptopb.SignShareOrigin_Type
	// contains filtered or unexported methods
}

type SignShareOrigin_TypeWrapper

type SignShareOrigin_TypeWrapper[T any] interface {
	SignShareOrigin_Type
	Unwrap() *T
}

type SignShareResult

type SignShareResult struct {
	SignatureShare []uint8
	Origin         *SignShareOrigin
}

func (*SignShareResult) MirReflect

func (*SignShareResult) MirReflect() mirreflect.Type

func (*SignShareResult) Pb

type VerifyFull

type VerifyFull struct {
	Data          [][]uint8
	FullSignature []uint8
	Origin        *VerifyFullOrigin
}

func VerifyFullFromPb

func VerifyFullFromPb(pb *threshcryptopb.VerifyFull) *VerifyFull

func (*VerifyFull) MirReflect

func (*VerifyFull) MirReflect() mirreflect.Type

func (*VerifyFull) Pb

type VerifyFullOrigin

type VerifyFullOrigin struct {
	Module types.ModuleID
	Type   VerifyFullOrigin_Type
}

func (*VerifyFullOrigin) MirReflect

func (*VerifyFullOrigin) MirReflect() mirreflect.Type

func (*VerifyFullOrigin) Pb

type VerifyFullOrigin_ContextStore

type VerifyFullOrigin_ContextStore struct {
	ContextStore *types1.Origin
}

func (*VerifyFullOrigin_ContextStore) MirReflect

func (*VerifyFullOrigin_ContextStore) Pb

func (*VerifyFullOrigin_ContextStore) Unwrap

type VerifyFullOrigin_Dsl

type VerifyFullOrigin_Dsl struct {
	Dsl *types2.Origin
}

func (*VerifyFullOrigin_Dsl) MirReflect

func (*VerifyFullOrigin_Dsl) MirReflect() mirreflect.Type

func (*VerifyFullOrigin_Dsl) Pb

func (*VerifyFullOrigin_Dsl) Unwrap

func (w *VerifyFullOrigin_Dsl) Unwrap() *types2.Origin

type VerifyFullOrigin_Type

type VerifyFullOrigin_Type interface {
	mirreflect.GeneratedType

	Pb() threshcryptopb.VerifyFullOrigin_Type
	// contains filtered or unexported methods
}

type VerifyFullOrigin_TypeWrapper

type VerifyFullOrigin_TypeWrapper[T any] interface {
	VerifyFullOrigin_Type
	Unwrap() *T
}

type VerifyFullResult

type VerifyFullResult struct {
	Ok     bool
	Error  string
	Origin *VerifyFullOrigin
}

func (*VerifyFullResult) MirReflect

func (*VerifyFullResult) MirReflect() mirreflect.Type

func (*VerifyFullResult) Pb

type VerifyShare

type VerifyShare struct {
	Data           [][]uint8
	SignatureShare []uint8
	NodeId         types.NodeID
	Origin         *VerifyShareOrigin
}

func VerifyShareFromPb

func VerifyShareFromPb(pb *threshcryptopb.VerifyShare) *VerifyShare

func (*VerifyShare) MirReflect

func (*VerifyShare) MirReflect() mirreflect.Type

func (*VerifyShare) Pb

type VerifyShareOrigin

type VerifyShareOrigin struct {
	Module types.ModuleID
	Type   VerifyShareOrigin_Type
}

func (*VerifyShareOrigin) MirReflect

func (*VerifyShareOrigin) MirReflect() mirreflect.Type

func (*VerifyShareOrigin) Pb

type VerifyShareOrigin_ContextStore

type VerifyShareOrigin_ContextStore struct {
	ContextStore *types1.Origin
}

func (*VerifyShareOrigin_ContextStore) MirReflect

func (*VerifyShareOrigin_ContextStore) Pb

func (*VerifyShareOrigin_ContextStore) Unwrap

type VerifyShareOrigin_Dsl

type VerifyShareOrigin_Dsl struct {
	Dsl *types2.Origin
}

func (*VerifyShareOrigin_Dsl) MirReflect

func (*VerifyShareOrigin_Dsl) MirReflect() mirreflect.Type

func (*VerifyShareOrigin_Dsl) Pb

func (*VerifyShareOrigin_Dsl) Unwrap

func (w *VerifyShareOrigin_Dsl) Unwrap() *types2.Origin

type VerifyShareOrigin_Type

type VerifyShareOrigin_Type interface {
	mirreflect.GeneratedType

	Pb() threshcryptopb.VerifyShareOrigin_Type
	// contains filtered or unexported methods
}

type VerifyShareOrigin_TypeWrapper

type VerifyShareOrigin_TypeWrapper[T any] interface {
	VerifyShareOrigin_Type
	Unwrap() *T
}

type VerifyShareResult

type VerifyShareResult struct {
	Ok     bool
	Error  string
	Origin *VerifyShareOrigin
}

func (*VerifyShareResult) MirReflect

func (*VerifyShareResult) MirReflect() mirreflect.Type

func (*VerifyShareResult) Pb

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL