Versions in this module Expand all Collapse all v0 v0.0.1 Jun 7, 2021 Changes in this version + var ErrIntOverflowKeys = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowProof = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthKeys = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthProof = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupKeys = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupProof = fmt.Errorf("proto: unexpected end of group") + type DominoOp struct + Input string + Key string + Output string + func (*DominoOp) Descriptor() ([]byte, []int) + func (*DominoOp) ProtoMessage() + func (m *DominoOp) GetInput() string + func (m *DominoOp) GetKey() string + func (m *DominoOp) GetOutput() string + func (m *DominoOp) Marshal() (dAtA []byte, err error) + func (m *DominoOp) MarshalTo(dAtA []byte) (int, error) + func (m *DominoOp) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *DominoOp) Reset() + func (m *DominoOp) Size() (n int) + func (m *DominoOp) String() string + func (m *DominoOp) Unmarshal(dAtA []byte) error + func (m *DominoOp) XXX_DiscardUnknown() + func (m *DominoOp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DominoOp) XXX_Merge(src proto.Message) + func (m *DominoOp) XXX_Size() int + func (m *DominoOp) XXX_Unmarshal(b []byte) error + type PrivateKey struct + Sum isPrivateKey_Sum + func (*PrivateKey) Descriptor() ([]byte, []int) + func (*PrivateKey) ProtoMessage() + func (*PrivateKey) XXX_OneofWrappers() []interface{} + func (m *PrivateKey) GetEd25519() []byte + func (m *PrivateKey) GetSum() isPrivateKey_Sum + func (m *PrivateKey) Marshal() (dAtA []byte, err error) + func (m *PrivateKey) MarshalTo(dAtA []byte) (int, error) + func (m *PrivateKey) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *PrivateKey) Reset() + func (m *PrivateKey) Size() (n int) + func (m *PrivateKey) String() string + func (m *PrivateKey) Unmarshal(dAtA []byte) error + func (m *PrivateKey) XXX_DiscardUnknown() + func (m *PrivateKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PrivateKey) XXX_Merge(src proto.Message) + func (m *PrivateKey) XXX_Size() int + func (m *PrivateKey) XXX_Unmarshal(b []byte) error + type PrivateKey_Ed25519 struct + Ed25519 []byte + func (m *PrivateKey_Ed25519) MarshalTo(dAtA []byte) (int, error) + func (m *PrivateKey_Ed25519) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *PrivateKey_Ed25519) Size() (n int) + type Proof struct + Aunts [][]byte + Index int64 + LeafHash []byte + Total int64 + func (*Proof) Descriptor() ([]byte, []int) + func (*Proof) ProtoMessage() + func (m *Proof) GetAunts() [][]byte + func (m *Proof) GetIndex() int64 + func (m *Proof) GetLeafHash() []byte + func (m *Proof) GetTotal() int64 + func (m *Proof) Marshal() (dAtA []byte, err error) + func (m *Proof) MarshalTo(dAtA []byte) (int, error) + func (m *Proof) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Proof) Reset() + func (m *Proof) Size() (n int) + func (m *Proof) String() string + func (m *Proof) Unmarshal(dAtA []byte) error + func (m *Proof) XXX_DiscardUnknown() + func (m *Proof) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Proof) XXX_Merge(src proto.Message) + func (m *Proof) XXX_Size() int + func (m *Proof) XXX_Unmarshal(b []byte) error + type ProofOp struct + Data []byte + Key []byte + Type string + func (*ProofOp) Descriptor() ([]byte, []int) + func (*ProofOp) ProtoMessage() + func (m *ProofOp) GetData() []byte + func (m *ProofOp) GetKey() []byte + func (m *ProofOp) GetType() string + func (m *ProofOp) Marshal() (dAtA []byte, err error) + func (m *ProofOp) MarshalTo(dAtA []byte) (int, error) + func (m *ProofOp) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ProofOp) Reset() + func (m *ProofOp) Size() (n int) + func (m *ProofOp) String() string + func (m *ProofOp) Unmarshal(dAtA []byte) error + func (m *ProofOp) XXX_DiscardUnknown() + func (m *ProofOp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ProofOp) XXX_Merge(src proto.Message) + func (m *ProofOp) XXX_Size() int + func (m *ProofOp) XXX_Unmarshal(b []byte) error + type ProofOps struct + Ops []ProofOp + func (*ProofOps) Descriptor() ([]byte, []int) + func (*ProofOps) ProtoMessage() + func (m *ProofOps) GetOps() []ProofOp + func (m *ProofOps) Marshal() (dAtA []byte, err error) + func (m *ProofOps) MarshalTo(dAtA []byte) (int, error) + func (m *ProofOps) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ProofOps) Reset() + func (m *ProofOps) Size() (n int) + func (m *ProofOps) String() string + func (m *ProofOps) Unmarshal(dAtA []byte) error + func (m *ProofOps) XXX_DiscardUnknown() + func (m *ProofOps) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ProofOps) XXX_Merge(src proto.Message) + func (m *ProofOps) XXX_Size() int + func (m *ProofOps) XXX_Unmarshal(b []byte) error + type PublicKey struct + Sum isPublicKey_Sum + func (*PublicKey) Descriptor() ([]byte, []int) + func (*PublicKey) ProtoMessage() + func (*PublicKey) XXX_OneofWrappers() []interface{} + func (m *PublicKey) GetEd25519() []byte + func (m *PublicKey) GetSum() isPublicKey_Sum + func (m *PublicKey) Marshal() (dAtA []byte, err error) + func (m *PublicKey) MarshalTo(dAtA []byte) (int, error) + func (m *PublicKey) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *PublicKey) Reset() + func (m *PublicKey) Size() (n int) + func (m *PublicKey) String() string + func (m *PublicKey) Unmarshal(dAtA []byte) error + func (m *PublicKey) XXX_DiscardUnknown() + func (m *PublicKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PublicKey) XXX_Merge(src proto.Message) + func (m *PublicKey) XXX_Size() int + func (m *PublicKey) XXX_Unmarshal(b []byte) error + func (this *PublicKey) Compare(that interface{}) int + func (this *PublicKey) Equal(that interface{}) bool + type PublicKey_Ed25519 struct + Ed25519 []byte + func (m *PublicKey_Ed25519) MarshalTo(dAtA []byte) (int, error) + func (m *PublicKey_Ed25519) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *PublicKey_Ed25519) Size() (n int) + func (this *PublicKey_Ed25519) Compare(that interface{}) int + func (this *PublicKey_Ed25519) Equal(that interface{}) bool + type ValueOp struct + Key []byte + Proof *Proof + func (*ValueOp) Descriptor() ([]byte, []int) + func (*ValueOp) ProtoMessage() + func (m *ValueOp) GetKey() []byte + func (m *ValueOp) GetProof() *Proof + func (m *ValueOp) Marshal() (dAtA []byte, err error) + func (m *ValueOp) MarshalTo(dAtA []byte) (int, error) + func (m *ValueOp) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ValueOp) Reset() + func (m *ValueOp) Size() (n int) + func (m *ValueOp) String() string + func (m *ValueOp) Unmarshal(dAtA []byte) error + func (m *ValueOp) XXX_DiscardUnknown() + func (m *ValueOp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ValueOp) XXX_Merge(src proto.Message) + func (m *ValueOp) XXX_Size() int + func (m *ValueOp) XXX_Unmarshal(b []byte) error