diff --git a/lnrpc/rpc.pb.go b/lnrpc/rpc.pb.go index 3db45933..6423e4b7 100644 --- a/lnrpc/rpc.pb.go +++ b/lnrpc/rpc.pb.go @@ -590,7 +590,7 @@ func (x Invoice_InvoiceState) String() string { } func (Invoice_InvoiceState) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{109, 0} + return fileDescriptor_77a6da22d6a3feb1, []int{110, 0} } type Payment_PaymentStatus int32 @@ -621,7 +621,7 @@ func (x Payment_PaymentStatus) String() string { } func (Payment_PaymentStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{116, 0} + return fileDescriptor_77a6da22d6a3feb1, []int{117, 0} } type HTLCAttempt_HTLCStatus int32 @@ -649,7 +649,7 @@ func (x HTLCAttempt_HTLCStatus) String() string { } func (HTLCAttempt_HTLCStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{117, 0} + return fileDescriptor_77a6da22d6a3feb1, []int{118, 0} } type Failure_FailureCode int32 @@ -760,7 +760,7 @@ func (x Failure_FailureCode) String() string { } func (Failure_FailureCode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{157, 0} + return fileDescriptor_77a6da22d6a3feb1, []int{158, 0} } type Utxo struct { @@ -6777,6 +6777,55 @@ func (m *WalletBalanceResponse) GetUnconfirmedBalance() int64 { return 0 } +type Amount struct { + // Value denominated in satoshis. + Sat uint64 `protobuf:"varint,1,opt,name=sat,proto3" json:"sat,omitempty"` + // Value denominated in milli-satoshis. + Msat uint64 `protobuf:"varint,2,opt,name=msat,proto3" json:"msat,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *Amount) Reset() { *m = Amount{} } +func (m *Amount) String() string { return proto.CompactTextString(m) } +func (*Amount) ProtoMessage() {} +func (*Amount) Descriptor() ([]byte, []int) { + return fileDescriptor_77a6da22d6a3feb1, []int{77} +} + +func (m *Amount) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Amount.Unmarshal(m, b) +} +func (m *Amount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Amount.Marshal(b, m, deterministic) +} +func (m *Amount) XXX_Merge(src proto.Message) { + xxx_messageInfo_Amount.Merge(m, src) +} +func (m *Amount) XXX_Size() int { + return xxx_messageInfo_Amount.Size(m) +} +func (m *Amount) XXX_DiscardUnknown() { + xxx_messageInfo_Amount.DiscardUnknown(m) +} + +var xxx_messageInfo_Amount proto.InternalMessageInfo + +func (m *Amount) GetSat() uint64 { + if m != nil { + return m.Sat + } + return 0 +} + +func (m *Amount) GetMsat() uint64 { + if m != nil { + return m.Msat + } + return 0 +} + type ChannelBalanceRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -6787,7 +6836,7 @@ func (m *ChannelBalanceRequest) Reset() { *m = ChannelBalanceRequest{} } func (m *ChannelBalanceRequest) String() string { return proto.CompactTextString(m) } func (*ChannelBalanceRequest) ProtoMessage() {} func (*ChannelBalanceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{77} + return fileDescriptor_77a6da22d6a3feb1, []int{78} } func (m *ChannelBalanceRequest) XXX_Unmarshal(b []byte) error { @@ -6809,20 +6858,32 @@ func (m *ChannelBalanceRequest) XXX_DiscardUnknown() { var xxx_messageInfo_ChannelBalanceRequest proto.InternalMessageInfo type ChannelBalanceResponse struct { - // Sum of channels balances denominated in satoshis - Balance int64 `protobuf:"varint,1,opt,name=balance,proto3" json:"balance,omitempty"` - // Sum of channels pending balances denominated in satoshis - PendingOpenBalance int64 `protobuf:"varint,2,opt,name=pending_open_balance,json=pendingOpenBalance,proto3" json:"pending_open_balance,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + // Deprecated. Sum of channels balances denominated in satoshis + Balance int64 `protobuf:"varint,1,opt,name=balance,proto3" json:"balance,omitempty"` // Deprecated: Do not use. + // Deprecated. Sum of channels pending balances denominated in satoshis + PendingOpenBalance int64 `protobuf:"varint,2,opt,name=pending_open_balance,json=pendingOpenBalance,proto3" json:"pending_open_balance,omitempty"` // Deprecated: Do not use. + // Sum of channels local balances. + LocalBalance *Amount `protobuf:"bytes,3,opt,name=local_balance,json=localBalance,proto3" json:"local_balance,omitempty"` + // Sum of channels remote balances. + RemoteBalance *Amount `protobuf:"bytes,4,opt,name=remote_balance,json=remoteBalance,proto3" json:"remote_balance,omitempty"` + // Sum of channels local unsettled balances. + UnsettledLocalBalance *Amount `protobuf:"bytes,5,opt,name=unsettled_local_balance,json=unsettledLocalBalance,proto3" json:"unsettled_local_balance,omitempty"` + // Sum of channels remote unsettled balances. + UnsettledRemoteBalance *Amount `protobuf:"bytes,6,opt,name=unsettled_remote_balance,json=unsettledRemoteBalance,proto3" json:"unsettled_remote_balance,omitempty"` + // Sum of channels pending local balances. + PendingOpenLocalBalance *Amount `protobuf:"bytes,7,opt,name=pending_open_local_balance,json=pendingOpenLocalBalance,proto3" json:"pending_open_local_balance,omitempty"` + // Sum of channels pending remote balances. + PendingOpenRemoteBalance *Amount `protobuf:"bytes,8,opt,name=pending_open_remote_balance,json=pendingOpenRemoteBalance,proto3" json:"pending_open_remote_balance,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *ChannelBalanceResponse) Reset() { *m = ChannelBalanceResponse{} } func (m *ChannelBalanceResponse) String() string { return proto.CompactTextString(m) } func (*ChannelBalanceResponse) ProtoMessage() {} func (*ChannelBalanceResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{78} + return fileDescriptor_77a6da22d6a3feb1, []int{79} } func (m *ChannelBalanceResponse) XXX_Unmarshal(b []byte) error { @@ -6843,6 +6904,7 @@ func (m *ChannelBalanceResponse) XXX_DiscardUnknown() { var xxx_messageInfo_ChannelBalanceResponse proto.InternalMessageInfo +// Deprecated: Do not use. func (m *ChannelBalanceResponse) GetBalance() int64 { if m != nil { return m.Balance @@ -6850,6 +6912,7 @@ func (m *ChannelBalanceResponse) GetBalance() int64 { return 0 } +// Deprecated: Do not use. func (m *ChannelBalanceResponse) GetPendingOpenBalance() int64 { if m != nil { return m.PendingOpenBalance @@ -6857,6 +6920,48 @@ func (m *ChannelBalanceResponse) GetPendingOpenBalance() int64 { return 0 } +func (m *ChannelBalanceResponse) GetLocalBalance() *Amount { + if m != nil { + return m.LocalBalance + } + return nil +} + +func (m *ChannelBalanceResponse) GetRemoteBalance() *Amount { + if m != nil { + return m.RemoteBalance + } + return nil +} + +func (m *ChannelBalanceResponse) GetUnsettledLocalBalance() *Amount { + if m != nil { + return m.UnsettledLocalBalance + } + return nil +} + +func (m *ChannelBalanceResponse) GetUnsettledRemoteBalance() *Amount { + if m != nil { + return m.UnsettledRemoteBalance + } + return nil +} + +func (m *ChannelBalanceResponse) GetPendingOpenLocalBalance() *Amount { + if m != nil { + return m.PendingOpenLocalBalance + } + return nil +} + +func (m *ChannelBalanceResponse) GetPendingOpenRemoteBalance() *Amount { + if m != nil { + return m.PendingOpenRemoteBalance + } + return nil +} + type QueryRoutesRequest struct { // The 33-byte hex-encoded public key for the payment destination PubKey string `protobuf:"bytes,1,opt,name=pub_key,json=pubKey,proto3" json:"pub_key,omitempty"` @@ -6940,7 +7045,7 @@ func (m *QueryRoutesRequest) Reset() { *m = QueryRoutesRequest{} } func (m *QueryRoutesRequest) String() string { return proto.CompactTextString(m) } func (*QueryRoutesRequest) ProtoMessage() {} func (*QueryRoutesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{79} + return fileDescriptor_77a6da22d6a3feb1, []int{80} } func (m *QueryRoutesRequest) XXX_Unmarshal(b []byte) error { @@ -7092,7 +7197,7 @@ func (m *NodePair) Reset() { *m = NodePair{} } func (m *NodePair) String() string { return proto.CompactTextString(m) } func (*NodePair) ProtoMessage() {} func (*NodePair) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{80} + return fileDescriptor_77a6da22d6a3feb1, []int{81} } func (m *NodePair) XXX_Unmarshal(b []byte) error { @@ -7145,7 +7250,7 @@ func (m *EdgeLocator) Reset() { *m = EdgeLocator{} } func (m *EdgeLocator) String() string { return proto.CompactTextString(m) } func (*EdgeLocator) ProtoMessage() {} func (*EdgeLocator) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{81} + return fileDescriptor_77a6da22d6a3feb1, []int{82} } func (m *EdgeLocator) XXX_Unmarshal(b []byte) error { @@ -7198,7 +7303,7 @@ func (m *QueryRoutesResponse) Reset() { *m = QueryRoutesResponse{} } func (m *QueryRoutesResponse) String() string { return proto.CompactTextString(m) } func (*QueryRoutesResponse) ProtoMessage() {} func (*QueryRoutesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{82} + return fileDescriptor_77a6da22d6a3feb1, []int{83} } func (m *QueryRoutesResponse) XXX_Unmarshal(b []byte) error { @@ -7274,7 +7379,7 @@ func (m *Hop) Reset() { *m = Hop{} } func (m *Hop) String() string { return proto.CompactTextString(m) } func (*Hop) ProtoMessage() {} func (*Hop) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{83} + return fileDescriptor_77a6da22d6a3feb1, []int{84} } func (m *Hop) XXX_Unmarshal(b []byte) error { @@ -7396,7 +7501,7 @@ func (m *MPPRecord) Reset() { *m = MPPRecord{} } func (m *MPPRecord) String() string { return proto.CompactTextString(m) } func (*MPPRecord) ProtoMessage() {} func (*MPPRecord) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{84} + return fileDescriptor_77a6da22d6a3feb1, []int{85} } func (m *MPPRecord) XXX_Unmarshal(b []byte) error { @@ -7474,7 +7579,7 @@ func (m *Route) Reset() { *m = Route{} } func (m *Route) String() string { return proto.CompactTextString(m) } func (*Route) ProtoMessage() {} func (*Route) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{85} + return fileDescriptor_77a6da22d6a3feb1, []int{86} } func (m *Route) XXX_Unmarshal(b []byte) error { @@ -7553,7 +7658,7 @@ func (m *NodeInfoRequest) Reset() { *m = NodeInfoRequest{} } func (m *NodeInfoRequest) String() string { return proto.CompactTextString(m) } func (*NodeInfoRequest) ProtoMessage() {} func (*NodeInfoRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{86} + return fileDescriptor_77a6da22d6a3feb1, []int{87} } func (m *NodeInfoRequest) XXX_Unmarshal(b []byte) error { @@ -7610,7 +7715,7 @@ func (m *NodeInfo) Reset() { *m = NodeInfo{} } func (m *NodeInfo) String() string { return proto.CompactTextString(m) } func (*NodeInfo) ProtoMessage() {} func (*NodeInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{87} + return fileDescriptor_77a6da22d6a3feb1, []int{88} } func (m *NodeInfo) XXX_Unmarshal(b []byte) error { @@ -7680,7 +7785,7 @@ func (m *LightningNode) Reset() { *m = LightningNode{} } func (m *LightningNode) String() string { return proto.CompactTextString(m) } func (*LightningNode) ProtoMessage() {} func (*LightningNode) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{88} + return fileDescriptor_77a6da22d6a3feb1, []int{89} } func (m *LightningNode) XXX_Unmarshal(b []byte) error { @@ -7755,7 +7860,7 @@ func (m *NodeAddress) Reset() { *m = NodeAddress{} } func (m *NodeAddress) String() string { return proto.CompactTextString(m) } func (*NodeAddress) ProtoMessage() {} func (*NodeAddress) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{89} + return fileDescriptor_77a6da22d6a3feb1, []int{90} } func (m *NodeAddress) XXX_Unmarshal(b []byte) error { @@ -7807,7 +7912,7 @@ func (m *RoutingPolicy) Reset() { *m = RoutingPolicy{} } func (m *RoutingPolicy) String() string { return proto.CompactTextString(m) } func (*RoutingPolicy) ProtoMessage() {} func (*RoutingPolicy) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{90} + return fileDescriptor_77a6da22d6a3feb1, []int{91} } func (m *RoutingPolicy) XXX_Unmarshal(b []byte) error { @@ -7905,7 +8010,7 @@ func (m *ChannelEdge) Reset() { *m = ChannelEdge{} } func (m *ChannelEdge) String() string { return proto.CompactTextString(m) } func (*ChannelEdge) ProtoMessage() {} func (*ChannelEdge) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{91} + return fileDescriptor_77a6da22d6a3feb1, []int{92} } func (m *ChannelEdge) XXX_Unmarshal(b []byte) error { @@ -7998,7 +8103,7 @@ func (m *ChannelGraphRequest) Reset() { *m = ChannelGraphRequest{} } func (m *ChannelGraphRequest) String() string { return proto.CompactTextString(m) } func (*ChannelGraphRequest) ProtoMessage() {} func (*ChannelGraphRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{92} + return fileDescriptor_77a6da22d6a3feb1, []int{93} } func (m *ChannelGraphRequest) XXX_Unmarshal(b []byte) error { @@ -8041,7 +8146,7 @@ func (m *ChannelGraph) Reset() { *m = ChannelGraph{} } func (m *ChannelGraph) String() string { return proto.CompactTextString(m) } func (*ChannelGraph) ProtoMessage() {} func (*ChannelGraph) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{93} + return fileDescriptor_77a6da22d6a3feb1, []int{94} } func (m *ChannelGraph) XXX_Unmarshal(b []byte) error { @@ -8088,7 +8193,7 @@ func (m *NodeMetricsRequest) Reset() { *m = NodeMetricsRequest{} } func (m *NodeMetricsRequest) String() string { return proto.CompactTextString(m) } func (*NodeMetricsRequest) ProtoMessage() {} func (*NodeMetricsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{94} + return fileDescriptor_77a6da22d6a3feb1, []int{95} } func (m *NodeMetricsRequest) XXX_Unmarshal(b []byte) error { @@ -8133,7 +8238,7 @@ func (m *NodeMetricsResponse) Reset() { *m = NodeMetricsResponse{} } func (m *NodeMetricsResponse) String() string { return proto.CompactTextString(m) } func (*NodeMetricsResponse) ProtoMessage() {} func (*NodeMetricsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{95} + return fileDescriptor_77a6da22d6a3feb1, []int{96} } func (m *NodeMetricsResponse) XXX_Unmarshal(b []byte) error { @@ -8175,7 +8280,7 @@ func (m *FloatMetric) Reset() { *m = FloatMetric{} } func (m *FloatMetric) String() string { return proto.CompactTextString(m) } func (*FloatMetric) ProtoMessage() {} func (*FloatMetric) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{96} + return fileDescriptor_77a6da22d6a3feb1, []int{97} } func (m *FloatMetric) XXX_Unmarshal(b []byte) error { @@ -8225,7 +8330,7 @@ func (m *ChanInfoRequest) Reset() { *m = ChanInfoRequest{} } func (m *ChanInfoRequest) String() string { return proto.CompactTextString(m) } func (*ChanInfoRequest) ProtoMessage() {} func (*ChanInfoRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{97} + return fileDescriptor_77a6da22d6a3feb1, []int{98} } func (m *ChanInfoRequest) XXX_Unmarshal(b []byte) error { @@ -8263,7 +8368,7 @@ func (m *NetworkInfoRequest) Reset() { *m = NetworkInfoRequest{} } func (m *NetworkInfoRequest) String() string { return proto.CompactTextString(m) } func (*NetworkInfoRequest) ProtoMessage() {} func (*NetworkInfoRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{98} + return fileDescriptor_77a6da22d6a3feb1, []int{99} } func (m *NetworkInfoRequest) XXX_Unmarshal(b []byte) error { @@ -8306,7 +8411,7 @@ func (m *NetworkInfo) Reset() { *m = NetworkInfo{} } func (m *NetworkInfo) String() string { return proto.CompactTextString(m) } func (*NetworkInfo) ProtoMessage() {} func (*NetworkInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{99} + return fileDescriptor_77a6da22d6a3feb1, []int{100} } func (m *NetworkInfo) XXX_Unmarshal(b []byte) error { @@ -8414,7 +8519,7 @@ func (m *StopRequest) Reset() { *m = StopRequest{} } func (m *StopRequest) String() string { return proto.CompactTextString(m) } func (*StopRequest) ProtoMessage() {} func (*StopRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{100} + return fileDescriptor_77a6da22d6a3feb1, []int{101} } func (m *StopRequest) XXX_Unmarshal(b []byte) error { @@ -8445,7 +8550,7 @@ func (m *StopResponse) Reset() { *m = StopResponse{} } func (m *StopResponse) String() string { return proto.CompactTextString(m) } func (*StopResponse) ProtoMessage() {} func (*StopResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{101} + return fileDescriptor_77a6da22d6a3feb1, []int{102} } func (m *StopResponse) XXX_Unmarshal(b []byte) error { @@ -8476,7 +8581,7 @@ func (m *GraphTopologySubscription) Reset() { *m = GraphTopologySubscrip func (m *GraphTopologySubscription) String() string { return proto.CompactTextString(m) } func (*GraphTopologySubscription) ProtoMessage() {} func (*GraphTopologySubscription) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{102} + return fileDescriptor_77a6da22d6a3feb1, []int{103} } func (m *GraphTopologySubscription) XXX_Unmarshal(b []byte) error { @@ -8510,7 +8615,7 @@ func (m *GraphTopologyUpdate) Reset() { *m = GraphTopologyUpdate{} } func (m *GraphTopologyUpdate) String() string { return proto.CompactTextString(m) } func (*GraphTopologyUpdate) ProtoMessage() {} func (*GraphTopologyUpdate) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{103} + return fileDescriptor_77a6da22d6a3feb1, []int{104} } func (m *GraphTopologyUpdate) XXX_Unmarshal(b []byte) error { @@ -8567,7 +8672,7 @@ func (m *NodeUpdate) Reset() { *m = NodeUpdate{} } func (m *NodeUpdate) String() string { return proto.CompactTextString(m) } func (*NodeUpdate) ProtoMessage() {} func (*NodeUpdate) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{104} + return fileDescriptor_77a6da22d6a3feb1, []int{105} } func (m *NodeUpdate) XXX_Unmarshal(b []byte) error { @@ -8643,7 +8748,7 @@ func (m *ChannelEdgeUpdate) Reset() { *m = ChannelEdgeUpdate{} } func (m *ChannelEdgeUpdate) String() string { return proto.CompactTextString(m) } func (*ChannelEdgeUpdate) ProtoMessage() {} func (*ChannelEdgeUpdate) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{105} + return fileDescriptor_77a6da22d6a3feb1, []int{106} } func (m *ChannelEdgeUpdate) XXX_Unmarshal(b []byte) error { @@ -8724,7 +8829,7 @@ func (m *ClosedChannelUpdate) Reset() { *m = ClosedChannelUpdate{} } func (m *ClosedChannelUpdate) String() string { return proto.CompactTextString(m) } func (*ClosedChannelUpdate) ProtoMessage() {} func (*ClosedChannelUpdate) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{106} + return fileDescriptor_77a6da22d6a3feb1, []int{107} } func (m *ClosedChannelUpdate) XXX_Unmarshal(b []byte) error { @@ -8795,7 +8900,7 @@ func (m *HopHint) Reset() { *m = HopHint{} } func (m *HopHint) String() string { return proto.CompactTextString(m) } func (*HopHint) ProtoMessage() {} func (*HopHint) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{107} + return fileDescriptor_77a6da22d6a3feb1, []int{108} } func (m *HopHint) XXX_Unmarshal(b []byte) error { @@ -8865,7 +8970,7 @@ func (m *RouteHint) Reset() { *m = RouteHint{} } func (m *RouteHint) String() string { return proto.CompactTextString(m) } func (*RouteHint) ProtoMessage() {} func (*RouteHint) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{108} + return fileDescriptor_77a6da22d6a3feb1, []int{109} } func (m *RouteHint) XXX_Unmarshal(b []byte) error { @@ -8998,7 +9103,7 @@ func (m *Invoice) Reset() { *m = Invoice{} } func (m *Invoice) String() string { return proto.CompactTextString(m) } func (*Invoice) ProtoMessage() {} func (*Invoice) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{109} + return fileDescriptor_77a6da22d6a3feb1, []int{110} } func (m *Invoice) XXX_Unmarshal(b []byte) error { @@ -9220,7 +9325,7 @@ func (m *InvoiceHTLC) Reset() { *m = InvoiceHTLC{} } func (m *InvoiceHTLC) String() string { return proto.CompactTextString(m) } func (*InvoiceHTLC) ProtoMessage() {} func (*InvoiceHTLC) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{110} + return fileDescriptor_77a6da22d6a3feb1, []int{111} } func (m *InvoiceHTLC) XXX_Unmarshal(b []byte) error { @@ -9333,7 +9438,7 @@ func (m *AddInvoiceResponse) Reset() { *m = AddInvoiceResponse{} } func (m *AddInvoiceResponse) String() string { return proto.CompactTextString(m) } func (*AddInvoiceResponse) ProtoMessage() {} func (*AddInvoiceResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{111} + return fileDescriptor_77a6da22d6a3feb1, []int{112} } func (m *AddInvoiceResponse) XXX_Unmarshal(b []byte) error { @@ -9395,7 +9500,7 @@ func (m *PaymentHash) Reset() { *m = PaymentHash{} } func (m *PaymentHash) String() string { return proto.CompactTextString(m) } func (*PaymentHash) ProtoMessage() {} func (*PaymentHash) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{112} + return fileDescriptor_77a6da22d6a3feb1, []int{113} } func (m *PaymentHash) XXX_Unmarshal(b []byte) error { @@ -9455,7 +9560,7 @@ func (m *ListInvoiceRequest) Reset() { *m = ListInvoiceRequest{} } func (m *ListInvoiceRequest) String() string { return proto.CompactTextString(m) } func (*ListInvoiceRequest) ProtoMessage() {} func (*ListInvoiceRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{113} + return fileDescriptor_77a6da22d6a3feb1, []int{114} } func (m *ListInvoiceRequest) XXX_Unmarshal(b []byte) error { @@ -9526,7 +9631,7 @@ func (m *ListInvoiceResponse) Reset() { *m = ListInvoiceResponse{} } func (m *ListInvoiceResponse) String() string { return proto.CompactTextString(m) } func (*ListInvoiceResponse) ProtoMessage() {} func (*ListInvoiceResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{114} + return fileDescriptor_77a6da22d6a3feb1, []int{115} } func (m *ListInvoiceResponse) XXX_Unmarshal(b []byte) error { @@ -9590,7 +9695,7 @@ func (m *InvoiceSubscription) Reset() { *m = InvoiceSubscription{} } func (m *InvoiceSubscription) String() string { return proto.CompactTextString(m) } func (*InvoiceSubscription) ProtoMessage() {} func (*InvoiceSubscription) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{115} + return fileDescriptor_77a6da22d6a3feb1, []int{116} } func (m *InvoiceSubscription) XXX_Unmarshal(b []byte) error { @@ -9667,7 +9772,7 @@ func (m *Payment) Reset() { *m = Payment{} } func (m *Payment) String() string { return proto.CompactTextString(m) } func (*Payment) ProtoMessage() {} func (*Payment) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{116} + return fileDescriptor_77a6da22d6a3feb1, []int{117} } func (m *Payment) XXX_Unmarshal(b []byte) error { @@ -9820,7 +9925,7 @@ func (m *HTLCAttempt) Reset() { *m = HTLCAttempt{} } func (m *HTLCAttempt) String() string { return proto.CompactTextString(m) } func (*HTLCAttempt) ProtoMessage() {} func (*HTLCAttempt) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{117} + return fileDescriptor_77a6da22d6a3feb1, []int{118} } func (m *HTLCAttempt) XXX_Unmarshal(b []byte) error { @@ -9913,7 +10018,7 @@ func (m *ListPaymentsRequest) Reset() { *m = ListPaymentsRequest{} } func (m *ListPaymentsRequest) String() string { return proto.CompactTextString(m) } func (*ListPaymentsRequest) ProtoMessage() {} func (*ListPaymentsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{118} + return fileDescriptor_77a6da22d6a3feb1, []int{119} } func (m *ListPaymentsRequest) XXX_Unmarshal(b []byte) error { @@ -9982,7 +10087,7 @@ func (m *ListPaymentsResponse) Reset() { *m = ListPaymentsResponse{} } func (m *ListPaymentsResponse) String() string { return proto.CompactTextString(m) } func (*ListPaymentsResponse) ProtoMessage() {} func (*ListPaymentsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{119} + return fileDescriptor_77a6da22d6a3feb1, []int{120} } func (m *ListPaymentsResponse) XXX_Unmarshal(b []byte) error { @@ -10034,7 +10139,7 @@ func (m *DeleteAllPaymentsRequest) Reset() { *m = DeleteAllPaymentsReque func (m *DeleteAllPaymentsRequest) String() string { return proto.CompactTextString(m) } func (*DeleteAllPaymentsRequest) ProtoMessage() {} func (*DeleteAllPaymentsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{120} + return fileDescriptor_77a6da22d6a3feb1, []int{121} } func (m *DeleteAllPaymentsRequest) XXX_Unmarshal(b []byte) error { @@ -10065,7 +10170,7 @@ func (m *DeleteAllPaymentsResponse) Reset() { *m = DeleteAllPaymentsResp func (m *DeleteAllPaymentsResponse) String() string { return proto.CompactTextString(m) } func (*DeleteAllPaymentsResponse) ProtoMessage() {} func (*DeleteAllPaymentsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{121} + return fileDescriptor_77a6da22d6a3feb1, []int{122} } func (m *DeleteAllPaymentsResponse) XXX_Unmarshal(b []byte) error { @@ -10098,7 +10203,7 @@ func (m *AbandonChannelRequest) Reset() { *m = AbandonChannelRequest{} } func (m *AbandonChannelRequest) String() string { return proto.CompactTextString(m) } func (*AbandonChannelRequest) ProtoMessage() {} func (*AbandonChannelRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{122} + return fileDescriptor_77a6da22d6a3feb1, []int{123} } func (m *AbandonChannelRequest) XXX_Unmarshal(b []byte) error { @@ -10143,7 +10248,7 @@ func (m *AbandonChannelResponse) Reset() { *m = AbandonChannelResponse{} func (m *AbandonChannelResponse) String() string { return proto.CompactTextString(m) } func (*AbandonChannelResponse) ProtoMessage() {} func (*AbandonChannelResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{123} + return fileDescriptor_77a6da22d6a3feb1, []int{124} } func (m *AbandonChannelResponse) XXX_Unmarshal(b []byte) error { @@ -10176,7 +10281,7 @@ func (m *DebugLevelRequest) Reset() { *m = DebugLevelRequest{} } func (m *DebugLevelRequest) String() string { return proto.CompactTextString(m) } func (*DebugLevelRequest) ProtoMessage() {} func (*DebugLevelRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{124} + return fileDescriptor_77a6da22d6a3feb1, []int{125} } func (m *DebugLevelRequest) XXX_Unmarshal(b []byte) error { @@ -10222,7 +10327,7 @@ func (m *DebugLevelResponse) Reset() { *m = DebugLevelResponse{} } func (m *DebugLevelResponse) String() string { return proto.CompactTextString(m) } func (*DebugLevelResponse) ProtoMessage() {} func (*DebugLevelResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{125} + return fileDescriptor_77a6da22d6a3feb1, []int{126} } func (m *DebugLevelResponse) XXX_Unmarshal(b []byte) error { @@ -10262,7 +10367,7 @@ func (m *PayReqString) Reset() { *m = PayReqString{} } func (m *PayReqString) String() string { return proto.CompactTextString(m) } func (*PayReqString) ProtoMessage() {} func (*PayReqString) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{126} + return fileDescriptor_77a6da22d6a3feb1, []int{127} } func (m *PayReqString) XXX_Unmarshal(b []byte) error { @@ -10313,7 +10418,7 @@ func (m *PayReq) Reset() { *m = PayReq{} } func (m *PayReq) String() string { return proto.CompactTextString(m) } func (*PayReq) ProtoMessage() {} func (*PayReq) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{127} + return fileDescriptor_77a6da22d6a3feb1, []int{128} } func (m *PayReq) XXX_Unmarshal(b []byte) error { @@ -10438,7 +10543,7 @@ func (m *Feature) Reset() { *m = Feature{} } func (m *Feature) String() string { return proto.CompactTextString(m) } func (*Feature) ProtoMessage() {} func (*Feature) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{128} + return fileDescriptor_77a6da22d6a3feb1, []int{129} } func (m *Feature) XXX_Unmarshal(b []byte) error { @@ -10490,7 +10595,7 @@ func (m *FeeReportRequest) Reset() { *m = FeeReportRequest{} } func (m *FeeReportRequest) String() string { return proto.CompactTextString(m) } func (*FeeReportRequest) ProtoMessage() {} func (*FeeReportRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{129} + return fileDescriptor_77a6da22d6a3feb1, []int{130} } func (m *FeeReportRequest) XXX_Unmarshal(b []byte) error { @@ -10533,7 +10638,7 @@ func (m *ChannelFeeReport) Reset() { *m = ChannelFeeReport{} } func (m *ChannelFeeReport) String() string { return proto.CompactTextString(m) } func (*ChannelFeeReport) ProtoMessage() {} func (*ChannelFeeReport) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{130} + return fileDescriptor_77a6da22d6a3feb1, []int{131} } func (m *ChannelFeeReport) XXX_Unmarshal(b []byte) error { @@ -10611,7 +10716,7 @@ func (m *FeeReportResponse) Reset() { *m = FeeReportResponse{} } func (m *FeeReportResponse) String() string { return proto.CompactTextString(m) } func (*FeeReportResponse) ProtoMessage() {} func (*FeeReportResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{131} + return fileDescriptor_77a6da22d6a3feb1, []int{132} } func (m *FeeReportResponse) XXX_Unmarshal(b []byte) error { @@ -10689,7 +10794,7 @@ func (m *PolicyUpdateRequest) Reset() { *m = PolicyUpdateRequest{} } func (m *PolicyUpdateRequest) String() string { return proto.CompactTextString(m) } func (*PolicyUpdateRequest) ProtoMessage() {} func (*PolicyUpdateRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{132} + return fileDescriptor_77a6da22d6a3feb1, []int{133} } func (m *PolicyUpdateRequest) XXX_Unmarshal(b []byte) error { @@ -10807,7 +10912,7 @@ func (m *PolicyUpdateResponse) Reset() { *m = PolicyUpdateResponse{} } func (m *PolicyUpdateResponse) String() string { return proto.CompactTextString(m) } func (*PolicyUpdateResponse) ProtoMessage() {} func (*PolicyUpdateResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{133} + return fileDescriptor_77a6da22d6a3feb1, []int{134} } func (m *PolicyUpdateResponse) XXX_Unmarshal(b []byte) error { @@ -10852,7 +10957,7 @@ func (m *ForwardingHistoryRequest) Reset() { *m = ForwardingHistoryReque func (m *ForwardingHistoryRequest) String() string { return proto.CompactTextString(m) } func (*ForwardingHistoryRequest) ProtoMessage() {} func (*ForwardingHistoryRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{134} + return fileDescriptor_77a6da22d6a3feb1, []int{135} } func (m *ForwardingHistoryRequest) XXX_Unmarshal(b []byte) error { @@ -10935,7 +11040,7 @@ func (m *ForwardingEvent) Reset() { *m = ForwardingEvent{} } func (m *ForwardingEvent) String() string { return proto.CompactTextString(m) } func (*ForwardingEvent) ProtoMessage() {} func (*ForwardingEvent) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{135} + return fileDescriptor_77a6da22d6a3feb1, []int{136} } func (m *ForwardingEvent) XXX_Unmarshal(b []byte) error { @@ -11035,7 +11140,7 @@ func (m *ForwardingHistoryResponse) Reset() { *m = ForwardingHistoryResp func (m *ForwardingHistoryResponse) String() string { return proto.CompactTextString(m) } func (*ForwardingHistoryResponse) ProtoMessage() {} func (*ForwardingHistoryResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{136} + return fileDescriptor_77a6da22d6a3feb1, []int{137} } func (m *ForwardingHistoryResponse) XXX_Unmarshal(b []byte) error { @@ -11082,7 +11187,7 @@ func (m *ExportChannelBackupRequest) Reset() { *m = ExportChannelBackupR func (m *ExportChannelBackupRequest) String() string { return proto.CompactTextString(m) } func (*ExportChannelBackupRequest) ProtoMessage() {} func (*ExportChannelBackupRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{137} + return fileDescriptor_77a6da22d6a3feb1, []int{138} } func (m *ExportChannelBackupRequest) XXX_Unmarshal(b []byte) error { @@ -11129,7 +11234,7 @@ func (m *ChannelBackup) Reset() { *m = ChannelBackup{} } func (m *ChannelBackup) String() string { return proto.CompactTextString(m) } func (*ChannelBackup) ProtoMessage() {} func (*ChannelBackup) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{138} + return fileDescriptor_77a6da22d6a3feb1, []int{139} } func (m *ChannelBackup) XXX_Unmarshal(b []byte) error { @@ -11183,7 +11288,7 @@ func (m *MultiChanBackup) Reset() { *m = MultiChanBackup{} } func (m *MultiChanBackup) String() string { return proto.CompactTextString(m) } func (*MultiChanBackup) ProtoMessage() {} func (*MultiChanBackup) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{139} + return fileDescriptor_77a6da22d6a3feb1, []int{140} } func (m *MultiChanBackup) XXX_Unmarshal(b []byte) error { @@ -11228,7 +11333,7 @@ func (m *ChanBackupExportRequest) Reset() { *m = ChanBackupExportRequest func (m *ChanBackupExportRequest) String() string { return proto.CompactTextString(m) } func (*ChanBackupExportRequest) ProtoMessage() {} func (*ChanBackupExportRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{140} + return fileDescriptor_77a6da22d6a3feb1, []int{141} } func (m *ChanBackupExportRequest) XXX_Unmarshal(b []byte) error { @@ -11267,7 +11372,7 @@ func (m *ChanBackupSnapshot) Reset() { *m = ChanBackupSnapshot{} } func (m *ChanBackupSnapshot) String() string { return proto.CompactTextString(m) } func (*ChanBackupSnapshot) ProtoMessage() {} func (*ChanBackupSnapshot) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{141} + return fileDescriptor_77a6da22d6a3feb1, []int{142} } func (m *ChanBackupSnapshot) XXX_Unmarshal(b []byte) error { @@ -11315,7 +11420,7 @@ func (m *ChannelBackups) Reset() { *m = ChannelBackups{} } func (m *ChannelBackups) String() string { return proto.CompactTextString(m) } func (*ChannelBackups) ProtoMessage() {} func (*ChannelBackups) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{142} + return fileDescriptor_77a6da22d6a3feb1, []int{143} } func (m *ChannelBackups) XXX_Unmarshal(b []byte) error { @@ -11357,7 +11462,7 @@ func (m *RestoreChanBackupRequest) Reset() { *m = RestoreChanBackupReque func (m *RestoreChanBackupRequest) String() string { return proto.CompactTextString(m) } func (*RestoreChanBackupRequest) ProtoMessage() {} func (*RestoreChanBackupRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{143} + return fileDescriptor_77a6da22d6a3feb1, []int{144} } func (m *RestoreChanBackupRequest) XXX_Unmarshal(b []byte) error { @@ -11433,7 +11538,7 @@ func (m *RestoreBackupResponse) Reset() { *m = RestoreBackupResponse{} } func (m *RestoreBackupResponse) String() string { return proto.CompactTextString(m) } func (*RestoreBackupResponse) ProtoMessage() {} func (*RestoreBackupResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{144} + return fileDescriptor_77a6da22d6a3feb1, []int{145} } func (m *RestoreBackupResponse) XXX_Unmarshal(b []byte) error { @@ -11464,7 +11569,7 @@ func (m *ChannelBackupSubscription) Reset() { *m = ChannelBackupSubscrip func (m *ChannelBackupSubscription) String() string { return proto.CompactTextString(m) } func (*ChannelBackupSubscription) ProtoMessage() {} func (*ChannelBackupSubscription) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{145} + return fileDescriptor_77a6da22d6a3feb1, []int{146} } func (m *ChannelBackupSubscription) XXX_Unmarshal(b []byte) error { @@ -11495,7 +11600,7 @@ func (m *VerifyChanBackupResponse) Reset() { *m = VerifyChanBackupRespon func (m *VerifyChanBackupResponse) String() string { return proto.CompactTextString(m) } func (*VerifyChanBackupResponse) ProtoMessage() {} func (*VerifyChanBackupResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{146} + return fileDescriptor_77a6da22d6a3feb1, []int{147} } func (m *VerifyChanBackupResponse) XXX_Unmarshal(b []byte) error { @@ -11530,7 +11635,7 @@ func (m *MacaroonPermission) Reset() { *m = MacaroonPermission{} } func (m *MacaroonPermission) String() string { return proto.CompactTextString(m) } func (*MacaroonPermission) ProtoMessage() {} func (*MacaroonPermission) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{147} + return fileDescriptor_77a6da22d6a3feb1, []int{148} } func (m *MacaroonPermission) XXX_Unmarshal(b []byte) error { @@ -11579,7 +11684,7 @@ func (m *BakeMacaroonRequest) Reset() { *m = BakeMacaroonRequest{} } func (m *BakeMacaroonRequest) String() string { return proto.CompactTextString(m) } func (*BakeMacaroonRequest) ProtoMessage() {} func (*BakeMacaroonRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{148} + return fileDescriptor_77a6da22d6a3feb1, []int{149} } func (m *BakeMacaroonRequest) XXX_Unmarshal(b []byte) error { @@ -11626,7 +11731,7 @@ func (m *BakeMacaroonResponse) Reset() { *m = BakeMacaroonResponse{} } func (m *BakeMacaroonResponse) String() string { return proto.CompactTextString(m) } func (*BakeMacaroonResponse) ProtoMessage() {} func (*BakeMacaroonResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{149} + return fileDescriptor_77a6da22d6a3feb1, []int{150} } func (m *BakeMacaroonResponse) XXX_Unmarshal(b []byte) error { @@ -11664,7 +11769,7 @@ func (m *ListMacaroonIDsRequest) Reset() { *m = ListMacaroonIDsRequest{} func (m *ListMacaroonIDsRequest) String() string { return proto.CompactTextString(m) } func (*ListMacaroonIDsRequest) ProtoMessage() {} func (*ListMacaroonIDsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{150} + return fileDescriptor_77a6da22d6a3feb1, []int{151} } func (m *ListMacaroonIDsRequest) XXX_Unmarshal(b []byte) error { @@ -11697,7 +11802,7 @@ func (m *ListMacaroonIDsResponse) Reset() { *m = ListMacaroonIDsResponse func (m *ListMacaroonIDsResponse) String() string { return proto.CompactTextString(m) } func (*ListMacaroonIDsResponse) ProtoMessage() {} func (*ListMacaroonIDsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{151} + return fileDescriptor_77a6da22d6a3feb1, []int{152} } func (m *ListMacaroonIDsResponse) XXX_Unmarshal(b []byte) error { @@ -11737,7 +11842,7 @@ func (m *DeleteMacaroonIDRequest) Reset() { *m = DeleteMacaroonIDRequest func (m *DeleteMacaroonIDRequest) String() string { return proto.CompactTextString(m) } func (*DeleteMacaroonIDRequest) ProtoMessage() {} func (*DeleteMacaroonIDRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{152} + return fileDescriptor_77a6da22d6a3feb1, []int{153} } func (m *DeleteMacaroonIDRequest) XXX_Unmarshal(b []byte) error { @@ -11777,7 +11882,7 @@ func (m *DeleteMacaroonIDResponse) Reset() { *m = DeleteMacaroonIDRespon func (m *DeleteMacaroonIDResponse) String() string { return proto.CompactTextString(m) } func (*DeleteMacaroonIDResponse) ProtoMessage() {} func (*DeleteMacaroonIDResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{153} + return fileDescriptor_77a6da22d6a3feb1, []int{154} } func (m *DeleteMacaroonIDResponse) XXX_Unmarshal(b []byte) error { @@ -11817,7 +11922,7 @@ func (m *MacaroonPermissionList) Reset() { *m = MacaroonPermissionList{} func (m *MacaroonPermissionList) String() string { return proto.CompactTextString(m) } func (*MacaroonPermissionList) ProtoMessage() {} func (*MacaroonPermissionList) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{154} + return fileDescriptor_77a6da22d6a3feb1, []int{155} } func (m *MacaroonPermissionList) XXX_Unmarshal(b []byte) error { @@ -11855,7 +11960,7 @@ func (m *ListPermissionsRequest) Reset() { *m = ListPermissionsRequest{} func (m *ListPermissionsRequest) String() string { return proto.CompactTextString(m) } func (*ListPermissionsRequest) ProtoMessage() {} func (*ListPermissionsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{155} + return fileDescriptor_77a6da22d6a3feb1, []int{156} } func (m *ListPermissionsRequest) XXX_Unmarshal(b []byte) error { @@ -11890,7 +11995,7 @@ func (m *ListPermissionsResponse) Reset() { *m = ListPermissionsResponse func (m *ListPermissionsResponse) String() string { return proto.CompactTextString(m) } func (*ListPermissionsResponse) ProtoMessage() {} func (*ListPermissionsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{156} + return fileDescriptor_77a6da22d6a3feb1, []int{157} } func (m *ListPermissionsResponse) XXX_Unmarshal(b []byte) error { @@ -11946,7 +12051,7 @@ func (m *Failure) Reset() { *m = Failure{} } func (m *Failure) String() string { return proto.CompactTextString(m) } func (*Failure) ProtoMessage() {} func (*Failure) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{157} + return fileDescriptor_77a6da22d6a3feb1, []int{158} } func (m *Failure) XXX_Unmarshal(b []byte) error { @@ -12090,7 +12195,7 @@ func (m *ChannelUpdate) Reset() { *m = ChannelUpdate{} } func (m *ChannelUpdate) String() string { return proto.CompactTextString(m) } func (*ChannelUpdate) ProtoMessage() {} func (*ChannelUpdate) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{158} + return fileDescriptor_77a6da22d6a3feb1, []int{159} } func (m *ChannelUpdate) XXX_Unmarshal(b []byte) error { @@ -12208,7 +12313,7 @@ func (m *MacaroonId) Reset() { *m = MacaroonId{} } func (m *MacaroonId) String() string { return proto.CompactTextString(m) } func (*MacaroonId) ProtoMessage() {} func (*MacaroonId) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{159} + return fileDescriptor_77a6da22d6a3feb1, []int{160} } func (m *MacaroonId) XXX_Unmarshal(b []byte) error { @@ -12262,7 +12367,7 @@ func (m *Op) Reset() { *m = Op{} } func (m *Op) String() string { return proto.CompactTextString(m) } func (*Op) ProtoMessage() {} func (*Op) Descriptor() ([]byte, []int) { - return fileDescriptor_77a6da22d6a3feb1, []int{160} + return fileDescriptor_77a6da22d6a3feb1, []int{161} } func (m *Op) XXX_Unmarshal(b []byte) error { @@ -12404,6 +12509,7 @@ func init() { proto.RegisterType((*ChannelEventUpdate)(nil), "lnrpc.ChannelEventUpdate") proto.RegisterType((*WalletBalanceRequest)(nil), "lnrpc.WalletBalanceRequest") proto.RegisterType((*WalletBalanceResponse)(nil), "lnrpc.WalletBalanceResponse") + proto.RegisterType((*Amount)(nil), "lnrpc.Amount") proto.RegisterType((*ChannelBalanceRequest)(nil), "lnrpc.ChannelBalanceRequest") proto.RegisterType((*ChannelBalanceResponse)(nil), "lnrpc.ChannelBalanceResponse") proto.RegisterType((*QueryRoutesRequest)(nil), "lnrpc.QueryRoutesRequest") @@ -12501,758 +12607,765 @@ func init() { func init() { proto.RegisterFile("rpc.proto", fileDescriptor_77a6da22d6a3feb1) } var fileDescriptor_77a6da22d6a3feb1 = []byte{ - // 12005 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0xbd, 0x59, 0x6c, 0x23, 0x49, - 0x9a, 0x18, 0x5c, 0xbc, 0x44, 0xf2, 0xe3, 0x21, 0x2a, 0x74, 0xb1, 0x54, 0x5d, 0x5d, 0xd5, 0xd9, - 0x3d, 0xdd, 0x35, 0xd5, 0x3d, 0xea, 0xea, 0xea, 0xae, 0x3e, 0xa6, 0xfe, 0xed, 0x19, 0x8a, 0xa2, - 0x4a, 0x9c, 0x92, 0x48, 0x4d, 0x92, 0xea, 0xde, 0x5e, 0xec, 0x6e, 0x6e, 0x8a, 0x0c, 0x49, 0xf9, - 0x17, 0x99, 0xc9, 0xce, 0x4c, 0xaa, 0xa4, 0x31, 0x0c, 0xf8, 0x61, 0x7d, 0x60, 0xb1, 0x30, 0x60, - 0xc0, 0x6b, 0xc0, 0xc7, 0xc2, 0x17, 0x6c, 0xbf, 0x2d, 0x0c, 0xef, 0xda, 0x4f, 0x7e, 0xf6, 0xc2, - 0x80, 0x0f, 0x18, 0x5e, 0xc3, 0x07, 0x16, 0x0b, 0x18, 0xb0, 0xd7, 0x0f, 0x06, 0x8c, 0x05, 0xec, - 0x17, 0x3f, 0x18, 0x30, 0xe2, 0x8b, 0x23, 0x23, 0x93, 0xa9, 0xaa, 0xea, 0x99, 0xf6, 0xbc, 0x48, - 0x8c, 0xef, 0xfb, 0xe2, 0x8e, 0xf8, 0xe2, 0xbb, 0x22, 0x12, 0xca, 0xfe, 0x6c, 0xb4, 0x3d, 0xf3, - 0xbd, 0xd0, 0x23, 0x85, 0x89, 0xeb, 0xcf, 0x46, 0xc6, 0x1f, 0x67, 0x20, 0x7f, 0x1c, 0x5e, 0x7a, - 0xe4, 0x11, 0x54, 0xed, 0xf1, 0xd8, 0xa7, 0x41, 0x60, 0x85, 0x57, 0x33, 0xda, 0xcc, 0xdc, 0xcd, - 0xdc, 0xab, 0x3f, 0x24, 0xdb, 0x48, 0xb6, 0xdd, 0xe2, 0xa8, 0xe1, 0xd5, 0x8c, 0x9a, 0x15, 0x3b, - 0x4a, 0x90, 0x26, 0x14, 0x45, 0xb2, 0x99, 0xbd, 0x9b, 0xb9, 0x57, 0x36, 0x65, 0x92, 0xdc, 0x06, - 0xb0, 0xa7, 0xde, 0xdc, 0x0d, 0xad, 0xc0, 0x0e, 0x9b, 0xb9, 0xbb, 0x99, 0x7b, 0x39, 0xb3, 0xcc, - 0x21, 0x03, 0x3b, 0x24, 0xb7, 0xa0, 0x3c, 0x7b, 0x66, 0x05, 0x23, 0xdf, 0x99, 0x85, 0xcd, 0x3c, - 0x66, 0x2d, 0xcd, 0x9e, 0x0d, 0x30, 0x4d, 0xde, 0x85, 0x92, 0x37, 0x0f, 0x67, 0x9e, 0xe3, 0x86, - 0xcd, 0xc2, 0xdd, 0xcc, 0xbd, 0xca, 0xc3, 0x65, 0xd1, 0x90, 0xfe, 0x3c, 0x3c, 0x62, 0x60, 0x53, - 0x11, 0x90, 0xb7, 0xa0, 0x36, 0xf2, 0xdc, 0x53, 0xc7, 0x9f, 0xda, 0xa1, 0xe3, 0xb9, 0x41, 0x73, - 0x09, 0xeb, 0x8a, 0x03, 0x8d, 0x7f, 0x96, 0x85, 0xca, 0xd0, 0xb7, 0xdd, 0xc0, 0x1e, 0x31, 0x00, - 0xd9, 0x84, 0x62, 0x78, 0x69, 0x9d, 0xdb, 0xc1, 0x39, 0x76, 0xb5, 0x6c, 0x2e, 0x85, 0x97, 0xfb, - 0x76, 0x70, 0x4e, 0x36, 0x60, 0x89, 0xb7, 0x12, 0x3b, 0x94, 0x33, 0x45, 0x8a, 0xbc, 0x0b, 0x2b, - 0xee, 0x7c, 0x6a, 0xc5, 0xab, 0x62, 0xdd, 0x2a, 0x98, 0x0d, 0x77, 0x3e, 0x6d, 0xeb, 0x70, 0xd6, - 0xf9, 0x93, 0x89, 0x37, 0x7a, 0xc6, 0x2b, 0xe0, 0xdd, 0x2b, 0x23, 0x04, 0xeb, 0x78, 0x03, 0xaa, - 0x02, 0x4d, 0x9d, 0xb3, 0x73, 0xde, 0xc7, 0x82, 0x59, 0xe1, 0x04, 0x08, 0x62, 0x25, 0x84, 0xce, - 0x94, 0x5a, 0x41, 0x68, 0x4f, 0x67, 0xa2, 0x4b, 0x65, 0x06, 0x19, 0x30, 0x00, 0xa2, 0xbd, 0xd0, - 0x9e, 0x58, 0xa7, 0x94, 0x06, 0xcd, 0xa2, 0x40, 0x33, 0xc8, 0x1e, 0xa5, 0x01, 0xf9, 0x0e, 0xd4, - 0xc7, 0x34, 0x08, 0x2d, 0x31, 0x19, 0x34, 0x68, 0x96, 0xee, 0xe6, 0xee, 0x95, 0xcd, 0x1a, 0x83, - 0xb6, 0x24, 0x90, 0xbc, 0x06, 0xe0, 0xdb, 0xcf, 0x2d, 0x36, 0x10, 0xf4, 0xb2, 0x59, 0xe6, 0xb3, - 0xe0, 0xdb, 0xcf, 0x87, 0x97, 0xfb, 0xf4, 0x92, 0xac, 0x41, 0x61, 0x62, 0x9f, 0xd0, 0x49, 0x13, - 0x10, 0xc1, 0x13, 0xc6, 0x2f, 0xc1, 0xc6, 0x13, 0x1a, 0x6a, 0x43, 0x19, 0x98, 0xf4, 0xeb, 0x39, - 0x0d, 0x42, 0xd6, 0xab, 0x20, 0xb4, 0xfd, 0x50, 0xf6, 0x2a, 0xc3, 0x7b, 0x85, 0xb0, 0xa8, 0x57, - 0xd4, 0x1d, 0x4b, 0x82, 0x2c, 0x12, 0x94, 0xa9, 0x3b, 0xe6, 0x68, 0xe3, 0x00, 0x88, 0x56, 0xf0, - 0x2e, 0x0d, 0x6d, 0x67, 0x12, 0x90, 0x8f, 0xa1, 0x1a, 0x6a, 0xd5, 0x35, 0x33, 0x77, 0x73, 0xf7, - 0x2a, 0x6a, 0x69, 0x6a, 0x19, 0xcc, 0x18, 0x9d, 0x71, 0x0e, 0xa5, 0x3d, 0x4a, 0x0f, 0x9c, 0xa9, - 0x13, 0x92, 0x0d, 0x28, 0x9c, 0x3a, 0x97, 0x74, 0x8c, 0x8d, 0xca, 0xed, 0xdf, 0x30, 0x79, 0x92, - 0xdc, 0x01, 0xc0, 0x1f, 0xd6, 0x54, 0xad, 0xd2, 0xfd, 0x1b, 0x66, 0x19, 0x61, 0x87, 0x81, 0x1d, - 0x92, 0x2d, 0x28, 0xce, 0xa8, 0x3f, 0xa2, 0x72, 0x3d, 0xec, 0xdf, 0x30, 0x25, 0x60, 0xa7, 0x08, - 0x85, 0x09, 0x2b, 0xdd, 0xf8, 0xfd, 0x02, 0x54, 0x06, 0xd4, 0x1d, 0xcb, 0x91, 0x20, 0x90, 0x67, - 0x03, 0x8d, 0x95, 0x55, 0x4d, 0xfc, 0x4d, 0xde, 0x84, 0x0a, 0x4e, 0x49, 0x10, 0xfa, 0x8e, 0x7b, - 0xc6, 0x77, 0xcb, 0x4e, 0xb6, 0x99, 0x31, 0x81, 0x81, 0x07, 0x08, 0x25, 0x0d, 0xc8, 0xd9, 0x53, - 0xb9, 0x5b, 0xd8, 0x4f, 0x72, 0x13, 0x4a, 0xf6, 0x34, 0xe4, 0xcd, 0xab, 0x22, 0xb8, 0x68, 0x4f, - 0x43, 0x6c, 0xda, 0x1b, 0x50, 0x9d, 0xd9, 0x57, 0x53, 0xea, 0x86, 0xd1, 0x32, 0xab, 0x9a, 0x15, - 0x01, 0xc3, 0x85, 0xf6, 0x10, 0x56, 0x75, 0x12, 0x59, 0x79, 0x41, 0x55, 0xbe, 0xa2, 0x51, 0x8b, - 0x36, 0xbc, 0x03, 0xcb, 0x32, 0x8f, 0xcf, 0xfb, 0x83, 0xcb, 0xaf, 0x6c, 0xd6, 0x05, 0x58, 0xf6, - 0xf2, 0x1e, 0x34, 0x4e, 0x1d, 0xd7, 0x9e, 0x58, 0xa3, 0x49, 0x78, 0x61, 0x8d, 0xe9, 0x24, 0xb4, - 0x71, 0x25, 0x16, 0xcc, 0x3a, 0xc2, 0xdb, 0x93, 0xf0, 0x62, 0x97, 0x41, 0xc9, 0x7b, 0x50, 0x3e, - 0xa5, 0xd4, 0xc2, 0xc1, 0x6a, 0x96, 0x62, 0x1b, 0x5a, 0xce, 0x90, 0x59, 0x3a, 0x95, 0x73, 0xf5, - 0x1e, 0x34, 0xbc, 0x79, 0x78, 0xe6, 0x39, 0xee, 0x99, 0x35, 0x3a, 0xb7, 0x5d, 0xcb, 0x19, 0xe3, - 0xda, 0xcc, 0xef, 0x64, 0x1f, 0x64, 0xcc, 0xba, 0xc4, 0xb5, 0xcf, 0x6d, 0xb7, 0x3b, 0x26, 0x6f, - 0xc3, 0xf2, 0xc4, 0x0e, 0x42, 0xeb, 0xdc, 0x9b, 0x59, 0xb3, 0xf9, 0xc9, 0x33, 0x7a, 0xd5, 0xac, - 0xe1, 0x40, 0xd4, 0x18, 0x78, 0xdf, 0x9b, 0x1d, 0x21, 0x90, 0x2d, 0x3d, 0x6c, 0x27, 0x6f, 0x04, - 0x5b, 0xd2, 0x35, 0xb3, 0xcc, 0x20, 0xbc, 0xd2, 0xaf, 0x60, 0x15, 0xa7, 0x67, 0x34, 0x0f, 0x42, - 0x6f, 0x6a, 0xf9, 0x74, 0xe4, 0xf9, 0xe3, 0xa0, 0x59, 0xc1, 0xb5, 0xf6, 0x5d, 0xd1, 0x58, 0x6d, - 0x8e, 0xb7, 0x77, 0x69, 0x10, 0xb6, 0x91, 0xd8, 0xe4, 0xb4, 0x1d, 0x37, 0xf4, 0xaf, 0xcc, 0x95, - 0x71, 0x12, 0x4e, 0xde, 0x03, 0x62, 0x4f, 0x26, 0xde, 0x73, 0x2b, 0xa0, 0x93, 0x53, 0x4b, 0x0c, - 0x62, 0xb3, 0x7e, 0x37, 0x73, 0xaf, 0x64, 0x36, 0x10, 0x33, 0xa0, 0x93, 0xd3, 0x23, 0x0e, 0x27, - 0x1f, 0x03, 0x6e, 0x52, 0xeb, 0x94, 0xda, 0xe1, 0xdc, 0xa7, 0x41, 0x73, 0xf9, 0x6e, 0xee, 0x5e, - 0xfd, 0xe1, 0x8a, 0x1a, 0x2f, 0x04, 0xef, 0x38, 0xa1, 0x59, 0x65, 0x74, 0x22, 0x1d, 0x6c, 0xed, - 0xc2, 0x46, 0x7a, 0x93, 0xd8, 0xa2, 0x62, 0xa3, 0xc2, 0x16, 0x63, 0xde, 0x64, 0x3f, 0xd9, 0xce, - 0xbe, 0xb0, 0x27, 0x73, 0x8a, 0xab, 0xb0, 0x6a, 0xf2, 0xc4, 0xf7, 0xb3, 0x9f, 0x66, 0x8c, 0xdf, - 0xcb, 0x40, 0x95, 0xf7, 0x32, 0x98, 0x79, 0x6e, 0x40, 0xc9, 0x9b, 0x50, 0x93, 0xab, 0x81, 0xfa, - 0xbe, 0xe7, 0x0b, 0x6e, 0x29, 0x57, 0x5e, 0x87, 0xc1, 0xc8, 0x77, 0xa1, 0x21, 0x89, 0x66, 0x3e, - 0x75, 0xa6, 0xf6, 0x99, 0x2c, 0x5a, 0x2e, 0xa5, 0x23, 0x01, 0x26, 0x1f, 0x44, 0xe5, 0xf9, 0xde, - 0x3c, 0xa4, 0xb8, 0xd6, 0x2b, 0x0f, 0xab, 0xa2, 0x7b, 0x26, 0x83, 0xa9, 0xd2, 0x31, 0xf5, 0x0a, - 0xeb, 0xdc, 0xf8, 0xad, 0x0c, 0x10, 0xd6, 0xec, 0xa1, 0xc7, 0x0b, 0x88, 0x38, 0x52, 0x2c, 0x67, - 0xe6, 0x95, 0x77, 0x48, 0xf6, 0x45, 0x3b, 0xc4, 0x80, 0x02, 0x6f, 0x7b, 0x3e, 0xa5, 0xed, 0x1c, - 0xf5, 0xa3, 0x7c, 0x29, 0xd7, 0xc8, 0x1b, 0xff, 0x29, 0x07, 0x6b, 0x6c, 0x9d, 0xba, 0x74, 0xd2, - 0x1a, 0x8d, 0xe8, 0x4c, 0xed, 0x9d, 0x3b, 0x50, 0x71, 0xbd, 0x31, 0x95, 0x2b, 0x96, 0x37, 0x0c, - 0x18, 0x48, 0x5b, 0xae, 0xe7, 0xb6, 0xe3, 0xf2, 0x86, 0xf3, 0xc1, 0x2c, 0x23, 0x04, 0x9b, 0xfd, - 0x36, 0x2c, 0xcf, 0xa8, 0x3b, 0xd6, 0xb7, 0x48, 0x8e, 0xaf, 0x7a, 0x01, 0x16, 0xbb, 0xe3, 0x0e, - 0x54, 0x4e, 0xe7, 0x9c, 0x8e, 0x31, 0x96, 0x3c, 0xae, 0x01, 0x10, 0xa0, 0x16, 0xe7, 0x2f, 0xb3, - 0x79, 0x70, 0x8e, 0xd8, 0x02, 0x62, 0x8b, 0x2c, 0xcd, 0x50, 0xb7, 0x01, 0xc6, 0xf3, 0x20, 0x14, - 0x3b, 0x66, 0x09, 0x91, 0x65, 0x06, 0xe1, 0x3b, 0xe6, 0x7b, 0xb0, 0x3a, 0xb5, 0x2f, 0x2d, 0x5c, - 0x3b, 0x96, 0xe3, 0x5a, 0xa7, 0x13, 0x64, 0xea, 0x45, 0xa4, 0x6b, 0x4c, 0xed, 0xcb, 0x2f, 0x18, - 0xa6, 0xeb, 0xee, 0x21, 0x9c, 0xb1, 0x95, 0x11, 0x1f, 0x09, 0xcb, 0xa7, 0x01, 0xf5, 0x2f, 0x28, - 0x72, 0x82, 0xbc, 0x59, 0x17, 0x60, 0x93, 0x43, 0x59, 0x8b, 0xa6, 0xac, 0xdf, 0xe1, 0x64, 0xc4, - 0xb7, 0xbd, 0x59, 0x9c, 0x3a, 0xee, 0x7e, 0x38, 0x19, 0xb1, 0xf3, 0x8a, 0xf1, 0x91, 0x19, 0xf5, - 0xad, 0x67, 0xcf, 0x71, 0x0f, 0xe7, 0x91, 0x6f, 0x1c, 0x51, 0xff, 0xe9, 0x73, 0x26, 0x52, 0x8c, - 0x02, 0x64, 0x44, 0xf6, 0x55, 0xb3, 0x82, 0x1b, 0xbc, 0x34, 0x0a, 0x18, 0x0b, 0xb2, 0xaf, 0xd8, - 0x26, 0x64, 0xad, 0xb5, 0x71, 0x16, 0xe8, 0x18, 0x8b, 0x0f, 0x90, 0xa3, 0xd6, 0xb0, 0xb1, 0x2d, - 0x81, 0x60, 0xf5, 0x04, 0x6c, 0xd5, 0xcb, 0xc6, 0x9e, 0x4e, 0xec, 0xb3, 0x00, 0x59, 0x4a, 0xcd, - 0xac, 0x0a, 0xe0, 0x1e, 0x83, 0x19, 0x5f, 0xc2, 0x7a, 0x62, 0x6e, 0xc5, 0x9e, 0x61, 0x22, 0x04, - 0x42, 0x70, 0x5e, 0x4b, 0xa6, 0x48, 0xa5, 0x4d, 0x5a, 0x36, 0x65, 0xd2, 0x8c, 0xdf, 0xce, 0x40, - 0x55, 0x94, 0x8c, 0xc2, 0x0e, 0xd9, 0x06, 0x22, 0x67, 0x31, 0xbc, 0x74, 0xc6, 0xd6, 0xc9, 0x55, - 0x48, 0x03, 0xbe, 0x68, 0xf6, 0x6f, 0x98, 0x0d, 0x81, 0x1b, 0x5e, 0x3a, 0xe3, 0x1d, 0x86, 0x21, - 0xf7, 0xa1, 0x11, 0xa3, 0x0f, 0x42, 0x9f, 0xaf, 0xe8, 0xfd, 0x1b, 0x66, 0x5d, 0xa3, 0x1e, 0x84, - 0x3e, 0xdb, 0x23, 0x4c, 0x94, 0x9a, 0x87, 0x96, 0xe3, 0x8e, 0xe9, 0x25, 0x2e, 0xa3, 0x9a, 0x59, - 0xe1, 0xb0, 0x2e, 0x03, 0xed, 0xd4, 0xa1, 0xaa, 0x17, 0x67, 0x9c, 0x41, 0x49, 0xca, 0x61, 0x28, - 0x88, 0x24, 0x9a, 0x64, 0x96, 0x43, 0xd5, 0x92, 0x9b, 0x50, 0x8a, 0xb7, 0xc0, 0x2c, 0x86, 0xaf, - 0x5c, 0xb1, 0xf1, 0x39, 0x34, 0x0e, 0xd8, 0xe2, 0x71, 0xd9, 0x62, 0x15, 0x72, 0xe5, 0x06, 0x2c, - 0x69, 0x9b, 0xa6, 0x6c, 0x8a, 0x14, 0x3b, 0x73, 0xcf, 0xbd, 0x20, 0x14, 0xb5, 0xe0, 0x6f, 0xe3, - 0xf7, 0x33, 0x40, 0x3a, 0x41, 0xe8, 0x4c, 0xed, 0x90, 0xee, 0x51, 0xc5, 0x16, 0xfa, 0x50, 0x65, - 0xa5, 0x0d, 0xbd, 0x16, 0x17, 0xf4, 0xb8, 0x40, 0xf1, 0xae, 0xd8, 0xc6, 0x8b, 0x19, 0xb6, 0x75, - 0x6a, 0xce, 0xe6, 0x63, 0x05, 0xb0, 0x5d, 0x16, 0xda, 0xfe, 0x19, 0x0d, 0x51, 0x3c, 0x14, 0x72, - 0x0d, 0x70, 0x10, 0x13, 0x0c, 0xb7, 0x7e, 0x00, 0x2b, 0x0b, 0x65, 0xe8, 0x7c, 0xb9, 0x9c, 0xc2, - 0x97, 0x73, 0x3a, 0x5f, 0xb6, 0x60, 0x35, 0xd6, 0x2e, 0xb1, 0xd2, 0x36, 0xa1, 0xc8, 0x36, 0x04, - 0x13, 0x0e, 0x32, 0x5c, 0x5a, 0x3d, 0xa5, 0x94, 0x89, 0xd7, 0xef, 0xc3, 0xda, 0x29, 0xa5, 0xbe, - 0x1d, 0x22, 0x12, 0x77, 0x0c, 0x9b, 0x21, 0x51, 0xf0, 0x8a, 0xc0, 0x0d, 0xec, 0xf0, 0x88, 0xfa, - 0x6c, 0xa6, 0x8c, 0xff, 0x9d, 0x81, 0x65, 0xc6, 0x41, 0x0f, 0x6d, 0xf7, 0x4a, 0x8e, 0xd3, 0x41, - 0xea, 0x38, 0xdd, 0xd3, 0x0e, 0x43, 0x8d, 0xfa, 0x9b, 0x0e, 0x52, 0x2e, 0x39, 0x48, 0xe4, 0x2e, - 0x54, 0x63, 0x6d, 0x2d, 0x60, 0x5b, 0x21, 0x50, 0x8d, 0x8c, 0x24, 0xd2, 0x25, 0x4d, 0x22, 0xfd, - 0xd9, 0x07, 0xf7, 0x6d, 0x68, 0x44, 0x9d, 0x11, 0x23, 0x4b, 0x20, 0xcf, 0x16, 0xaa, 0x28, 0x00, - 0x7f, 0x1b, 0xff, 0x28, 0xc3, 0x09, 0xdb, 0x9e, 0x13, 0x49, 0xbd, 0x04, 0xf2, 0x4c, 0xca, 0x96, - 0x84, 0xec, 0xf7, 0xb5, 0x3a, 0xc4, 0xb7, 0x30, 0x04, 0x37, 0xa1, 0x14, 0x30, 0x11, 0xda, 0x9e, - 0xf0, 0x51, 0x28, 0x99, 0x45, 0x96, 0x6e, 0x4d, 0x26, 0xd1, 0xe8, 0x14, 0x75, 0x79, 0xfd, 0x1d, - 0x58, 0xd1, 0xda, 0xfc, 0x82, 0xde, 0xf5, 0x80, 0x1c, 0x38, 0x41, 0x78, 0xec, 0x06, 0x33, 0x4d, - 0xc8, 0xbb, 0x05, 0x65, 0xc6, 0x8d, 0x59, 0x7b, 0x03, 0x21, 0xd1, 0x33, 0xf6, 0xcc, 0x5a, 0x1b, - 0x20, 0xd2, 0xbe, 0x14, 0xc8, 0xac, 0x40, 0xda, 0x97, 0x88, 0x34, 0x3e, 0x85, 0xd5, 0x58, 0x79, - 0xa2, 0xea, 0x37, 0xa0, 0x30, 0x0f, 0x2f, 0x3d, 0x29, 0xc6, 0x57, 0xc4, 0x6a, 0x62, 0x4a, 0xa8, - 0xc9, 0x31, 0xc6, 0x63, 0x58, 0xe9, 0xd1, 0xe7, 0x62, 0xc3, 0xcb, 0x86, 0xbc, 0x0d, 0xf9, 0x97, - 0x28, 0xa6, 0x88, 0x37, 0xb6, 0x81, 0xe8, 0x99, 0x45, 0xad, 0x9a, 0x9e, 0x9a, 0x89, 0xe9, 0xa9, - 0xc6, 0xdb, 0x40, 0x06, 0xce, 0x99, 0x7b, 0x48, 0x83, 0xc0, 0x3e, 0x53, 0x2c, 0xa2, 0x01, 0xb9, - 0x69, 0x70, 0x26, 0xf8, 0x19, 0xfb, 0x69, 0x7c, 0x08, 0xab, 0x31, 0x3a, 0x51, 0xf0, 0x6b, 0x50, - 0x0e, 0x9c, 0x33, 0x17, 0x85, 0x30, 0x51, 0x74, 0x04, 0x30, 0xf6, 0x60, 0xed, 0x0b, 0xea, 0x3b, - 0xa7, 0x57, 0x2f, 0x2b, 0x3e, 0x5e, 0x4e, 0x36, 0x59, 0x4e, 0x07, 0xd6, 0x13, 0xe5, 0x88, 0xea, - 0xf9, 0xa2, 0x16, 0x33, 0x59, 0x32, 0x79, 0x42, 0xe3, 0x91, 0x59, 0x9d, 0x47, 0x1a, 0x1e, 0x90, - 0xb6, 0xe7, 0xba, 0x74, 0x14, 0x1e, 0x51, 0xea, 0xcb, 0xc6, 0xbc, 0xab, 0xad, 0xe0, 0xca, 0xc3, - 0x4d, 0x31, 0xb2, 0x49, 0xc6, 0x2b, 0x96, 0x36, 0x81, 0xfc, 0x8c, 0xfa, 0x53, 0x2c, 0xb8, 0x64, - 0xe2, 0x6f, 0x36, 0xb8, 0x4c, 0x33, 0xf5, 0xe6, 0x5c, 0x73, 0xc9, 0x9b, 0x32, 0x69, 0xac, 0xc3, - 0x6a, 0xac, 0x42, 0xde, 0x6a, 0xe3, 0x01, 0xac, 0xef, 0x3a, 0xc1, 0x68, 0xb1, 0x29, 0x9b, 0x50, - 0x9c, 0xcd, 0x4f, 0xac, 0x38, 0x77, 0x7f, 0x4a, 0xaf, 0x8c, 0x26, 0x6c, 0x24, 0x73, 0x88, 0xb2, - 0x7e, 0x3d, 0x03, 0xf9, 0xfd, 0xe1, 0x41, 0x9b, 0x6c, 0x41, 0xc9, 0x71, 0x47, 0xde, 0x94, 0x89, - 0x6f, 0x7c, 0x34, 0x54, 0xfa, 0xda, 0x0d, 0x79, 0x0b, 0xca, 0x28, 0xf5, 0x31, 0xc5, 0x5b, 0x08, - 0x50, 0x25, 0x06, 0x38, 0xf0, 0x46, 0xcf, 0x98, 0xc6, 0x4f, 0x2f, 0x67, 0x8e, 0x8f, 0x3a, 0xbd, - 0xd4, 0x59, 0xf3, 0x5c, 0x62, 0x88, 0x10, 0x42, 0x75, 0xfd, 0xf5, 0x2c, 0x10, 0x71, 0x66, 0xb7, - 0x3d, 0x37, 0x08, 0x7d, 0xdb, 0x71, 0xc3, 0x20, 0x2e, 0x93, 0x64, 0x12, 0x32, 0xc9, 0x3d, 0x68, - 0xa0, 0x1c, 0x20, 0xe4, 0x21, 0x64, 0xe3, 0xd9, 0x48, 0x26, 0x12, 0x02, 0x11, 0x63, 0xe7, 0x6f, - 0x41, 0x3d, 0x12, 0xc5, 0x94, 0x41, 0x25, 0x6f, 0x56, 0x95, 0x38, 0x26, 0x98, 0x3e, 0xdb, 0x8e, - 0x52, 0xc6, 0x50, 0x7a, 0x23, 0x97, 0xfa, 0x56, 0xa6, 0xf6, 0xe5, 0x11, 0x95, 0x82, 0x1f, 0x6a, - 0x90, 0x06, 0xd4, 0xa4, 0xa8, 0xc5, 0x29, 0xb9, 0x04, 0x58, 0x11, 0xf2, 0x16, 0xd2, 0xa4, 0x0b, - 0x4e, 0x4b, 0xe9, 0x82, 0x93, 0xf1, 0xef, 0xcb, 0x50, 0x14, 0xc3, 0xc0, 0xc5, 0xa0, 0xd0, 0xb9, - 0xa0, 0x91, 0x18, 0xc4, 0x52, 0x4c, 0xb8, 0xf2, 0xe9, 0xd4, 0x0b, 0x95, 0xf4, 0xcb, 0x17, 0x69, - 0x95, 0x03, 0x85, 0xfc, 0xab, 0x49, 0x60, 0xdc, 0x0e, 0x94, 0xe3, 0x44, 0x23, 0x5d, 0x2e, 0xba, - 0x05, 0x45, 0x29, 0x48, 0xe5, 0x95, 0x82, 0xb8, 0x34, 0xe2, 0xa2, 0xef, 0x16, 0x94, 0x46, 0xf6, - 0xcc, 0x1e, 0x39, 0xe1, 0x95, 0xe0, 0xa3, 0x2a, 0xcd, 0x4a, 0x9f, 0x78, 0x23, 0x7b, 0x62, 0x9d, - 0xd8, 0x13, 0xdb, 0x1d, 0x51, 0x61, 0x60, 0xa9, 0x22, 0x70, 0x87, 0xc3, 0xc8, 0x77, 0xa0, 0x2e, - 0xda, 0x29, 0xa9, 0xb8, 0x9d, 0x45, 0xb4, 0x5e, 0x92, 0x31, 0x49, 0xdd, 0x9b, 0xb2, 0x79, 0x39, - 0xa5, 0x5c, 0xa6, 0xcd, 0x99, 0x65, 0x0e, 0xd9, 0xa3, 0xd8, 0x5b, 0x81, 0x7e, 0xce, 0x57, 0x50, - 0x99, 0x57, 0xc5, 0x81, 0x5f, 0x72, 0xbb, 0xc8, 0xa2, 0x60, 0x9b, 0xd3, 0x04, 0xdb, 0x77, 0x61, - 0x65, 0xee, 0x06, 0x34, 0x0c, 0x27, 0x74, 0xac, 0xda, 0x52, 0x41, 0xa2, 0x86, 0x42, 0xc8, 0xe6, - 0x6c, 0xc3, 0x2a, 0xb7, 0x0c, 0x05, 0x76, 0xe8, 0x05, 0xe7, 0x4e, 0x60, 0x05, 0x4c, 0xdd, 0xe4, - 0xb6, 0x83, 0x15, 0x44, 0x0d, 0x04, 0x66, 0xc0, 0xf5, 0xcd, 0xcd, 0x04, 0xbd, 0x4f, 0x47, 0xd4, - 0xb9, 0xa0, 0x63, 0x14, 0x7a, 0x73, 0xe6, 0x7a, 0x2c, 0x8f, 0x29, 0x90, 0xa8, 0xc1, 0xcc, 0xa7, - 0xd6, 0x7c, 0x36, 0xb6, 0x99, 0xe4, 0x57, 0xe7, 0x9a, 0x85, 0x3b, 0x9f, 0x1e, 0x73, 0x08, 0x79, - 0x00, 0x52, 0xac, 0x15, 0x6b, 0x66, 0x39, 0xc6, 0xf0, 0xd9, 0x9e, 0x35, 0xab, 0x82, 0x82, 0x4b, - 0xdd, 0x77, 0xf4, 0xcd, 0xd2, 0x60, 0x2b, 0x0c, 0x35, 0xb0, 0x68, 0xc3, 0x34, 0xa1, 0x38, 0xf3, - 0x9d, 0x0b, 0x3b, 0xa4, 0xcd, 0x15, 0x7e, 0xf6, 0x89, 0x24, 0x63, 0x9f, 0x8e, 0xeb, 0x84, 0x8e, - 0x1d, 0x7a, 0x7e, 0x93, 0x20, 0x2e, 0x02, 0x90, 0xfb, 0xb0, 0x82, 0xeb, 0x24, 0x08, 0xed, 0x70, - 0x1e, 0x08, 0x91, 0x7e, 0x15, 0x17, 0x14, 0x2a, 0x25, 0x03, 0x84, 0xa3, 0x54, 0x4f, 0x3e, 0x81, - 0x0d, 0xbe, 0x34, 0x16, 0xb6, 0xe6, 0x1a, 0x1b, 0x0e, 0x6c, 0xd1, 0x2a, 0x52, 0xb4, 0xe3, 0x7b, - 0xf4, 0x33, 0xd8, 0x14, 0xcb, 0x65, 0x21, 0xe7, 0xba, 0xca, 0xb9, 0xc6, 0x49, 0x12, 0x59, 0xb7, - 0x61, 0x85, 0x35, 0xcd, 0x19, 0x59, 0xa2, 0x04, 0xb6, 0x2b, 0x36, 0x58, 0x2f, 0x30, 0xd3, 0x32, - 0x47, 0x9a, 0x88, 0x7b, 0x4a, 0xaf, 0xc8, 0xe7, 0xb0, 0xcc, 0x97, 0x0f, 0xea, 0xad, 0x78, 0x2c, - 0x6e, 0xe1, 0xb1, 0xb8, 0x2e, 0x06, 0xb7, 0xad, 0xb0, 0x78, 0x32, 0xd6, 0x47, 0xb1, 0x34, 0xdb, - 0x1a, 0x13, 0xe7, 0x94, 0x32, 0x2e, 0xdd, 0xdc, 0xe4, 0x8b, 0x4d, 0xa6, 0xd9, 0xae, 0x9d, 0xcf, - 0x10, 0xd3, 0xe4, 0xac, 0x92, 0xa7, 0x70, 0x1d, 0x4f, 0xbc, 0x80, 0x4a, 0x9b, 0x62, 0xf3, 0xa6, - 0xd8, 0x90, 0x0c, 0x28, 0x85, 0x73, 0xa6, 0xe1, 0x70, 0x6d, 0x52, 0x59, 0x7e, 0x6f, 0xe1, 0xc2, - 0xa8, 0x71, 0xa5, 0x52, 0x5a, 0x7f, 0x99, 0x20, 0x74, 0x6e, 0x3f, 0x97, 0x4c, 0xf5, 0x35, 0xe4, - 0x26, 0xc0, 0x40, 0xc2, 0x50, 0xb8, 0x07, 0x2b, 0x62, 0x16, 0x22, 0x66, 0xda, 0xbc, 0x8d, 0x07, - 0xd4, 0x4d, 0xd9, 0xc7, 0x05, 0x6e, 0x6b, 0x36, 0xf8, 0xbc, 0x68, 0xfc, 0x77, 0x1f, 0x88, 0x9c, - 0x14, 0xad, 0xa0, 0xd7, 0x5f, 0x56, 0xd0, 0x8a, 0x98, 0xa6, 0x08, 0x64, 0xfc, 0x6e, 0x86, 0xcb, - 0x33, 0x82, 0x3a, 0xd0, 0x34, 0x79, 0xce, 0xd7, 0x2c, 0xcf, 0x9d, 0x5c, 0x09, 0x56, 0x07, 0x1c, - 0xd4, 0x77, 0x27, 0xc8, 0x6b, 0x1c, 0x57, 0x27, 0xe1, 0x47, 0x67, 0x55, 0x02, 0x91, 0xe8, 0x0e, - 0x54, 0x66, 0xf3, 0x93, 0x89, 0x33, 0xe2, 0x24, 0x39, 0x5e, 0x0a, 0x07, 0x21, 0xc1, 0x1b, 0x50, - 0x15, 0x6b, 0x9d, 0x53, 0xe4, 0x91, 0xa2, 0x22, 0x60, 0x48, 0x82, 0x47, 0x33, 0xf5, 0x91, 0xd9, - 0x55, 0x4d, 0xfc, 0x6d, 0xec, 0xc0, 0x5a, 0xbc, 0xd1, 0x42, 0x6e, 0xb8, 0x0f, 0x25, 0xc1, 0x49, - 0xa5, 0x8d, 0xab, 0x1e, 0x1f, 0x0d, 0x53, 0xe1, 0x8d, 0xff, 0x50, 0x80, 0x55, 0x39, 0x46, 0x6c, - 0xb2, 0x07, 0xf3, 0xe9, 0xd4, 0xf6, 0x53, 0x58, 0x74, 0xe6, 0xc5, 0x2c, 0x3a, 0xbb, 0xc0, 0xa2, - 0xe3, 0x46, 0x0e, 0xce, 0xe1, 0xe3, 0x46, 0x0e, 0xb6, 0xba, 0xb8, 0xde, 0xa9, 0x9b, 0xd2, 0x6b, - 0x02, 0x3c, 0xe4, 0x26, 0xfb, 0x85, 0x03, 0xa5, 0x90, 0x72, 0xa0, 0xe8, 0xc7, 0xc1, 0x52, 0xe2, - 0x38, 0x78, 0x03, 0xf8, 0x32, 0x96, 0xeb, 0xb1, 0xc8, 0x55, 0x51, 0x84, 0x89, 0x05, 0xf9, 0x0e, - 0x2c, 0x27, 0x39, 0x30, 0x67, 0xf5, 0xf5, 0x14, 0xfe, 0xeb, 0x4c, 0x29, 0x8a, 0x14, 0x1a, 0x71, - 0x59, 0xf0, 0x5f, 0x67, 0x4a, 0x0f, 0x10, 0x23, 0xe9, 0x3b, 0x00, 0xbc, 0x6e, 0xdc, 0xc6, 0x80, - 0xdb, 0xf8, 0xed, 0xc4, 0xca, 0xd4, 0x46, 0x7d, 0x9b, 0x25, 0xe6, 0x3e, 0xc5, 0x7d, 0x5d, 0xc6, - 0x9c, 0xb8, 0xa5, 0x3f, 0x81, 0xba, 0x37, 0xa3, 0xae, 0x15, 0x71, 0xc1, 0x0a, 0x16, 0xd5, 0x10, - 0x45, 0x75, 0x25, 0xdc, 0xac, 0x31, 0x3a, 0x95, 0x24, 0x9f, 0xf1, 0x41, 0xa6, 0x5a, 0xce, 0xea, - 0x35, 0x39, 0xeb, 0x48, 0x18, 0x65, 0xfd, 0x10, 0x2a, 0x3e, 0x0d, 0xbc, 0xc9, 0x9c, 0xdb, 0xe5, - 0x6b, 0xb8, 0x8e, 0xa4, 0xa1, 0xd2, 0x54, 0x18, 0x53, 0xa7, 0x32, 0x7e, 0x23, 0x03, 0x15, 0xad, - 0x0f, 0x64, 0x1d, 0x56, 0xda, 0xfd, 0xfe, 0x51, 0xc7, 0x6c, 0x0d, 0xbb, 0x5f, 0x74, 0xac, 0xf6, - 0x41, 0x7f, 0xd0, 0x69, 0xdc, 0x60, 0xe0, 0x83, 0x7e, 0xbb, 0x75, 0x60, 0xed, 0xf5, 0xcd, 0xb6, - 0x04, 0x67, 0xc8, 0x06, 0x10, 0xb3, 0x73, 0xd8, 0x1f, 0x76, 0x62, 0xf0, 0x2c, 0x69, 0x40, 0x75, - 0xc7, 0xec, 0xb4, 0xda, 0xfb, 0x02, 0x92, 0x23, 0x6b, 0xd0, 0xd8, 0x3b, 0xee, 0xed, 0x76, 0x7b, - 0x4f, 0xac, 0x76, 0xab, 0xd7, 0xee, 0x1c, 0x74, 0x76, 0x1b, 0x79, 0x52, 0x83, 0x72, 0x6b, 0xa7, - 0xd5, 0xdb, 0xed, 0xf7, 0x3a, 0xbb, 0x8d, 0x82, 0xf1, 0xdf, 0x33, 0x00, 0x51, 0x43, 0x19, 0x5f, - 0x8d, 0x9a, 0xaa, 0xfb, 0xc1, 0xd6, 0x17, 0x3a, 0xc5, 0xf9, 0xaa, 0x1f, 0x4b, 0x93, 0x87, 0x50, - 0xf4, 0xe6, 0xe1, 0xc8, 0x9b, 0x72, 0x11, 0xbe, 0xfe, 0xb0, 0xb9, 0x90, 0xaf, 0xcf, 0xf1, 0xa6, - 0x24, 0x8c, 0xf9, 0xba, 0x72, 0x2f, 0xf3, 0x75, 0xc5, 0x9d, 0x6a, 0x5c, 0xae, 0xd3, 0x9c, 0x6a, - 0xb7, 0x01, 0x82, 0xe7, 0x94, 0xce, 0xd0, 0x4c, 0x23, 0x76, 0x41, 0x19, 0x21, 0x43, 0xa6, 0xe1, - 0xfd, 0x51, 0x06, 0xd6, 0x71, 0x2d, 0x8d, 0x93, 0x4c, 0xec, 0x2e, 0x54, 0x46, 0x9e, 0x37, 0xa3, - 0x4c, 0xa4, 0x55, 0xf2, 0x9a, 0x0e, 0x62, 0x0c, 0x8a, 0x33, 0xe4, 0x53, 0xcf, 0x1f, 0x51, 0xc1, - 0xc3, 0x00, 0x41, 0x7b, 0x0c, 0xc2, 0xf6, 0x90, 0xd8, 0x84, 0x9c, 0x82, 0xb3, 0xb0, 0x0a, 0x87, - 0x71, 0x92, 0x0d, 0x58, 0x3a, 0xf1, 0xa9, 0x3d, 0x3a, 0x17, 0xdc, 0x4b, 0xa4, 0xc8, 0x77, 0x23, - 0x73, 0xd5, 0x88, 0xed, 0x89, 0x09, 0xe5, 0x8d, 0x2f, 0x99, 0xcb, 0x02, 0xde, 0x16, 0x60, 0x76, - 0xce, 0xdb, 0x27, 0xb6, 0x3b, 0xf6, 0x5c, 0x3a, 0x16, 0xfa, 0x6f, 0x04, 0x30, 0x8e, 0x60, 0x23, - 0xd9, 0x3f, 0xc1, 0xef, 0x3e, 0xd6, 0xf8, 0x1d, 0x57, 0x3c, 0xb7, 0xae, 0xdf, 0x63, 0x1a, 0xef, - 0xfb, 0x57, 0x79, 0xc8, 0x33, 0x75, 0xe3, 0x5a, 0xcd, 0x44, 0xd7, 0x2c, 0x73, 0x0b, 0x1e, 0x50, - 0xb4, 0x8a, 0x71, 0x01, 0x4c, 0x4c, 0x16, 0x42, 0x50, 0xf0, 0x52, 0x68, 0x9f, 0x8e, 0x2e, 0x84, - 0xe4, 0xcd, 0xd1, 0x26, 0x1d, 0x5d, 0xa0, 0xa2, 0x6f, 0x87, 0x3c, 0x2f, 0xe7, 0x57, 0xc5, 0xc0, - 0x0e, 0x31, 0xa7, 0x40, 0x61, 0xbe, 0xa2, 0x42, 0x61, 0xae, 0x26, 0x14, 0x1d, 0xf7, 0xc4, 0x9b, - 0xbb, 0x63, 0x64, 0x4f, 0x25, 0x53, 0x26, 0xd1, 0xe1, 0x8a, 0x9c, 0x94, 0x1d, 0xed, 0x9c, 0x1b, - 0x95, 0x18, 0x60, 0xc8, 0x0e, 0xf7, 0x0f, 0xa0, 0x1c, 0x5c, 0xb9, 0x23, 0x9d, 0x07, 0xad, 0x89, - 0xf1, 0x61, 0xbd, 0xdf, 0x1e, 0x5c, 0xb9, 0x23, 0x5c, 0xf1, 0xa5, 0x40, 0xfc, 0x22, 0x8f, 0xa0, - 0xa4, 0x5c, 0x14, 0xfc, 0x04, 0xb9, 0xa9, 0xe7, 0x90, 0x7e, 0x09, 0x6e, 0x09, 0x52, 0xa4, 0xe4, - 0x7d, 0x58, 0x42, 0x3f, 0x42, 0xd0, 0xac, 0x62, 0x26, 0xa9, 0x6e, 0xb2, 0x66, 0xa0, 0xaf, 0x93, - 0x8e, 0xd1, 0xa7, 0x60, 0x0a, 0x32, 0x36, 0x4c, 0xa7, 0x13, 0x7b, 0x66, 0x8d, 0x50, 0x7d, 0xab, - 0x71, 0x97, 0x21, 0x83, 0xb4, 0x51, 0x83, 0xbb, 0x0b, 0x55, 0x74, 0xff, 0x20, 0x8d, 0xcb, 0xe5, - 0xd0, 0x9c, 0x09, 0x0c, 0xb6, 0x37, 0xb1, 0x67, 0xbd, 0x60, 0xeb, 0x29, 0xd4, 0x62, 0x8d, 0xd1, - 0x4d, 0x43, 0x35, 0x6e, 0x1a, 0x7a, 0x4b, 0x37, 0x0d, 0x45, 0x47, 0xa1, 0xc8, 0xa6, 0x9b, 0x8a, - 0x7e, 0x00, 0x25, 0x39, 0x16, 0x8c, 0xe7, 0x1c, 0xf7, 0x9e, 0xf6, 0xfa, 0x5f, 0xf6, 0xac, 0xc1, - 0x57, 0xbd, 0x76, 0xe3, 0x06, 0x59, 0x86, 0x4a, 0xab, 0x8d, 0x6c, 0x0c, 0x01, 0x19, 0x46, 0x72, - 0xd4, 0x1a, 0x0c, 0x14, 0x24, 0x6b, 0xec, 0x41, 0x23, 0xd9, 0x55, 0xb6, 0xa8, 0x43, 0x09, 0x13, - 0x6e, 0x9a, 0x08, 0xc0, 0x54, 0x7c, 0xee, 0x79, 0xe1, 0x6a, 0x12, 0x4f, 0x18, 0x8f, 0xa0, 0xc1, - 0x0e, 0x76, 0x36, 0xd6, 0xba, 0x03, 0x76, 0xc2, 0x44, 0x6f, 0xdd, 0x55, 0x53, 0x32, 0x2b, 0x1c, - 0x86, 0x55, 0x19, 0x1f, 0xc3, 0x8a, 0x96, 0x2d, 0x32, 0xc9, 0x30, 0x61, 0x21, 0x69, 0x92, 0x41, - 0x35, 0x9b, 0x63, 0x8c, 0x4d, 0x58, 0x67, 0xc9, 0xce, 0x05, 0x75, 0xc3, 0xc1, 0xfc, 0x84, 0xfb, - 0xed, 0x1d, 0xcf, 0x65, 0xea, 0x77, 0x59, 0x61, 0xae, 0xdf, 0x25, 0xdb, 0xc2, 0x7a, 0xc3, 0xd9, - 0xe2, 0x96, 0x56, 0x03, 0x66, 0xdc, 0xc6, 0xbf, 0x31, 0x2b, 0x4e, 0x59, 0x81, 0xd8, 0xb0, 0x1e, - 0x75, 0x3a, 0xa6, 0xd5, 0xef, 0x1d, 0x74, 0x7b, 0xec, 0x70, 0x60, 0xc3, 0x8a, 0x80, 0xbd, 0x3d, - 0x84, 0x64, 0x8c, 0x06, 0xd4, 0x9f, 0xd0, 0xb0, 0xeb, 0x9e, 0x7a, 0x62, 0x30, 0x8c, 0x3f, 0xbf, - 0x04, 0xcb, 0x0a, 0x14, 0x59, 0x81, 0x2e, 0xa8, 0x1f, 0x38, 0x9e, 0x8b, 0xeb, 0xa4, 0x6c, 0xca, - 0x24, 0x63, 0x6f, 0x42, 0x4b, 0x43, 0x31, 0x63, 0x0d, 0xb1, 0x42, 0xaf, 0x43, 0x19, 0xe3, 0x1d, - 0x58, 0x76, 0xc6, 0xd4, 0x0d, 0x9d, 0xf0, 0xca, 0x8a, 0xd9, 0x9f, 0xeb, 0x12, 0x2c, 0xe4, 0x8c, - 0x35, 0x28, 0xd8, 0x13, 0xc7, 0x96, 0xf1, 0x10, 0x3c, 0xc1, 0xa0, 0x23, 0x6f, 0xe2, 0xf9, 0xa8, - 0xb7, 0x94, 0x4d, 0x9e, 0x20, 0x0f, 0x60, 0x8d, 0xe9, 0x50, 0xba, 0x53, 0x00, 0x39, 0x14, 0x37, - 0x85, 0x13, 0x77, 0x3e, 0x3d, 0x8a, 0x1c, 0x03, 0x0c, 0xc3, 0xa4, 0x0b, 0x96, 0x43, 0x88, 0x93, - 0x2a, 0x03, 0xb7, 0x4a, 0xac, 0xb8, 0xf3, 0x69, 0x0b, 0x31, 0x8a, 0xfe, 0x21, 0xac, 0x33, 0x7a, - 0x25, 0x80, 0xaa, 0x1c, 0xcb, 0x98, 0x83, 0x15, 0xd6, 0x15, 0x38, 0x95, 0xe7, 0x16, 0x94, 0x79, - 0xab, 0xd8, 0x92, 0x28, 0x70, 0x9b, 0x05, 0x36, 0x85, 0xfa, 0xc1, 0x42, 0xe8, 0x02, 0x37, 0x04, - 0x24, 0x43, 0x17, 0xb4, 0xe0, 0x87, 0x52, 0x32, 0xf8, 0xe1, 0x21, 0xac, 0x9f, 0xb0, 0x35, 0x7a, - 0x4e, 0xed, 0x31, 0xf5, 0xad, 0x68, 0xe5, 0x73, 0x75, 0x73, 0x95, 0x21, 0xf7, 0x11, 0xa7, 0x36, - 0x0a, 0x93, 0x04, 0x19, 0xe3, 0xa1, 0x63, 0x2b, 0xf4, 0x2c, 0x14, 0x10, 0x91, 0x85, 0x95, 0xcc, - 0x1a, 0x07, 0x0f, 0xbd, 0x36, 0x03, 0xc6, 0xe9, 0xce, 0x7c, 0x7b, 0x76, 0x2e, 0x94, 0x41, 0x45, - 0xf7, 0x84, 0x01, 0xc9, 0x6b, 0x50, 0x64, 0x7b, 0xc2, 0xa5, 0xdc, 0x13, 0xcc, 0xd5, 0x2c, 0x09, - 0x22, 0x6f, 0xc1, 0x12, 0xd6, 0x11, 0x34, 0x1b, 0xb8, 0x21, 0xaa, 0xd1, 0x51, 0xe1, 0xb8, 0xa6, - 0xc0, 0x31, 0x71, 0x7b, 0xee, 0x3b, 0x9c, 0x8f, 0x95, 0x4d, 0xfc, 0x4d, 0x7e, 0xa8, 0x31, 0xc5, - 0x55, 0xcc, 0xfb, 0x96, 0xc8, 0x9b, 0x58, 0x8a, 0xd7, 0xf1, 0xc7, 0x6f, 0x95, 0x5b, 0xfd, 0x28, - 0x5f, 0xaa, 0x34, 0xaa, 0x46, 0x13, 0x23, 0x36, 0x4c, 0x3a, 0xf2, 0x2e, 0xa8, 0x7f, 0x15, 0xdb, - 0x23, 0x19, 0xd8, 0x5c, 0x40, 0x45, 0x8e, 0x5f, 0x5f, 0xc0, 0xad, 0xa9, 0x37, 0x96, 0x42, 0x41, - 0x55, 0x02, 0x0f, 0xbd, 0x31, 0x13, 0x5e, 0x56, 0x14, 0xd1, 0xa9, 0xe3, 0x3a, 0xc1, 0x39, 0x1d, - 0x0b, 0xd9, 0xa0, 0x21, 0x11, 0x7b, 0x02, 0xce, 0x24, 0xf0, 0x99, 0xef, 0x9d, 0xa9, 0xa3, 0x32, - 0x63, 0xaa, 0xb4, 0xf1, 0x09, 0x14, 0xf8, 0x0c, 0xb2, 0x8d, 0x82, 0xf3, 0x9b, 0x11, 0x1b, 0x05, - 0xa1, 0x4d, 0x28, 0xba, 0x34, 0x7c, 0xee, 0xf9, 0xcf, 0xa4, 0x17, 0x49, 0x24, 0x8d, 0x9f, 0xa0, - 0x49, 0x53, 0x85, 0xde, 0x70, 0xe3, 0x03, 0x5b, 0xc2, 0x7c, 0x09, 0x06, 0xe7, 0xb6, 0xb0, 0xb2, - 0x96, 0x10, 0x30, 0x38, 0xb7, 0x17, 0x96, 0x70, 0x76, 0x31, 0xfa, 0xe6, 0x2d, 0xa8, 0xcb, 0x60, - 0x9f, 0xc0, 0x9a, 0xd0, 0xd3, 0x50, 0x6c, 0xc9, 0xaa, 0x88, 0xf4, 0x09, 0x0e, 0xe8, 0x69, 0x68, - 0x1c, 0xc2, 0x8a, 0xd8, 0x34, 0xfd, 0x19, 0x95, 0x55, 0x7f, 0x9a, 0xa6, 0x15, 0x55, 0x1e, 0xae, - 0xc6, 0xc5, 0x0d, 0x2e, 0xd8, 0xc5, 0x54, 0x25, 0xe3, 0xc7, 0x91, 0x05, 0x91, 0x09, 0x23, 0xa2, - 0x3c, 0xa1, 0x9b, 0x48, 0xe7, 0x9b, 0xf4, 0x61, 0x2b, 0x0d, 0xc8, 0x19, 0xb3, 0xd1, 0x09, 0xe6, - 0xa3, 0x91, 0x0c, 0xc2, 0x2a, 0x99, 0x32, 0x69, 0xfc, 0xdb, 0x0c, 0xac, 0x62, 0x61, 0x52, 0xab, - 0x13, 0x27, 0xc5, 0x4f, 0xdd, 0x48, 0x36, 0x3f, 0xba, 0x04, 0xc8, 0x13, 0xdf, 0xdc, 0xb1, 0x91, - 0x5f, 0x70, 0x6c, 0x7c, 0x17, 0x1a, 0x63, 0x3a, 0x71, 0x70, 0x29, 0x49, 0x81, 0x8a, 0x4b, 0xb0, - 0xcb, 0x12, 0x2e, 0xac, 0x0c, 0xc6, 0x5f, 0xc9, 0xc0, 0x0a, 0x97, 0xd7, 0xd0, 0x6e, 0x23, 0x06, - 0xea, 0xb1, 0x34, 0x50, 0x08, 0x76, 0x2a, 0xfa, 0x14, 0xc9, 0x31, 0x08, 0xe5, 0xc4, 0xfb, 0x37, - 0x84, 0xe1, 0x42, 0x40, 0xc9, 0xf7, 0x51, 0x13, 0x75, 0x2d, 0x04, 0x0a, 0x39, 0xfc, 0x66, 0x8a, - 0x84, 0xa8, 0xb2, 0x33, 0x35, 0xd5, 0x45, 0xd0, 0x4e, 0x09, 0x96, 0xb8, 0x15, 0xcc, 0xd8, 0x83, - 0x5a, 0xac, 0x9a, 0x98, 0x9f, 0xa5, 0xca, 0xfd, 0x2c, 0x0b, 0x7e, 0xcf, 0xec, 0xa2, 0xdf, 0xf3, - 0x0a, 0x56, 0x4d, 0x6a, 0x8f, 0xaf, 0xf6, 0x3c, 0xff, 0x28, 0x38, 0x09, 0xf7, 0xb8, 0x10, 0xcc, - 0xce, 0x20, 0xe5, 0xcc, 0x8f, 0x39, 0x33, 0xa4, 0x4f, 0x57, 0x9a, 0x61, 0xbe, 0x03, 0xf5, 0xc8, - 0xeb, 0xaf, 0x99, 0xbd, 0x6b, 0xca, 0xf1, 0x8f, 0xb2, 0x13, 0x81, 0xfc, 0x2c, 0x38, 0x09, 0x85, - 0xe1, 0x1b, 0x7f, 0x1b, 0xff, 0x2b, 0x0f, 0x84, 0xad, 0xe6, 0xc4, 0x82, 0x49, 0xc4, 0x2b, 0x64, - 0x17, 0xe2, 0x15, 0x1e, 0x00, 0xd1, 0x08, 0x64, 0x18, 0x45, 0x4e, 0x85, 0x51, 0x34, 0x22, 0x5a, - 0x11, 0x45, 0xf1, 0x00, 0xd6, 0x84, 0x46, 0x11, 0x6f, 0x2a, 0x5f, 0x1a, 0x84, 0xab, 0x16, 0xb1, - 0xf6, 0xca, 0x58, 0x05, 0x69, 0xa9, 0xce, 0xf1, 0x58, 0x05, 0x69, 0x50, 0xd2, 0x16, 0xe0, 0xd2, - 0x4b, 0x17, 0x60, 0x71, 0x61, 0x01, 0x6a, 0xc6, 0xc5, 0x52, 0xdc, 0xb8, 0xb8, 0x60, 0x26, 0xe7, - 0xe2, 0x73, 0xcc, 0x4c, 0x7e, 0x0f, 0x1a, 0xd2, 0xd0, 0xa4, 0x4c, 0x98, 0x3c, 0xc8, 0x48, 0x18, - 0x91, 0xdb, 0xd2, 0x88, 0x19, 0xf3, 0xa8, 0x55, 0x12, 0x1e, 0xb5, 0x77, 0x61, 0x25, 0x60, 0xeb, - 0xd7, 0x9a, 0xbb, 0x22, 0xd2, 0x90, 0x8e, 0x51, 0x1f, 0x2f, 0x99, 0x0d, 0x44, 0x1c, 0x47, 0xf0, - 0x45, 0x93, 0x5c, 0x2d, 0xc5, 0x24, 0xf7, 0x28, 0x72, 0xde, 0x07, 0xe7, 0xce, 0x14, 0x05, 0x9f, - 0x28, 0x7a, 0x4e, 0x0c, 0xf0, 0xe0, 0xdc, 0x99, 0x9a, 0x32, 0x52, 0x84, 0x25, 0x48, 0x1b, 0xee, - 0x88, 0xfe, 0xa4, 0x04, 0x79, 0xf0, 0x51, 0x58, 0x46, 0x49, 0x75, 0x8b, 0x93, 0x1d, 0x26, 0xe2, - 0x3d, 0x12, 0x83, 0xc2, 0x0a, 0xe1, 0x56, 0xe0, 0x86, 0x3e, 0x28, 0x87, 0xf6, 0x25, 0xf7, 0x1b, - 0xfc, 0xcf, 0x0c, 0x34, 0xd8, 0xb2, 0x8b, 0xed, 0xe8, 0xcf, 0x00, 0x79, 0xcf, 0x2b, 0x6e, 0xe8, - 0x0a, 0xa3, 0x95, 0xfb, 0xf9, 0x13, 0xc0, 0x0d, 0x6a, 0x79, 0x33, 0xea, 0x8a, 0xed, 0xdc, 0x8c, - 0x6f, 0xe7, 0x88, 0x65, 0xef, 0xdf, 0xe0, 0x0a, 0x1f, 0x83, 0x90, 0xcf, 0xa0, 0xcc, 0xf6, 0x01, - 0x2e, 0x4a, 0x11, 0x7b, 0xba, 0xa5, 0x94, 0xf8, 0x85, 0x2d, 0xc9, 0xb2, 0xce, 0x44, 0x32, 0x2d, - 0xbc, 0x23, 0x9f, 0x12, 0xde, 0xa1, 0xf1, 0x8b, 0x7d, 0x80, 0xa7, 0xf4, 0xea, 0xc0, 0x1b, 0xa1, - 0x39, 0xe5, 0x36, 0x00, 0xdb, 0x3a, 0xa7, 0xf6, 0xd4, 0x11, 0x86, 0xc4, 0x82, 0x59, 0x7e, 0x46, - 0xaf, 0xf6, 0x10, 0xc0, 0xd6, 0x0d, 0x43, 0x47, 0x4c, 0xa3, 0x60, 0x96, 0x9e, 0xd1, 0x2b, 0xce, - 0x31, 0x2c, 0xa8, 0x3d, 0xa5, 0x57, 0xbb, 0x94, 0x0b, 0xe6, 0x9e, 0xcf, 0xd6, 0xac, 0x6f, 0x3f, - 0x67, 0x92, 0x78, 0x2c, 0x34, 0xa3, 0xe2, 0xdb, 0xcf, 0x9f, 0xd2, 0x2b, 0x19, 0x26, 0x52, 0x64, - 0xf8, 0x89, 0x37, 0x12, 0xa2, 0x84, 0xb4, 0xdd, 0x44, 0x8d, 0x32, 0x97, 0x9e, 0xe1, 0x6f, 0xe3, - 0x4f, 0x32, 0x50, 0x63, 0xed, 0xc7, 0x53, 0x00, 0x57, 0x88, 0x88, 0x55, 0xcc, 0x44, 0xb1, 0x8a, - 0x0f, 0x05, 0x13, 0xe5, 0x47, 0x4a, 0xf6, 0xfa, 0x23, 0x05, 0xe7, 0x86, 0x9f, 0x27, 0x1f, 0x40, - 0x99, 0x73, 0x01, 0xc6, 0x56, 0x72, 0xb1, 0x09, 0x8e, 0x75, 0xc8, 0x2c, 0x21, 0xd9, 0x53, 0x1e, - 0x1a, 0xa5, 0x99, 0xc9, 0xf9, 0x10, 0x97, 0x7d, 0x65, 0x1c, 0x4f, 0x99, 0x86, 0xc2, 0x35, 0xa1, - 0x51, 0xba, 0x0d, 0x7a, 0x29, 0x69, 0x83, 0x36, 0x5c, 0x28, 0xb1, 0xa9, 0xc6, 0xce, 0xa6, 0x14, - 0x9a, 0x49, 0x2b, 0x94, 0x09, 0x1e, 0x36, 0x3b, 0x83, 0x18, 0x5f, 0xcd, 0x0a, 0xc1, 0xc3, 0x0e, - 0x28, 0x2b, 0x88, 0x35, 0xdc, 0xf5, 0x2c, 0x34, 0xea, 0x0a, 0x73, 0x67, 0xc9, 0x2c, 0xbb, 0xde, - 0x11, 0x07, 0x18, 0x7f, 0x36, 0x03, 0x15, 0x6d, 0x3f, 0xa2, 0x95, 0x5f, 0x0d, 0x27, 0xdf, 0xbc, - 0xf1, 0x1d, 0x10, 0x9b, 0x8f, 0xfd, 0x1b, 0x66, 0x6d, 0x14, 0x9b, 0xa0, 0x6d, 0xb1, 0x94, 0x31, - 0x67, 0x36, 0x66, 0x5a, 0x92, 0xfd, 0x92, 0xeb, 0x97, 0xfd, 0xde, 0x59, 0x82, 0x3c, 0x23, 0x35, - 0x1e, 0xc3, 0x8a, 0xd6, 0x0c, 0x6e, 0x7a, 0x79, 0xd5, 0x01, 0x30, 0x7e, 0x59, 0x65, 0x66, 0x75, - 0x70, 0xa7, 0xb5, 0x8c, 0x42, 0xa3, 0x63, 0x3e, 0x2e, 0x22, 0xda, 0x8d, 0x83, 0x70, 0x64, 0x5e, - 0x35, 0x32, 0xea, 0xcf, 0x64, 0x60, 0x55, 0x2b, 0x7e, 0xcf, 0x71, 0xed, 0x89, 0xf3, 0x13, 0x94, - 0x3f, 0x02, 0xe7, 0xcc, 0x4d, 0x54, 0xc0, 0x41, 0xdf, 0xa4, 0x02, 0x76, 0x4c, 0xf0, 0x98, 0x56, - 0x1e, 0x17, 0x2d, 0x8e, 0x46, 0x40, 0x98, 0x69, 0x3f, 0x1f, 0x5e, 0x1a, 0x7f, 0x35, 0x0b, 0x6b, - 0xa2, 0x09, 0x18, 0x7a, 0xec, 0x30, 0xb1, 0xf3, 0x30, 0x38, 0x23, 0x9f, 0x41, 0x8d, 0x0d, 0x9f, - 0xe5, 0xd3, 0x33, 0x27, 0x08, 0xa9, 0xf4, 0xa7, 0xa7, 0x70, 0x5a, 0x26, 0x7d, 0x30, 0x52, 0x53, - 0x50, 0x92, 0xc7, 0x50, 0xc1, 0xac, 0xdc, 0xfa, 0x25, 0xe6, 0xaa, 0xb9, 0x98, 0x91, 0xcf, 0xc5, - 0xfe, 0x0d, 0x13, 0x82, 0x68, 0x66, 0x1e, 0x43, 0x05, 0xa7, 0xf9, 0x02, 0xc7, 0x3a, 0xc1, 0xec, - 0x16, 0xe6, 0x82, 0x65, 0x9e, 0x45, 0x33, 0xd3, 0x82, 0x1a, 0x67, 0x77, 0x62, 0x24, 0x45, 0x48, - 0xe3, 0xd6, 0x62, 0x76, 0x39, 0xd6, 0xac, 0xf1, 0x33, 0x2d, 0xbd, 0x53, 0x86, 0x62, 0xe8, 0x3b, - 0x67, 0x67, 0xd4, 0x37, 0x36, 0xd4, 0xd0, 0x30, 0x3e, 0x4e, 0x07, 0x21, 0x9d, 0x31, 0x7d, 0xc2, - 0xf8, 0x17, 0x19, 0xa8, 0x08, 0xce, 0xfc, 0x53, 0xbb, 0xea, 0xb7, 0x12, 0x76, 0xd2, 0xb2, 0x66, - 0x16, 0x7d, 0x07, 0x96, 0xa7, 0x4c, 0xf9, 0x61, 0xca, 0x79, 0xcc, 0x4f, 0x5f, 0x97, 0x60, 0x21, - 0xd7, 0x6f, 0xc3, 0x2a, 0x8a, 0xf9, 0x81, 0x15, 0x3a, 0x13, 0x4b, 0x22, 0x45, 0xfc, 0xfd, 0x0a, - 0x47, 0x0d, 0x9d, 0xc9, 0xa1, 0x40, 0x30, 0x69, 0x37, 0x08, 0xed, 0x33, 0x2a, 0xb8, 0x03, 0x4f, - 0x30, 0x85, 0x2a, 0xa1, 0x97, 0x4b, 0x85, 0xea, 0xff, 0xac, 0xc0, 0xe6, 0x02, 0x4a, 0x28, 0x54, - 0xca, 0x31, 0x3b, 0x71, 0xa6, 0x27, 0x9e, 0x72, 0x0c, 0x64, 0x34, 0xc7, 0xec, 0x01, 0xc3, 0x48, - 0xc7, 0x00, 0x85, 0x75, 0xb9, 0x64, 0xd1, 0xb2, 0xaf, 0x54, 0xf7, 0x2c, 0x2a, 0x96, 0x1f, 0xc4, - 0x8f, 0xc1, 0x64, 0x75, 0x12, 0xae, 0xcb, 0x72, 0xab, 0xb3, 0x05, 0x58, 0x40, 0xfe, 0x7f, 0x68, - 0xaa, 0x9d, 0x21, 0xf4, 0x0c, 0xcd, 0x0e, 0xc1, 0x6a, 0x7a, 0xef, 0x25, 0x35, 0xc5, 0x4c, 0xae, - 0x28, 0xec, 0x6d, 0xc8, 0x4d, 0xc5, 0x0b, 0x54, 0x75, 0x5d, 0xc0, 0xeb, 0xb2, 0x2e, 0xd4, 0x1b, - 0x16, 0x6b, 0xcc, 0xbf, 0x52, 0xdf, 0xd0, 0x9c, 0x1c, 0xab, 0xd6, 0xbc, 0x25, 0x0a, 0x56, 0x28, - 0xbd, 0xde, 0x73, 0xd8, 0x78, 0x6e, 0x3b, 0xa1, 0xec, 0xa3, 0x66, 0x06, 0x29, 0x60, 0x7d, 0x0f, - 0x5f, 0x52, 0xdf, 0x97, 0x3c, 0x73, 0x4c, 0x93, 0x5a, 0x7b, 0xbe, 0x08, 0x0c, 0xb6, 0xfe, 0x76, - 0x0e, 0xea, 0xf1, 0x52, 0x18, 0xeb, 0x11, 0xc7, 0x95, 0x14, 0x90, 0x85, 0xd4, 0x2e, 0x9c, 0x56, - 0x3d, 0x2e, 0x18, 0x2f, 0xba, 0xd3, 0xb2, 0x29, 0xee, 0x34, 0xdd, 0x8b, 0x95, 0x7b, 0x59, 0x50, - 0x43, 0xfe, 0x95, 0x82, 0x1a, 0x0a, 0x69, 0x41, 0x0d, 0x1f, 0x5e, 0xeb, 0x05, 0xe7, 0xb6, 0xe8, - 0x54, 0x0f, 0xf8, 0xa3, 0xeb, 0x3d, 0xe0, 0x5c, 0xdc, 0xbe, 0xce, 0xfb, 0xad, 0xf9, 0xee, 0x4b, - 0xd7, 0xf8, 0x9e, 0x34, 0x6f, 0x7e, 0x8a, 0xf7, 0xbb, 0xfc, 0x0d, 0xbc, 0xdf, 0x5b, 0x7f, 0x92, - 0x01, 0xb2, 0xb8, 0x3b, 0xc8, 0x13, 0xee, 0xa9, 0x74, 0xe9, 0x44, 0x70, 0xee, 0xef, 0xbd, 0xda, - 0x0e, 0x93, 0x0b, 0x42, 0xe6, 0x26, 0xef, 0xc3, 0xaa, 0x7e, 0x4b, 0x48, 0x37, 0x33, 0xd4, 0x4c, - 0xa2, 0xa3, 0x22, 0x83, 0x99, 0x16, 0x41, 0x92, 0x7f, 0x69, 0x04, 0x49, 0xe1, 0xa5, 0x11, 0x24, - 0x4b, 0xf1, 0x08, 0x92, 0xad, 0x7f, 0x93, 0x81, 0xd5, 0x94, 0x45, 0xfc, 0xed, 0xf5, 0x99, 0xad, - 0xbd, 0x18, 0x5b, 0xcb, 0x8a, 0xb5, 0xa7, 0x73, 0xb4, 0x03, 0x69, 0x64, 0x65, 0x53, 0x11, 0x88, - 0x93, 0xea, 0xfe, 0xcb, 0xb8, 0x4b, 0x94, 0xc3, 0xd4, 0xb3, 0x6f, 0xfd, 0xdd, 0x2c, 0x54, 0x34, - 0x24, 0x1b, 0x45, 0xbe, 0x64, 0xb5, 0xc8, 0x46, 0x2e, 0x5b, 0xa2, 0x91, 0xe4, 0x0e, 0x08, 0x5f, - 0x14, 0xc7, 0xf3, 0xcd, 0x25, 0x04, 0x49, 0x24, 0xd8, 0x86, 0x55, 0xe9, 0x45, 0xa6, 0x51, 0xb0, - 0xb3, 0x38, 0x6b, 0x44, 0x40, 0x80, 0x68, 0x24, 0xd2, 0xbf, 0x2f, 0xf5, 0xd7, 0x68, 0xee, 0x34, - 0xaf, 0xdc, 0x8a, 0x08, 0x45, 0x10, 0x93, 0xc8, 0xd6, 0xf9, 0x07, 0xb0, 0xae, 0x62, 0x11, 0x62, - 0x39, 0xb8, 0xef, 0x87, 0xc8, 0x98, 0x03, 0x2d, 0xcb, 0x0f, 0xe1, 0x76, 0xa2, 0x4d, 0x89, 0xac, - 0x3c, 0x2a, 0xff, 0x66, 0xac, 0x75, 0x7a, 0x09, 0x5b, 0x7f, 0x0a, 0x6a, 0x31, 0x46, 0xf9, 0xed, - 0x4d, 0x79, 0xd2, 0x30, 0xc5, 0x47, 0x54, 0x37, 0x4c, 0x6d, 0xfd, 0x8f, 0x1c, 0x90, 0x45, 0x5e, - 0xfd, 0xf3, 0x6c, 0xc2, 0xe2, 0xc2, 0xcc, 0xa5, 0x2c, 0xcc, 0xff, 0x67, 0xf2, 0x43, 0x64, 0x1f, - 0xd5, 0x42, 0x01, 0xf8, 0xe6, 0x6c, 0x28, 0x84, 0x6c, 0xc5, 0x27, 0xc9, 0x80, 0xa9, 0x52, 0xec, - 0xa2, 0x9b, 0x26, 0x40, 0x25, 0xe2, 0xa6, 0x8e, 0x61, 0xc9, 0x76, 0x47, 0xe7, 0x9e, 0x2f, 0xf8, - 0xe0, 0x2f, 0x7c, 0xe3, 0xe3, 0x73, 0xbb, 0x85, 0xf9, 0x51, 0x6a, 0x33, 0x45, 0x61, 0xc6, 0x07, - 0x50, 0xd1, 0xc0, 0xa4, 0x0c, 0x85, 0x83, 0xee, 0xe1, 0x4e, 0xbf, 0x71, 0x83, 0xd4, 0xa0, 0x6c, - 0x76, 0xda, 0xfd, 0x2f, 0x3a, 0x66, 0x67, 0xb7, 0x91, 0x21, 0x25, 0xc8, 0x1f, 0xf4, 0x07, 0xc3, - 0x46, 0xd6, 0xd8, 0x82, 0xa6, 0x28, 0x71, 0xd1, 0x53, 0xf4, 0x5b, 0x79, 0x65, 0xdf, 0x44, 0xa4, - 0x50, 0xf2, 0x3f, 0x84, 0xaa, 0x2e, 0xde, 0x88, 0x15, 0x91, 0x88, 0x46, 0x61, 0xea, 0xbd, 0xa7, - 0xf1, 0xea, 0x36, 0xf0, 0x58, 0x84, 0xb1, 0xca, 0x96, 0x8d, 0xc9, 0xad, 0x29, 0x4e, 0x5d, 0xd4, - 0x8f, 0x62, 0xcb, 0xf0, 0xff, 0x83, 0x7a, 0xdc, 0x2b, 0x22, 0x38, 0x52, 0x9a, 0xca, 0xca, 0x72, - 0xc7, 0xdc, 0x24, 0xe4, 0x87, 0xd0, 0x48, 0x7a, 0x55, 0x84, 0xf0, 0x7c, 0x4d, 0xfe, 0x65, 0x27, - 0xee, 0x68, 0x21, 0xfb, 0xb0, 0x96, 0x26, 0xe0, 0xe1, 0xfa, 0xb8, 0xde, 0xcc, 0x41, 0x16, 0x85, - 0x38, 0xf2, 0xa9, 0xf0, 0xae, 0x15, 0x70, 0xfa, 0xdf, 0x8a, 0xd7, 0xaf, 0x0d, 0xf6, 0x36, 0xff, - 0xa7, 0xf9, 0xd9, 0x2e, 0x00, 0x22, 0x18, 0x69, 0x40, 0xb5, 0x7f, 0xd4, 0xe9, 0x59, 0xed, 0xfd, - 0x56, 0xaf, 0xd7, 0x39, 0x68, 0xdc, 0x20, 0x04, 0xea, 0x18, 0x50, 0xb1, 0xab, 0x60, 0x19, 0x06, - 0x13, 0x5e, 0x4e, 0x09, 0xcb, 0x92, 0x35, 0x68, 0x74, 0x7b, 0x09, 0x68, 0x8e, 0x34, 0x61, 0xed, - 0xa8, 0xc3, 0x63, 0x30, 0x62, 0xe5, 0xe6, 0x99, 0xd2, 0x20, 0xba, 0xcb, 0x94, 0x86, 0x2f, 0xed, - 0xc9, 0x84, 0x86, 0x62, 0x1f, 0x48, 0x59, 0xfa, 0xaf, 0x65, 0x60, 0x3d, 0x81, 0x88, 0x5c, 0x13, - 0x5c, 0x92, 0x8e, 0xcb, 0xd0, 0x55, 0x04, 0xca, 0xdd, 0xf4, 0x2e, 0xac, 0x28, 0x4b, 0x59, 0xe2, - 0x54, 0x6a, 0x28, 0x84, 0x24, 0x7e, 0x1f, 0x56, 0x35, 0x83, 0x5b, 0x82, 0x57, 0x10, 0x0d, 0x25, - 0x32, 0x18, 0x9b, 0xea, 0xee, 0x4f, 0xa2, 0xd5, 0x63, 0xd8, 0x48, 0x22, 0x22, 0xe7, 0x63, 0xbc, - 0xbd, 0x32, 0x49, 0x1e, 0x24, 0x16, 0x42, 0xbc, 0xb5, 0xfa, 0x84, 0xcb, 0xea, 0x7f, 0x67, 0x09, - 0xc8, 0x8f, 0xe7, 0xd4, 0xbf, 0xc2, 0x3b, 0x67, 0xc1, 0xcb, 0xc2, 0xa7, 0xa5, 0xad, 0x26, 0xfb, - 0x4a, 0xf7, 0x4a, 0xd3, 0xee, 0x75, 0xe6, 0x5f, 0x7e, 0xaf, 0xb3, 0xf0, 0xb2, 0x7b, 0x9d, 0x6f, - 0x42, 0xcd, 0x39, 0x73, 0x3d, 0xc6, 0x0a, 0x99, 0x24, 0x1c, 0x34, 0x97, 0xee, 0xe6, 0xee, 0x55, - 0xcd, 0xaa, 0x00, 0x32, 0x39, 0x38, 0x20, 0x8f, 0x23, 0x22, 0x3a, 0x3e, 0xc3, 0xbb, 0xcd, 0x3a, - 0x13, 0xec, 0x8c, 0xcf, 0xa8, 0x30, 0x4d, 0xa1, 0xa6, 0x21, 0x33, 0x33, 0x78, 0x40, 0xde, 0x82, - 0x7a, 0xe0, 0xcd, 0x99, 0x62, 0x21, 0x87, 0x81, 0x7b, 0x1f, 0xab, 0x1c, 0x7a, 0x24, 0x7d, 0xd1, - 0xab, 0xf3, 0x80, 0x5a, 0x53, 0x27, 0x08, 0x98, 0x78, 0x36, 0xf2, 0xdc, 0xd0, 0xf7, 0x26, 0xc2, - 0xa1, 0xb8, 0x32, 0x0f, 0xe8, 0x21, 0xc7, 0xb4, 0x39, 0x82, 0x7c, 0x14, 0x35, 0x69, 0x66, 0x3b, - 0x7e, 0xd0, 0x04, 0x6c, 0x92, 0xec, 0x29, 0xca, 0xef, 0xb6, 0xe3, 0xab, 0xb6, 0xb0, 0x44, 0x90, - 0xb8, 0x6f, 0x5a, 0x49, 0xde, 0x37, 0xfd, 0xb5, 0xf4, 0xfb, 0xa6, 0x3c, 0x86, 0xea, 0x81, 0x28, - 0x7a, 0x71, 0x8a, 0xbf, 0xd1, 0xb5, 0xd3, 0xc5, 0x6b, 0xb4, 0xf5, 0x6f, 0x72, 0x8d, 0x76, 0x39, - 0xed, 0x1a, 0xed, 0x07, 0x50, 0xc1, 0x0b, 0x8e, 0xd6, 0x39, 0x46, 0x52, 0x72, 0x07, 0x69, 0x43, - 0xbf, 0x01, 0xb9, 0xef, 0xb8, 0xa1, 0x09, 0xbe, 0xfc, 0x19, 0x2c, 0xde, 0x68, 0x5d, 0xf9, 0x39, - 0xde, 0x68, 0x15, 0x17, 0x31, 0xb7, 0xa1, 0x24, 0xe7, 0x89, 0x10, 0xc8, 0x9f, 0xfa, 0xde, 0x54, - 0x3a, 0x65, 0xd8, 0x6f, 0x52, 0x87, 0x6c, 0xe8, 0x89, 0xcc, 0xd9, 0xd0, 0x33, 0x7e, 0x05, 0x2a, - 0xda, 0x52, 0x23, 0x6f, 0x70, 0xcb, 0x26, 0xd3, 0xcd, 0x84, 0x6c, 0xc9, 0x47, 0xb1, 0x2c, 0xa0, - 0xdd, 0x31, 0xe3, 0x37, 0x63, 0xc7, 0xa7, 0x78, 0xf7, 0xdc, 0xf2, 0xe9, 0x05, 0xf5, 0x03, 0xe9, - 0x24, 0x6b, 0x28, 0x84, 0xc9, 0xe1, 0xc6, 0xaf, 0xc2, 0x6a, 0x6c, 0x6e, 0x05, 0x8b, 0x78, 0x0b, - 0x96, 0x70, 0xdc, 0x64, 0x24, 0x46, 0xfc, 0x66, 0xa9, 0xc0, 0xe1, 0x3d, 0x7b, 0xee, 0xdf, 0xb3, - 0x66, 0xbe, 0x77, 0x82, 0x95, 0x64, 0xcc, 0x8a, 0x80, 0x1d, 0xf9, 0xde, 0x89, 0xf1, 0x87, 0x39, - 0xc8, 0xed, 0x7b, 0x33, 0x3d, 0xfa, 0x32, 0xb3, 0x10, 0x7d, 0x29, 0x14, 0x4e, 0x4b, 0x29, 0x94, - 0x42, 0x66, 0x47, 0xcf, 0x96, 0x54, 0x2a, 0xef, 0x41, 0x9d, 0xf1, 0x89, 0xd0, 0x63, 0x1a, 0xfb, - 0x73, 0xdb, 0xe7, 0x02, 0x31, 0x0f, 0x66, 0xae, 0xda, 0xd3, 0x70, 0xe8, 0xed, 0x71, 0x38, 0x59, - 0x83, 0x9c, 0x52, 0x5f, 0x10, 0xcd, 0x92, 0x64, 0x03, 0x96, 0xf0, 0xae, 0xc4, 0x95, 0x88, 0x24, - 0x10, 0x29, 0xf2, 0x3d, 0x58, 0x8d, 0x97, 0xcb, 0x59, 0x91, 0x90, 0x8d, 0xf4, 0x82, 0x91, 0x27, - 0xdd, 0x04, 0xc6, 0x47, 0x38, 0x8d, 0x08, 0x79, 0x3a, 0xa5, 0x14, 0x51, 0x1a, 0xd3, 0x2b, 0xc5, - 0x98, 0xde, 0x1d, 0xa8, 0x84, 0x93, 0x0b, 0x6b, 0x66, 0x5f, 0x4d, 0x3c, 0x7b, 0x2c, 0xf6, 0x37, - 0x84, 0x93, 0x8b, 0x23, 0x0e, 0x21, 0xef, 0x03, 0x4c, 0x67, 0x33, 0xb1, 0xf7, 0xd0, 0x5b, 0x13, - 0x2d, 0xe5, 0xc3, 0xa3, 0x23, 0xbe, 0xe4, 0xcc, 0xf2, 0x74, 0x36, 0xe3, 0x3f, 0xc9, 0x2e, 0xd4, - 0x53, 0xef, 0x87, 0xdf, 0x96, 0x31, 0xed, 0xde, 0x6c, 0x3b, 0x65, 0x73, 0xd6, 0x46, 0x3a, 0x6c, - 0xeb, 0x87, 0x40, 0x7e, 0xc6, 0x5b, 0xda, 0x43, 0x28, 0xab, 0xf6, 0xe9, 0x97, 0x9c, 0xf1, 0x1a, - 0x4f, 0x25, 0x76, 0xc9, 0xb9, 0x35, 0x1e, 0xfb, 0x8c, 0x2f, 0xf2, 0x03, 0x53, 0xb1, 0x7c, 0xd0, - 0x4e, 0x4c, 0x71, 0x1b, 0xc4, 0xf8, 0xcf, 0x19, 0x28, 0xf0, 0x1b, 0xd7, 0x6f, 0xc3, 0x32, 0xa7, - 0x57, 0x91, 0xac, 0x22, 0xfe, 0x80, 0x9f, 0xbb, 0x43, 0x11, 0xc4, 0xca, 0xb6, 0x85, 0xf6, 0x0a, - 0x45, 0x56, 0xcd, 0xbc, 0xf6, 0x12, 0xc5, 0x1d, 0x28, 0xab, 0xaa, 0xb5, 0xa5, 0x53, 0x92, 0x35, - 0x93, 0xd7, 0x21, 0x7f, 0xee, 0xcd, 0xa4, 0xe5, 0x07, 0xa2, 0x91, 0x34, 0x11, 0x1e, 0xb5, 0x85, - 0xd5, 0x11, 0xdd, 0x52, 0xc9, 0x89, 0xb6, 0xb0, 0x4a, 0x70, 0x19, 0x2c, 0xf6, 0x71, 0x29, 0xa5, - 0x8f, 0xc7, 0xb0, 0xcc, 0xf8, 0x80, 0x16, 0x04, 0x71, 0xfd, 0xa1, 0xf9, 0x5d, 0x26, 0xe1, 0x8d, - 0x26, 0xf3, 0x31, 0xd5, 0x6d, 0x6f, 0x18, 0x96, 0x28, 0xe0, 0x52, 0xb2, 0x36, 0x7e, 0x27, 0xc3, - 0xf9, 0x0b, 0x2b, 0x97, 0xdc, 0x83, 0xbc, 0x2b, 0x03, 0x26, 0x22, 0x39, 0x4e, 0xdd, 0xa7, 0x62, - 0x74, 0x26, 0x52, 0xb0, 0xa9, 0xc3, 0x30, 0x03, 0xbd, 0xf4, 0x9a, 0x59, 0x71, 0xe7, 0x53, 0x65, - 0xba, 0xfa, 0x8e, 0xec, 0x56, 0xc2, 0xec, 0xc3, 0x7b, 0xaf, 0xb6, 0xe9, 0xb6, 0x16, 0xdf, 0x98, - 0x8f, 0x9d, 0x98, 0x52, 0x0a, 0x1c, 0x9f, 0x51, 0x2d, 0xae, 0xf1, 0xf7, 0xb2, 0x50, 0x8b, 0xb5, - 0x08, 0x03, 0x3c, 0xd9, 0x01, 0xc0, 0x5d, 0x53, 0x62, 0xbe, 0x31, 0x8e, 0x4e, 0x08, 0xea, 0xda, - 0x38, 0x65, 0x63, 0xe3, 0xa4, 0x22, 0x9e, 0x72, 0x7a, 0xc4, 0xd3, 0x03, 0x28, 0x47, 0xaf, 0x8f, - 0xc4, 0x9b, 0xc4, 0xea, 0x93, 0xb7, 0xca, 0x22, 0xa2, 0x28, 0x46, 0xaa, 0xa0, 0xc7, 0x48, 0x7d, - 0xae, 0x85, 0xd4, 0x2c, 0x61, 0x31, 0x46, 0xda, 0x88, 0xfe, 0x5c, 0x02, 0x6a, 0x8c, 0xc7, 0x50, - 0xd1, 0x1a, 0xaf, 0x87, 0xa5, 0x64, 0x62, 0x61, 0x29, 0xea, 0x56, 0x68, 0x36, 0xba, 0x15, 0x6a, - 0xfc, 0xb9, 0x2c, 0xd4, 0xd8, 0xfe, 0x72, 0xdc, 0xb3, 0x23, 0x6f, 0xe2, 0x8c, 0xd0, 0x55, 0xa5, - 0x76, 0x98, 0x10, 0xb4, 0xe4, 0x3e, 0x13, 0x5b, 0x8c, 0xcb, 0x59, 0xfa, 0x95, 0x78, 0xce, 0xa4, - 0xd5, 0x95, 0x78, 0x03, 0x6a, 0x8c, 0x31, 0xa2, 0xd3, 0x29, 0x7a, 0xc3, 0xc4, 0xac, 0x9c, 0x52, - 0xba, 0x63, 0x07, 0x9c, 0x43, 0x7e, 0x0f, 0x56, 0x19, 0x0d, 0xde, 0x06, 0x9e, 0x3a, 0x93, 0x89, - 0x13, 0x5d, 0x0b, 0xcb, 0x99, 0x8d, 0x53, 0x4a, 0x4d, 0x3b, 0xa4, 0x87, 0x0c, 0x21, 0x9e, 0x3c, - 0x29, 0x8d, 0x9d, 0xc0, 0x3e, 0x89, 0xc2, 0x70, 0x55, 0x1a, 0x5d, 0xe1, 0xc2, 0x95, 0x1b, 0x6d, - 0xb2, 0xbc, 0x59, 0x99, 0x72, 0x47, 0x2e, 0xe6, 0x4f, 0xac, 0xa4, 0x62, 0x72, 0x25, 0x19, 0xff, - 0x34, 0x0b, 0x15, 0x6d, 0x59, 0xbe, 0xca, 0xe9, 0x7a, 0x7b, 0xc1, 0xb5, 0x58, 0xd6, 0xbd, 0x88, - 0x6f, 0xc6, 0xab, 0xcc, 0xa9, 0xbb, 0x43, 0xfa, 0x02, 0xbe, 0x05, 0x65, 0xb6, 0xeb, 0x3e, 0x40, - 0x13, 0xac, 0x78, 0x72, 0x08, 0x01, 0x47, 0xf3, 0x13, 0x89, 0x7c, 0x88, 0xc8, 0x42, 0x84, 0x7c, - 0xc8, 0x90, 0x2f, 0xba, 0x3b, 0xf0, 0x09, 0x54, 0x45, 0xa9, 0x38, 0xa7, 0xd8, 0xdd, 0x68, 0xd7, - 0xc7, 0xe6, 0xdb, 0xac, 0xf0, 0xea, 0xf8, 0xe4, 0x8b, 0x8c, 0x0f, 0x65, 0xc6, 0xd2, 0xcb, 0x32, - 0x3e, 0xe4, 0x09, 0x63, 0x4f, 0x5d, 0xc7, 0xc0, 0x60, 0x36, 0xc9, 0xc7, 0xde, 0x87, 0x55, 0xc9, - 0xae, 0xe6, 0xae, 0xed, 0xba, 0xde, 0xdc, 0x1d, 0x51, 0x79, 0x31, 0x94, 0x08, 0xd4, 0x71, 0x84, - 0x31, 0xc6, 0xea, 0x95, 0x01, 0x1e, 0x14, 0x77, 0x1f, 0x0a, 0x5c, 0x2e, 0xe7, 0xc2, 0x47, 0x3a, - 0xe3, 0xe2, 0x24, 0xe4, 0x1e, 0x14, 0xb8, 0x78, 0x9e, 0xbd, 0x96, 0xd9, 0x70, 0x02, 0xa3, 0x05, - 0x84, 0x65, 0x3c, 0xa4, 0xa1, 0xef, 0x8c, 0x82, 0xe8, 0xce, 0x69, 0x81, 0xe9, 0x9f, 0xbc, 0xae, - 0xc8, 0x72, 0x1b, 0x51, 0xa2, 0x8e, 0xca, 0x69, 0xd8, 0xc1, 0xb4, 0x1a, 0x2b, 0x43, 0x88, 0x4b, - 0x13, 0xd8, 0x38, 0xa1, 0xe1, 0x73, 0x4a, 0x5d, 0x97, 0x09, 0x43, 0x23, 0xea, 0x86, 0xbe, 0x3d, - 0x61, 0x93, 0xc4, 0x7b, 0xf0, 0x68, 0xa1, 0xd4, 0xc8, 0x06, 0xb2, 0x13, 0x65, 0x6c, 0xab, 0x7c, - 0x9c, 0x77, 0xac, 0x9f, 0xa4, 0xe1, 0xb6, 0x7e, 0x19, 0xb6, 0xae, 0xcf, 0x94, 0x72, 0xdf, 0xfc, - 0x5e, 0x9c, 0xab, 0x28, 0x3f, 0xe0, 0xc4, 0xb3, 0x43, 0xde, 0x1a, 0x9d, 0xb3, 0xf4, 0xa0, 0xa2, - 0x61, 0xa2, 0xb3, 0x3f, 0x83, 0xc2, 0x1d, 0x4f, 0xb0, 0x13, 0xc9, 0xf5, 0xfc, 0x29, 0xfa, 0xdd, - 0xc6, 0x56, 0x54, 0x7a, 0xc6, 0x5c, 0x8e, 0xe0, 0x18, 0x86, 0x61, 0x6c, 0xc3, 0x32, 0x4a, 0xf6, - 0xda, 0x41, 0xf7, 0x22, 0x61, 0xd0, 0x58, 0x03, 0xd2, 0xe3, 0xbc, 0x4b, 0x0f, 0x10, 0xfc, 0x77, - 0x39, 0xa8, 0x68, 0x60, 0x76, 0x1a, 0x61, 0x54, 0xa5, 0x35, 0x76, 0xec, 0x29, 0x95, 0x4e, 0xce, - 0x9a, 0x59, 0x43, 0xe8, 0xae, 0x00, 0xb2, 0xb3, 0xd8, 0xbe, 0x38, 0xb3, 0xbc, 0x79, 0x68, 0x8d, - 0xe9, 0x99, 0x4f, 0x65, 0x2b, 0xab, 0xf6, 0xc5, 0x59, 0x7f, 0x1e, 0xee, 0x22, 0x8c, 0x51, 0x31, - 0x5e, 0xa2, 0x51, 0x89, 0x20, 0xbb, 0xa9, 0x7d, 0x19, 0x51, 0x89, 0x68, 0x54, 0xbe, 0x32, 0xf3, - 0x2a, 0x1a, 0x95, 0x6b, 0x8b, 0xc9, 0x03, 0xb4, 0xb0, 0x78, 0x80, 0x7e, 0x04, 0x1b, 0xfc, 0x00, - 0x15, 0xac, 0xd9, 0x4a, 0xec, 0xe4, 0x35, 0xc4, 0x8a, 0x4e, 0x6a, 0x62, 0x6f, 0x83, 0xf5, 0x40, - 0xb2, 0xa5, 0xc0, 0xf9, 0x09, 0x67, 0x64, 0x19, 0x93, 0xf5, 0x4c, 0x14, 0x3e, 0x70, 0x7e, 0x42, - 0x19, 0x25, 0x86, 0xf3, 0xe8, 0x94, 0xe2, 0x66, 0xd0, 0xd4, 0x71, 0x93, 0x94, 0xf6, 0x65, 0x9c, - 0xb2, 0x2c, 0x28, 0xed, 0x4b, 0x9d, 0xf2, 0x11, 0x6c, 0x4e, 0xe9, 0xd8, 0xb1, 0xe3, 0xc5, 0x5a, - 0x91, 0xe0, 0xb6, 0xc6, 0xd1, 0x5a, 0x9e, 0x01, 0x57, 0xdc, 0xd9, 0x68, 0xfc, 0xc4, 0x9b, 0x9e, - 0x38, 0x5c, 0x66, 0xe1, 0x01, 0x46, 0x79, 0xb3, 0xee, 0xce, 0xa7, 0xbf, 0x84, 0x60, 0x96, 0x25, - 0x30, 0x6a, 0x50, 0x19, 0x84, 0xde, 0x4c, 0x4e, 0x73, 0x1d, 0xaa, 0x3c, 0x29, 0xee, 0x54, 0xdf, - 0x82, 0x9b, 0xc8, 0x12, 0x86, 0xde, 0xcc, 0x9b, 0x78, 0x67, 0x57, 0x31, 0x3b, 0xde, 0xbf, 0xcc, - 0xc0, 0x6a, 0x0c, 0x2b, 0xd8, 0xeb, 0x47, 0x9c, 0x9f, 0xa9, 0x1b, 0xa1, 0x99, 0xd8, 0x75, 0x20, - 0x36, 0x5f, 0x9c, 0x90, 0x33, 0x33, 0x79, 0x4b, 0xb4, 0x15, 0x3d, 0x0b, 0x23, 0x33, 0x72, 0x96, - 0xd2, 0x5c, 0x64, 0x29, 0x22, 0xbf, 0x7c, 0x30, 0x46, 0x16, 0xf1, 0x0b, 0xe2, 0xf6, 0xd6, 0x58, - 0x74, 0x39, 0x17, 0xbf, 0xdf, 0xa1, 0xdb, 0xfc, 0x64, 0x0b, 0x22, 0x43, 0x60, 0x60, 0xfc, 0x9d, - 0x0c, 0x40, 0xd4, 0x3a, 0xbc, 0x61, 0xa2, 0xe4, 0x96, 0x0c, 0xc6, 0xf6, 0x6a, 0x32, 0xca, 0x1b, - 0x50, 0x55, 0x61, 0xe0, 0x91, 0x24, 0x54, 0x91, 0x30, 0x26, 0x0e, 0xbd, 0x03, 0xcb, 0x67, 0x13, - 0xef, 0x04, 0x25, 0x56, 0x21, 0xb7, 0xf0, 0x28, 0x82, 0x3a, 0x07, 0x4b, 0x69, 0x24, 0x92, 0x9b, - 0xf2, 0xa9, 0x91, 0xe2, 0xba, 0x14, 0x64, 0xfc, 0xa5, 0xac, 0x8a, 0x35, 0x8d, 0x46, 0xe2, 0xc5, - 0xea, 0xdd, 0x4f, 0x13, 0x8d, 0xf3, 0x22, 0xf7, 0xe2, 0x63, 0xa8, 0xfb, 0xfc, 0x50, 0x92, 0x27, - 0x56, 0xfe, 0x05, 0x27, 0x56, 0xcd, 0x8f, 0x49, 0x3a, 0xdf, 0x85, 0x86, 0x3d, 0xbe, 0xa0, 0x7e, - 0xe8, 0xa0, 0xb5, 0x1e, 0xe5, 0x63, 0x11, 0xdd, 0xa9, 0xc1, 0x51, 0x10, 0x7d, 0x07, 0x96, 0xc5, - 0x3d, 0x7f, 0x45, 0x29, 0xde, 0x1f, 0x8b, 0xc0, 0x8c, 0xd0, 0xf8, 0x07, 0x32, 0xb8, 0x35, 0x3e, - 0xbb, 0x2f, 0x1e, 0x15, 0xbd, 0x87, 0xd9, 0x45, 0x07, 0xaa, 0x58, 0x48, 0xc2, 0x09, 0x20, 0xf8, - 0x11, 0x07, 0x0a, 0x17, 0x40, 0x7c, 0x58, 0xf3, 0xaf, 0x32, 0xac, 0xc6, 0xbf, 0xce, 0x40, 0x71, - 0xdf, 0x9b, 0xed, 0x3b, 0xfc, 0x8a, 0x04, 0x6e, 0x13, 0xe5, 0xa3, 0x5a, 0x62, 0x49, 0x0c, 0x1d, - 0x7a, 0xc1, 0x4d, 0xc9, 0x54, 0x31, 0xaf, 0x16, 0x17, 0xf3, 0x3e, 0x87, 0x5b, 0xe8, 0x02, 0xf4, - 0xbd, 0x99, 0xe7, 0xb3, 0xad, 0x6a, 0x4f, 0xb8, 0xb8, 0xe7, 0xb9, 0xe1, 0xb9, 0xe4, 0x9d, 0x37, - 0x4f, 0x29, 0x3d, 0xd2, 0x28, 0x0e, 0x15, 0x01, 0xde, 0x92, 0x9e, 0x84, 0x17, 0x16, 0xd7, 0xd0, - 0x85, 0x3c, 0xca, 0x39, 0xea, 0x32, 0x43, 0x74, 0x10, 0x8e, 0x12, 0xa9, 0xf1, 0x29, 0x94, 0x95, - 0xb1, 0x87, 0xbc, 0x0b, 0xe5, 0x73, 0x6f, 0x26, 0x2c, 0x42, 0x99, 0xd8, 0x6d, 0x52, 0xd1, 0x6b, - 0xb3, 0x74, 0xce, 0x7f, 0x04, 0xc6, 0x1f, 0x16, 0xa1, 0xd8, 0x75, 0x2f, 0x3c, 0x67, 0x84, 0xe1, - 0xb1, 0x53, 0x3a, 0xf5, 0xe4, 0x33, 0x24, 0xec, 0x37, 0x46, 0x77, 0x45, 0xaf, 0x88, 0xe5, 0x44, - 0x74, 0x97, 0x7a, 0x3f, 0x6c, 0x1d, 0x96, 0x7c, 0xfd, 0x19, 0xb0, 0x82, 0x8f, 0x97, 0x0a, 0xd4, - 0x79, 0x59, 0xd0, 0x1e, 0x77, 0x61, 0x65, 0xf1, 0xc8, 0x45, 0x1c, 0x32, 0x7e, 0xd3, 0xb9, 0x8c, - 0x10, 0x1c, 0xb0, 0xd7, 0xa0, 0x28, 0x2e, 0x6f, 0xf2, 0xab, 0x64, 0xfc, 0x16, 0x80, 0x00, 0xe1, - 0x6a, 0xf0, 0x29, 0x77, 0xe1, 0x2a, 0x41, 0x36, 0x67, 0x56, 0x25, 0x70, 0x97, 0xad, 0xb5, 0x3b, - 0x50, 0xe1, 0xf4, 0x9c, 0xa4, 0x24, 0xa2, 0x4a, 0x11, 0x84, 0x04, 0x29, 0xaf, 0xe9, 0x95, 0x53, - 0x5f, 0xd3, 0xc3, 0xf8, 0x67, 0xc5, 0x65, 0x79, 0x17, 0x81, 0xbf, 0xa1, 0xa6, 0xc1, 0xe5, 0x13, - 0x95, 0xc2, 0xa6, 0xc2, 0x1f, 0x01, 0x90, 0x36, 0x95, 0x37, 0xa1, 0x76, 0x6a, 0x4f, 0x26, 0x27, - 0xf6, 0xe8, 0x19, 0x37, 0x05, 0x54, 0xb9, 0xf5, 0x53, 0x02, 0xd1, 0x16, 0x70, 0x07, 0x2a, 0xda, - 0x2c, 0x63, 0xc8, 0x68, 0xde, 0x84, 0x68, 0x7e, 0x93, 0x16, 0xbe, 0xfa, 0x2b, 0x58, 0xf8, 0xb4, - 0xd0, 0xd9, 0xe5, 0x78, 0xe8, 0xec, 0x2d, 0xe4, 0xa6, 0x22, 0x68, 0xb1, 0xc1, 0x1f, 0xec, 0xb2, - 0xc7, 0x63, 0x0c, 0x5a, 0x44, 0x43, 0x16, 0x1f, 0x3c, 0x8e, 0x5f, 0xe1, 0xba, 0x04, 0x87, 0x71, - 0x92, 0xdb, 0xdc, 0x4c, 0x3d, 0xb3, 0x9d, 0x31, 0xde, 0xe4, 0xe0, 0xd6, 0x83, 0xa2, 0x3d, 0x0d, - 0x8f, 0x6c, 0x07, 0xc3, 0xb5, 0x24, 0x1a, 0x4f, 0xc7, 0x55, 0x3e, 0xfe, 0x02, 0x3d, 0xe0, 0x4f, - 0x5c, 0x28, 0x8a, 0xa9, 0xba, 0xc5, 0x6f, 0x56, 0x04, 0x09, 0xae, 0x83, 0x0f, 0x30, 0xca, 0x27, - 0xa4, 0x78, 0x4f, 0xbf, 0xfe, 0xf0, 0x96, 0x0a, 0x3e, 0xc0, 0x55, 0x2a, 0xff, 0x73, 0xe7, 0x18, - 0xa7, 0x64, 0xc2, 0x1d, 0xf7, 0xd1, 0x6d, 0xc4, 0xe4, 0x5f, 0x41, 0x8a, 0x3e, 0x3a, 0x4e, 0x40, - 0x3e, 0xd5, 0xf4, 0xd7, 0x26, 0x12, 0xbf, 0x96, 0x28, 0xff, 0xba, 0xab, 0x72, 0xb7, 0x01, 0x9c, - 0x80, 0x9d, 0x32, 0x01, 0x75, 0xc7, 0x78, 0xdd, 0xbe, 0x64, 0x96, 0x9d, 0xe0, 0x29, 0x07, 0x7c, - 0xbb, 0x8a, 0x6d, 0x0b, 0xaa, 0x7a, 0x37, 0x49, 0x09, 0xf2, 0xfd, 0xa3, 0x4e, 0xaf, 0x71, 0x83, - 0x54, 0xa0, 0x38, 0xe8, 0x0c, 0x87, 0x07, 0xe8, 0xe9, 0xab, 0x42, 0x49, 0x5d, 0xa6, 0xcd, 0xb2, - 0x54, 0xab, 0xdd, 0xee, 0x1c, 0x0d, 0x3b, 0xbb, 0x8d, 0xdc, 0x8f, 0xf2, 0xa5, 0x6c, 0x23, 0x67, - 0xfc, 0x51, 0x0e, 0x2a, 0xda, 0x28, 0xbc, 0x98, 0x19, 0xdf, 0x06, 0x40, 0x4d, 0x32, 0x8a, 0x69, - 0xcd, 0x9b, 0x65, 0x06, 0xe1, 0x93, 0xaf, 0xfb, 0x28, 0xc4, 0xc3, 0x32, 0xd2, 0x47, 0xf1, 0x26, - 0xd4, 0xf8, 0x8b, 0x24, 0xba, 0xbf, 0xb6, 0x60, 0x56, 0x39, 0x50, 0xb0, 0x6a, 0xbc, 0x9a, 0x8f, - 0x44, 0x78, 0xe9, 0x51, 0x3c, 0xa6, 0xc4, 0x41, 0x78, 0xed, 0x11, 0xef, 0xac, 0x06, 0xde, 0xe4, - 0x82, 0x72, 0x0a, 0x2e, 0x11, 0x56, 0x04, 0x6c, 0x28, 0x9e, 0x3d, 0x10, 0xfc, 0x50, 0xbb, 0x1b, - 0x5e, 0x30, 0xab, 0x1c, 0x28, 0x2a, 0xfa, 0x9e, 0x5c, 0x40, 0x3c, 0x7a, 0x65, 0x73, 0x71, 0x35, - 0xc4, 0x16, 0xcf, 0xc1, 0x82, 0x19, 0xb1, 0x8c, 0x0b, 0xe3, 0x3b, 0x8b, 0xf9, 0x5e, 0x6e, 0x4e, - 0x24, 0xef, 0x02, 0x99, 0xce, 0x66, 0x56, 0x8a, 0x81, 0x2f, 0x6f, 0x2e, 0x4f, 0x67, 0xb3, 0xa1, - 0x66, 0xff, 0xfa, 0x16, 0x6c, 0x8f, 0x5f, 0x03, 0x69, 0xb1, 0x0d, 0x8c, 0x4d, 0x54, 0xaa, 0x58, - 0xc4, 0x96, 0x33, 0x3a, 0x5b, 0x4e, 0xe1, 0x7e, 0xd9, 0x54, 0xee, 0xf7, 0x22, 0x3e, 0x61, 0xec, - 0x41, 0xe5, 0x48, 0x7b, 0xb2, 0xf1, 0x2e, 0x3b, 0x21, 0xe4, 0x63, 0x8d, 0xfc, 0xec, 0xe0, 0x36, - 0x45, 0x5f, 0xbc, 0xd1, 0xa8, 0xb5, 0x26, 0xab, 0xb5, 0xc6, 0xf8, 0x5b, 0x19, 0xfe, 0xc4, 0x95, - 0x6a, 0x7c, 0xf4, 0x4a, 0xa4, 0x74, 0xbf, 0x45, 0x4f, 0x38, 0x54, 0xa4, 0xdb, 0x4d, 0xbc, 0xbe, - 0x80, 0x4d, 0xb3, 0xbc, 0xd3, 0xd3, 0x80, 0xca, 0x18, 0x8f, 0x0a, 0xc2, 0xfa, 0x08, 0x92, 0xc2, - 0x37, 0x93, 0xf0, 0x1d, 0x5e, 0x7e, 0x20, 0x02, 0x3b, 0x98, 0xf0, 0x7d, 0x68, 0x5f, 0x8a, 0x5a, - 0x03, 0x26, 0x82, 0x08, 0xff, 0x80, 0xbc, 0xc2, 0xac, 0xd2, 0xc6, 0x5f, 0x17, 0xaf, 0x4c, 0x24, - 0xc7, 0xf7, 0x3e, 0x94, 0x54, 0xa9, 0xf1, 0x13, 0x56, 0x52, 0x2a, 0x3c, 0x3b, 0xc7, 0xd1, 0x18, - 0x12, 0x6b, 0x31, 0xdf, 0x5c, 0xe8, 0xe3, 0xe9, 0x6a, 0xad, 0x7e, 0x0f, 0xc8, 0xa9, 0xe3, 0x27, - 0x89, 0xf9, 0x66, 0x6b, 0x20, 0x46, 0xa3, 0x36, 0x8e, 0x61, 0x55, 0x72, 0x09, 0x4d, 0x23, 0x88, - 0x4f, 0x5e, 0xe6, 0x25, 0x4c, 0x3e, 0xbb, 0xc0, 0xe4, 0x8d, 0xdf, 0x28, 0x40, 0x51, 0x3e, 0x7f, - 0x9a, 0xf6, 0x64, 0x67, 0x39, 0xfe, 0x64, 0x67, 0x33, 0xf6, 0x90, 0x1b, 0x4e, 0xbd, 0x38, 0xef, - 0xdf, 0x49, 0x1e, 0xd9, 0x9a, 0xaf, 0x22, 0x76, 0x6c, 0x0b, 0x5f, 0x45, 0x21, 0xee, 0xab, 0x48, - 0x7b, 0xc6, 0x94, 0x8b, 0x9e, 0x0b, 0xcf, 0x98, 0xde, 0x02, 0x2e, 0x47, 0x68, 0xc1, 0x6d, 0x25, - 0x04, 0x88, 0x6b, 0xf8, 0x9a, 0xd8, 0x51, 0x4a, 0x8a, 0x1d, 0xaf, 0x2c, 0x12, 0x7c, 0x04, 0x4b, - 0xfc, 0xc5, 0x1a, 0x71, 0x25, 0x5b, 0x1e, 0x1c, 0x62, 0xac, 0xe4, 0x7f, 0x7e, 0x67, 0xc2, 0x14, - 0xb4, 0xfa, 0x9b, 0x80, 0x95, 0xd8, 0x9b, 0x80, 0xba, 0x0f, 0xa5, 0x1a, 0xf7, 0xa1, 0xdc, 0x83, - 0x86, 0x1a, 0x38, 0xb4, 0x48, 0xba, 0x81, 0xb8, 0x8e, 0x59, 0x97, 0x70, 0xc6, 0x0d, 0x7b, 0x41, - 0x74, 0xf0, 0xd5, 0x63, 0x07, 0x1f, 0xe3, 0x55, 0xad, 0x30, 0xa4, 0xd3, 0x59, 0x28, 0x0f, 0x3e, - 0xed, 0xe5, 0x58, 0x3e, 0xf3, 0xfc, 0xbe, 0x88, 0x9c, 0x5e, 0xbe, 0x3a, 0x76, 0xa0, 0x7e, 0x6a, - 0x3b, 0x93, 0xb9, 0x4f, 0x2d, 0x9f, 0xda, 0x81, 0xe7, 0xe2, 0xe6, 0x8f, 0xce, 0x60, 0xd1, 0xc5, - 0x3d, 0x4e, 0x63, 0x22, 0x89, 0x59, 0x3b, 0xd5, 0x93, 0x78, 0xeb, 0x4a, 0x1f, 0x09, 0x76, 0x64, - 0x89, 0x8b, 0xd9, 0x3c, 0x56, 0xa5, 0xdb, 0xb3, 0xf6, 0x0e, 0xba, 0x4f, 0xf6, 0x87, 0x8d, 0x0c, - 0x4b, 0x0e, 0x8e, 0xdb, 0xed, 0x4e, 0x67, 0x17, 0x8f, 0x30, 0x80, 0xa5, 0xbd, 0x56, 0xf7, 0x40, - 0x1c, 0x60, 0xf9, 0x46, 0xc1, 0xf8, 0x27, 0x59, 0xa8, 0x68, 0xbd, 0x21, 0x8f, 0xd4, 0x24, 0xf0, - 0xa7, 0x20, 0x6e, 0x2f, 0xf6, 0x78, 0x5b, 0x72, 0x78, 0x6d, 0x16, 0xd4, 0x1b, 0xb1, 0xd9, 0x6b, - 0xdf, 0x88, 0x25, 0x6f, 0xc3, 0xb2, 0xcd, 0x4b, 0x50, 0x83, 0x2e, 0x8c, 0xfb, 0x02, 0x2c, 0xc6, - 0xfc, 0x6d, 0xf1, 0x2c, 0x85, 0x38, 0xa6, 0x18, 0x5d, 0x5e, 0x06, 0x6d, 0xaa, 0x93, 0x0a, 0xe7, - 0xa6, 0x28, 0x46, 0x46, 0x38, 0xe3, 0xd5, 0x81, 0x2f, 0xc6, 0x4b, 0xa2, 0xf9, 0x55, 0x4c, 0x6d, - 0x85, 0x57, 0x4d, 0x95, 0x36, 0x3e, 0x06, 0x88, 0xfa, 0x13, 0x1f, 0xbe, 0x1b, 0xf1, 0xe1, 0xcb, - 0x68, 0xc3, 0x97, 0x35, 0xfe, 0xbe, 0x60, 0x5d, 0x62, 0x2e, 0x94, 0xa9, 0xef, 0x7b, 0x20, 0x8d, - 0x8f, 0x16, 0x06, 0x79, 0xcf, 0x26, 0x34, 0x94, 0xb7, 0x49, 0x57, 0x04, 0xa6, 0xab, 0x10, 0x0b, - 0xac, 0x36, 0xbb, 0xc8, 0x6a, 0xdf, 0x80, 0x2a, 0xbe, 0x73, 0x26, 0x2a, 0x12, 0xec, 0xaa, 0x32, - 0xb5, 0x2f, 0x65, 0xdd, 0x31, 0x1e, 0x9b, 0x4f, 0xf0, 0xd8, 0xbf, 0x91, 0xe1, 0x8f, 0xe2, 0x44, - 0x0d, 0x8d, 0x98, 0xac, 0x2a, 0x33, 0xce, 0x64, 0x05, 0xa9, 0xa9, 0xf0, 0xd7, 0x30, 0xce, 0x6c, - 0x3a, 0xe3, 0x4c, 0x67, 0xc9, 0xb9, 0x54, 0x96, 0x6c, 0x6c, 0x41, 0x73, 0x97, 0xb2, 0xa1, 0x68, - 0x4d, 0x26, 0x89, 0xb1, 0x34, 0x6e, 0xc1, 0xcd, 0x14, 0x9c, 0xb0, 0xda, 0xfc, 0x66, 0x06, 0xd6, - 0x5b, 0xfc, 0x2d, 0x8c, 0x6f, 0xed, 0xba, 0xe7, 0x67, 0x70, 0x53, 0x45, 0x6c, 0x6b, 0xb7, 0xc8, - 0xf4, 0x87, 0x8c, 0x64, 0xb0, 0xb7, 0x76, 0x4f, 0x81, 0x9d, 0x99, 0x46, 0x13, 0x36, 0x92, 0xad, - 0x11, 0x0d, 0xdd, 0x83, 0x95, 0x5d, 0x7a, 0x32, 0x3f, 0x3b, 0xa0, 0x17, 0x51, 0x1b, 0x09, 0xe4, - 0x83, 0x73, 0xef, 0xb9, 0x58, 0x18, 0xf8, 0x1b, 0x43, 0x3a, 0x19, 0x8d, 0x15, 0xcc, 0xe8, 0x48, - 0x5a, 0xfd, 0x11, 0x32, 0x98, 0xd1, 0x91, 0xf1, 0x08, 0x88, 0x5e, 0x8e, 0x98, 0x45, 0xa6, 0x92, - 0xcd, 0x4f, 0xac, 0xe0, 0x2a, 0x08, 0xe9, 0x54, 0xde, 0x90, 0x84, 0x60, 0x7e, 0x32, 0xe0, 0x10, - 0xe3, 0x1d, 0xa8, 0x1e, 0xd9, 0x57, 0x26, 0xfd, 0x5a, 0x5c, 0x44, 0xdc, 0x84, 0xe2, 0xcc, 0xbe, - 0x62, 0xbc, 0x58, 0x39, 0x00, 0x11, 0x6d, 0xfc, 0xc3, 0x3c, 0x2c, 0x71, 0x4a, 0x72, 0x97, 0xbf, - 0xde, 0xee, 0xb8, 0xc8, 0x0b, 0xe5, 0xa9, 0xa4, 0x81, 0x16, 0x0e, 0xae, 0xec, 0xe2, 0xc1, 0x25, - 0xac, 0x95, 0xf2, 0xa1, 0x35, 0xe9, 0xaa, 0x71, 0xe7, 0x53, 0xf9, 0xba, 0x5a, 0xfc, 0x29, 0x88, - 0x7c, 0xf4, 0xea, 0x3f, 0xbf, 0x06, 0x1f, 0x77, 0xa6, 0x47, 0x8a, 0x1f, 0x6f, 0x9d, 0x3c, 0x8f, - 0xc5, 0x99, 0xa5, 0x83, 0x52, 0xb5, 0xcb, 0xa2, 0xbc, 0x5d, 0x1b, 0xd7, 0x2e, 0x17, 0xb4, 0xc8, - 0xd2, 0xcb, 0xb5, 0x48, 0x6e, 0xc6, 0x7c, 0x81, 0x16, 0x09, 0xaf, 0xa0, 0x45, 0xbe, 0x82, 0x23, - 0xfb, 0x26, 0x94, 0x50, 0xc8, 0xd2, 0x8e, 0x30, 0x26, 0x5c, 0xb1, 0x23, 0xec, 0x13, 0x4d, 0xcf, - 0xe2, 0x51, 0x34, 0xda, 0x19, 0x62, 0xd2, 0xaf, 0x7f, 0x3e, 0x0e, 0xc2, 0xaf, 0xa0, 0x28, 0xa0, - 0x6c, 0x41, 0xbb, 0xf6, 0x54, 0x3e, 0xe6, 0x89, 0xbf, 0xd9, 0xb0, 0xe1, 0x03, 0x7b, 0x5f, 0xcf, - 0x1d, 0x9f, 0x8e, 0xe5, 0x33, 0x5f, 0x0e, 0xee, 0x6f, 0x06, 0x61, 0x1d, 0x64, 0x3a, 0x9f, 0xeb, - 0x3d, 0x77, 0x05, 0xdf, 0x2a, 0x3a, 0xc1, 0x53, 0x96, 0x34, 0x08, 0x34, 0xf0, 0xe9, 0xdf, 0x99, - 0xe7, 0x4b, 0x09, 0xc1, 0xf8, 0xdd, 0x0c, 0x34, 0xc4, 0xee, 0x52, 0x38, 0x5d, 0xe5, 0x2a, 0x5c, - 0x17, 0xf4, 0xf1, 0xe2, 0x47, 0xbb, 0x0c, 0xa8, 0xa1, 0xa5, 0x49, 0x89, 0x0b, 0xdc, 0x52, 0x56, - 0x61, 0xc0, 0x3d, 0x21, 0x32, 0xbc, 0x0e, 0x15, 0x19, 0x70, 0x3e, 0x75, 0x26, 0xf2, 0x03, 0x1f, - 0x3c, 0xe2, 0xfc, 0xd0, 0x99, 0x48, 0x69, 0xc3, 0xb7, 0xc5, 0x6d, 0xef, 0x0c, 0x4a, 0x1b, 0xa6, - 0x1d, 0x52, 0xe3, 0x1f, 0x67, 0x60, 0x45, 0xeb, 0x8a, 0xd8, 0xb7, 0xdf, 0x87, 0xaa, 0x7a, 0x73, - 0x9b, 0x2a, 0x31, 0x77, 0x33, 0xce, 0xa3, 0xa2, 0x6c, 0x95, 0x91, 0x82, 0x04, 0xac, 0x31, 0x63, - 0xfb, 0x8a, 0x47, 0x45, 0xcf, 0xa7, 0x52, 0x93, 0x1c, 0xdb, 0x57, 0x7b, 0x94, 0x0e, 0xe6, 0x53, - 0x72, 0x17, 0xaa, 0xcf, 0x29, 0x7d, 0xa6, 0x08, 0x38, 0xeb, 0x05, 0x06, 0x13, 0x14, 0x06, 0xd4, - 0xa6, 0x9e, 0x1b, 0x9e, 0x2b, 0x12, 0x21, 0xe2, 0x23, 0x90, 0xd3, 0x18, 0x7f, 0x90, 0x85, 0x55, - 0x6e, 0xcf, 0x14, 0x76, 0x64, 0xc1, 0xba, 0x9a, 0xb0, 0xc4, 0x4d, 0xbb, 0x9c, 0x79, 0xed, 0xdf, - 0x30, 0x45, 0x9a, 0x7c, 0xf4, 0x8a, 0x36, 0x58, 0x79, 0xa1, 0xfc, 0x9a, 0xe1, 0xcf, 0x2d, 0x0e, - 0xff, 0xf5, 0xc3, 0x9b, 0xe6, 0x55, 0x2e, 0xa4, 0x79, 0x95, 0x5f, 0xc5, 0x97, 0xbb, 0x70, 0xf5, - 0xb9, 0xb8, 0xf8, 0x42, 0xe8, 0x23, 0xd8, 0x8c, 0xd1, 0x20, 0xb7, 0x76, 0x4e, 0x1d, 0x2a, 0xdf, - 0x20, 0x5a, 0xd3, 0xa8, 0x07, 0x12, 0xb7, 0x53, 0x84, 0x42, 0x30, 0xf2, 0x66, 0xd4, 0xd8, 0x80, - 0xb5, 0xf8, 0xa8, 0x8a, 0x63, 0xe2, 0xb7, 0x33, 0xd0, 0x14, 0x31, 0x40, 0x8e, 0x7b, 0xb6, 0xef, - 0x04, 0xa1, 0xe7, 0xab, 0xb7, 0xa9, 0x6f, 0x03, 0xf0, 0x8f, 0x8d, 0xa0, 0xe2, 0x2e, 0x1e, 0xcd, - 0x41, 0x08, 0xaa, 0xed, 0x37, 0xa1, 0x44, 0xdd, 0x31, 0x47, 0xf2, 0xd5, 0x50, 0xa4, 0xee, 0x58, - 0x2a, 0xfd, 0x0b, 0xc7, 0x70, 0x2d, 0x2e, 0x60, 0x88, 0xe7, 0x1f, 0xd8, 0xe8, 0xd0, 0x0b, 0x14, - 0x07, 0xf2, 0xea, 0xf9, 0x87, 0x43, 0xfb, 0x12, 0x23, 0x6a, 0x03, 0xe3, 0x2f, 0x67, 0x61, 0x39, - 0x6a, 0x1f, 0x7f, 0x00, 0xe7, 0xc5, 0x4f, 0xf9, 0xdc, 0x15, 0xcb, 0xc1, 0x61, 0xca, 0x92, 0x66, - 0xe5, 0x2d, 0xf1, 0xcd, 0xd9, 0x75, 0x89, 0x01, 0x15, 0x49, 0xe1, 0xcd, 0x43, 0xed, 0x55, 0xd3, - 0x32, 0x27, 0xe9, 0xcf, 0x43, 0xa6, 0xdd, 0x32, 0x35, 0xdf, 0x71, 0x85, 0x7e, 0x59, 0xb0, 0xa7, - 0x61, 0x17, 0xbf, 0x68, 0xc3, 0xc0, 0x2c, 0x1b, 0x9f, 0x48, 0x46, 0xc5, 0xe8, 0x1b, 0x5c, 0xd9, - 0xe1, 0x33, 0x87, 0x8a, 0x8e, 0xae, 0x09, 0xf0, 0x47, 0xf8, 0x95, 0x26, 0xf0, 0x3a, 0x54, 0x78, - 0xe1, 0xd1, 0x4d, 0x77, 0x7c, 0x62, 0x2c, 0xec, 0xba, 0x88, 0x17, 0x16, 0x37, 0x6f, 0x1e, 0xb3, - 0x33, 0x00, 0xaf, 0x0a, 0x43, 0x6c, 0x7e, 0x33, 0x03, 0x37, 0x53, 0xa6, 0x4d, 0xec, 0xf2, 0x36, - 0xac, 0x9c, 0x2a, 0xa4, 0x1c, 0x5d, 0xbe, 0xd5, 0x37, 0x24, 0x5b, 0x8d, 0x8f, 0xa9, 0xd9, 0x38, - 0x8d, 0x03, 0x22, 0x0d, 0x97, 0xcf, 0x60, 0xec, 0x1d, 0x05, 0x14, 0xa7, 0xf8, 0x34, 0x72, 0xe5, - 0xf2, 0x08, 0xb6, 0x3a, 0x97, 0x8c, 0x63, 0xa8, 0xb0, 0xdc, 0xd1, 0xb3, 0xb9, 0xf4, 0x7c, 0x25, - 0xac, 0xf9, 0x99, 0x57, 0xb2, 0xe6, 0x8f, 0xf9, 0x4d, 0x68, 0x55, 0xd6, 0x4f, 0x53, 0x08, 0x1e, - 0xa0, 0x2c, 0xcf, 0x09, 0x16, 0x21, 0x1f, 0x54, 0x60, 0x20, 0x5e, 0xa8, 0x11, 0xc0, 0xf2, 0xe1, - 0x7c, 0x12, 0x3a, 0x6d, 0x05, 0x22, 0x1f, 0x89, 0x3c, 0x58, 0x8f, 0x1c, 0xb5, 0xd4, 0x8a, 0x40, - 0x55, 0x84, 0x83, 0x35, 0x65, 0x05, 0x59, 0x8b, 0xf5, 0x2d, 0x4f, 0xe3, 0x35, 0x18, 0x37, 0x61, - 0x33, 0x4a, 0xf1, 0x61, 0x93, 0x47, 0xcd, 0xdf, 0xcc, 0xf0, 0xf0, 0x7d, 0x8e, 0x1b, 0xb8, 0xf6, - 0x2c, 0x38, 0xf7, 0x42, 0xd2, 0x81, 0xd5, 0xc0, 0x71, 0xcf, 0x26, 0x54, 0x2f, 0x3e, 0x10, 0x83, - 0xb0, 0x1e, 0x6f, 0x1b, 0xcf, 0x1a, 0x98, 0x2b, 0x3c, 0x47, 0x54, 0x5a, 0x40, 0x76, 0xae, 0x6b, - 0x64, 0xb4, 0x2c, 0x12, 0xa3, 0xb1, 0xd8, 0xf8, 0x2e, 0xd4, 0xe3, 0x15, 0x91, 0x4f, 0xc4, 0x03, - 0x02, 0x51, 0xab, 0x72, 0x89, 0xeb, 0xd3, 0xd1, 0x82, 0xa8, 0x44, 0x63, 0x1f, 0x18, 0x7f, 0x31, - 0x03, 0x4d, 0x93, 0xb2, 0x95, 0xab, 0xb5, 0x52, 0xae, 0x99, 0xef, 0x2f, 0x94, 0x7a, 0x7d, 0x5f, - 0xe5, 0xbb, 0x04, 0xb2, 0x45, 0xef, 0x5d, 0x3b, 0x19, 0xfb, 0x37, 0x16, 0x7a, 0xb4, 0x53, 0x82, - 0x25, 0x4e, 0x62, 0x6c, 0xc2, 0xba, 0x68, 0x8f, 0x6c, 0x4b, 0xe4, 0xaa, 0x8d, 0xd5, 0x18, 0x73, - 0xd5, 0x6e, 0x41, 0x93, 0xdf, 0xf3, 0xd5, 0x3b, 0x21, 0x32, 0xee, 0x02, 0x39, 0xb4, 0x47, 0xb6, - 0xef, 0x79, 0xee, 0x11, 0xf5, 0x45, 0x30, 0x34, 0x4a, 0x98, 0xe8, 0xc9, 0x94, 0xa2, 0x30, 0x4f, - 0xc9, 0xb7, 0x9c, 0x3d, 0x57, 0xc6, 0x7e, 0xf1, 0x94, 0xe1, 0xc3, 0xea, 0x8e, 0xfd, 0x8c, 0xca, - 0x92, 0xe4, 0x10, 0x3d, 0x86, 0xca, 0x4c, 0x15, 0x2a, 0xc7, 0x5d, 0xbe, 0xa7, 0xb2, 0x58, 0xad, - 0xa9, 0x53, 0x33, 0x16, 0xe4, 0x7b, 0x5e, 0x88, 0x6f, 0x17, 0x48, 0x67, 0x98, 0x59, 0x66, 0xa0, - 0xa7, 0xf4, 0xaa, 0x3b, 0x36, 0x1e, 0xc2, 0x5a, 0xbc, 0x4e, 0xc1, 0x5a, 0xb6, 0xa0, 0x34, 0x15, - 0x30, 0xd1, 0x7a, 0x95, 0x66, 0xca, 0x08, 0x53, 0xf9, 0x64, 0x9e, 0xee, 0xae, 0x52, 0xa9, 0x1e, - 0xc3, 0xe6, 0x02, 0x46, 0x14, 0x78, 0x17, 0xaa, 0x5a, 0x43, 0x78, 0x37, 0xf2, 0x4c, 0x64, 0x15, - 0x2d, 0x09, 0x8c, 0xcf, 0x60, 0x93, 0xeb, 0x63, 0x51, 0x76, 0x39, 0x04, 0x89, 0x5e, 0x64, 0x92, - 0xbd, 0xf8, 0x48, 0xaa, 0x79, 0x7a, 0xd6, 0xe8, 0xaa, 0xc0, 0x18, 0x71, 0x32, 0x7c, 0x47, 0x26, - 0x8d, 0x63, 0xd8, 0x58, 0x1c, 0x3e, 0xd6, 0xfe, 0x9f, 0x69, 0xc8, 0xe5, 0xf0, 0x44, 0x68, 0x35, - 0x3c, 0xff, 0x25, 0xc3, 0xc7, 0x27, 0x86, 0x12, 0xcd, 0x1c, 0x03, 0x99, 0xd2, 0xf0, 0xdc, 0x1b, - 0x5b, 0x8b, 0x35, 0x3f, 0x52, 0xd1, 0x43, 0xa9, 0x79, 0xb7, 0x0f, 0x31, 0xa3, 0x86, 0x11, 0x71, - 0xec, 0xd3, 0x24, 0x7c, 0x6b, 0x04, 0x1b, 0xe9, 0xc4, 0x29, 0x31, 0x37, 0x1f, 0xc6, 0x05, 0xf5, - 0xdb, 0xd7, 0x76, 0x9f, 0x35, 0x4b, 0x97, 0xdb, 0x7f, 0xab, 0x04, 0x45, 0x61, 0x25, 0x21, 0xdb, - 0x90, 0x1f, 0xc9, 0xf8, 0xcd, 0xe8, 0xad, 0x3a, 0x81, 0x95, 0xff, 0xdb, 0x18, 0xc5, 0xc9, 0xe8, - 0xc8, 0x63, 0xa8, 0xc7, 0x43, 0x18, 0x12, 0xef, 0x58, 0xc4, 0x63, 0x0f, 0x6a, 0xa3, 0x84, 0xb3, - 0xba, 0x1c, 0x09, 0x57, 0x5c, 0xe6, 0x2c, 0x9d, 0x6b, 0xd2, 0x97, 0xe7, 0x32, 0x7d, 0x2d, 0x38, - 0xb7, 0xad, 0x87, 0x8f, 0x3e, 0x16, 0x0f, 0x59, 0x54, 0x10, 0x38, 0x38, 0xb7, 0x1f, 0x3e, 0xfa, - 0x38, 0xa9, 0x89, 0x89, 0x67, 0x2c, 0x34, 0x4d, 0x6c, 0x0d, 0x0a, 0xfc, 0xc1, 0x6b, 0x1e, 0x88, - 0xc7, 0x13, 0xe4, 0x01, 0xac, 0x49, 0xc3, 0x9b, 0xb8, 0x32, 0xc1, 0x4f, 0xd1, 0x12, 0xbf, 0xa5, - 0x2a, 0x70, 0x03, 0x44, 0x71, 0x53, 0xdd, 0x06, 0x2c, 0x9d, 0x47, 0x2f, 0x98, 0xd7, 0x4c, 0x91, - 0x32, 0xfe, 0xa0, 0x00, 0x15, 0x6d, 0x50, 0x48, 0x15, 0x4a, 0x66, 0x67, 0xd0, 0x31, 0xbf, 0xe8, - 0xec, 0x36, 0x6e, 0x90, 0x7b, 0xf0, 0x56, 0xb7, 0xd7, 0xee, 0x9b, 0x66, 0xa7, 0x3d, 0xb4, 0xfa, - 0xa6, 0x25, 0x5f, 0x4c, 0x3c, 0x6a, 0x7d, 0x75, 0xd8, 0xe9, 0x0d, 0xad, 0xdd, 0xce, 0xb0, 0xd5, - 0x3d, 0x18, 0x34, 0x32, 0xe4, 0x35, 0x68, 0x46, 0x94, 0x12, 0xdd, 0x3a, 0xec, 0x1f, 0xf7, 0x86, - 0x8d, 0x2c, 0xb9, 0x03, 0xb7, 0xf6, 0xba, 0xbd, 0xd6, 0x81, 0x15, 0xd1, 0xb4, 0x0f, 0x86, 0x5f, - 0x58, 0x9d, 0x5f, 0x3c, 0xea, 0x9a, 0x5f, 0x35, 0x72, 0x69, 0x04, 0xfb, 0xc3, 0x83, 0xb6, 0x2c, - 0x21, 0x4f, 0x6e, 0xc2, 0x3a, 0x27, 0xe0, 0x59, 0xac, 0x61, 0xbf, 0x6f, 0x0d, 0xfa, 0xfd, 0x5e, - 0xa3, 0x40, 0x56, 0xa0, 0xd6, 0xed, 0x7d, 0xd1, 0x3a, 0xe8, 0xee, 0x5a, 0x66, 0xa7, 0x75, 0x70, - 0xd8, 0x58, 0x22, 0xab, 0xb0, 0x9c, 0xa4, 0x2b, 0xb2, 0x22, 0x24, 0x5d, 0xbf, 0xd7, 0xed, 0xf7, - 0xac, 0x2f, 0x3a, 0xe6, 0xa0, 0xdb, 0xef, 0x35, 0x4a, 0x64, 0x03, 0x48, 0x1c, 0xb5, 0x7f, 0xd8, - 0x6a, 0x37, 0xca, 0x64, 0x1d, 0x56, 0xe2, 0xf0, 0xa7, 0x9d, 0xaf, 0x1a, 0x40, 0x9a, 0xb0, 0xc6, - 0x1b, 0x66, 0xed, 0x74, 0x0e, 0xfa, 0x5f, 0x5a, 0x87, 0xdd, 0x5e, 0xf7, 0xf0, 0xf8, 0xb0, 0x51, - 0xc1, 0x77, 0x6b, 0x3b, 0x1d, 0xab, 0xdb, 0x1b, 0x1c, 0xef, 0xed, 0x75, 0xdb, 0xdd, 0x4e, 0x6f, - 0xd8, 0xa8, 0xf2, 0x9a, 0xd3, 0x3a, 0x5e, 0x63, 0x19, 0xc4, 0xbd, 0x2a, 0x6b, 0xb7, 0x3b, 0x68, - 0xed, 0x1c, 0x74, 0x76, 0x1b, 0x75, 0x72, 0x1b, 0x6e, 0x0e, 0x3b, 0x87, 0x47, 0x7d, 0xb3, 0x65, - 0x7e, 0x25, 0xef, 0x5d, 0x59, 0x7b, 0xad, 0xee, 0xc1, 0xb1, 0xd9, 0x69, 0x2c, 0x93, 0x37, 0xe0, - 0xb6, 0xd9, 0xf9, 0xf1, 0x71, 0xd7, 0xec, 0xec, 0x5a, 0xbd, 0xfe, 0x6e, 0xc7, 0xda, 0xeb, 0xb4, - 0x86, 0xc7, 0x66, 0xc7, 0x3a, 0xec, 0x0e, 0x06, 0xdd, 0xde, 0x93, 0x46, 0x83, 0xbc, 0x05, 0x77, - 0x15, 0x89, 0x2a, 0x20, 0x41, 0xb5, 0xc2, 0xfa, 0x27, 0xa7, 0xb4, 0xd7, 0xf9, 0xc5, 0xa1, 0x75, - 0xd4, 0xe9, 0x98, 0x0d, 0x42, 0xb6, 0x60, 0x23, 0xaa, 0x9e, 0x57, 0x20, 0xea, 0x5e, 0x65, 0xb8, - 0xa3, 0x8e, 0x79, 0xd8, 0xea, 0xb1, 0x09, 0x8e, 0xe1, 0xd6, 0x58, 0xb3, 0x23, 0x5c, 0xb2, 0xd9, - 0xeb, 0x84, 0x40, 0x5d, 0x9b, 0x95, 0xbd, 0x96, 0xd9, 0xd8, 0x20, 0xcb, 0x50, 0x39, 0x3c, 0x3a, - 0xb2, 0x86, 0xdd, 0xc3, 0x4e, 0xff, 0x78, 0xd8, 0xd8, 0x24, 0xeb, 0xd0, 0xe8, 0xf6, 0x86, 0x1d, - 0x93, 0xcd, 0xb5, 0xcc, 0xfa, 0x5f, 0x8b, 0x64, 0x0d, 0x96, 0x65, 0x4b, 0x25, 0xf4, 0x8f, 0x8b, - 0x64, 0x13, 0xc8, 0x71, 0xcf, 0xec, 0xb4, 0x76, 0xd9, 0xc0, 0x29, 0xc4, 0x7f, 0x2b, 0x0a, 0x77, - 0xe6, 0xef, 0xe6, 0x94, 0xb0, 0x17, 0xc5, 0x07, 0xc5, 0x3f, 0xf8, 0x51, 0xd5, 0x3e, 0xd4, 0xf1, - 0xb2, 0xcf, 0x76, 0x69, 0xaa, 0x79, 0x6e, 0x41, 0x35, 0x5f, 0xb0, 0xfd, 0xd4, 0x74, 0xdd, 0xe1, - 0x4d, 0xa8, 0x4d, 0xf9, 0xc7, 0x3f, 0xc4, 0xfb, 0xf5, 0x20, 0x82, 0xe5, 0x38, 0x90, 0x3f, 0x5e, - 0xbf, 0xf0, 0xdd, 0xaa, 0xc2, 0xe2, 0x77, 0xab, 0xd2, 0xf4, 0xc3, 0xa5, 0x34, 0xfd, 0xf0, 0x3e, - 0xac, 0x70, 0xd6, 0xe4, 0xb8, 0xce, 0x54, 0x5a, 0x5d, 0xb8, 0x16, 0xb1, 0x8c, 0x2c, 0x8a, 0xc3, - 0xa5, 0x3a, 0x2a, 0x55, 0x56, 0xc1, 0x42, 0x8a, 0x42, 0x5b, 0x8d, 0x69, 0xaa, 0x9c, 0x73, 0x28, - 0x4d, 0x55, 0xd5, 0x60, 0x5f, 0x46, 0x35, 0x54, 0xb4, 0x1a, 0x38, 0x1c, 0x6b, 0xb8, 0x0f, 0x2b, - 0xf4, 0x32, 0xf4, 0x6d, 0xcb, 0x9b, 0xd9, 0x5f, 0xcf, 0x31, 0xde, 0xc2, 0x46, 0x1b, 0x50, 0xd5, - 0x5c, 0x46, 0x44, 0x1f, 0xe1, 0xbb, 0x76, 0x68, 0x1b, 0xbf, 0x02, 0xa0, 0x4e, 0xd5, 0x31, 0x63, - 0x80, 0xae, 0x27, 0xaf, 0xdd, 0x55, 0x4d, 0x9e, 0xc0, 0x79, 0x0c, 0x3d, 0xdf, 0x3e, 0xa3, 0x5d, - 0xf9, 0x16, 0x4c, 0x04, 0x20, 0xb7, 0x20, 0xe7, 0xcd, 0x64, 0x28, 0x59, 0x59, 0x3e, 0xc8, 0x3c, - 0x33, 0x19, 0xd4, 0xf8, 0x18, 0xb2, 0xfd, 0xd9, 0xb5, 0xa2, 0x52, 0x13, 0x8a, 0xf2, 0x4b, 0x95, - 0x59, 0x0c, 0x1f, 0x93, 0xc9, 0xfb, 0x7f, 0x1a, 0x2a, 0xda, 0xf7, 0x6a, 0xc8, 0x26, 0xac, 0x7e, - 0xd9, 0x1d, 0xf6, 0x3a, 0x83, 0x81, 0x75, 0x74, 0xbc, 0xf3, 0xb4, 0xf3, 0x95, 0xb5, 0xdf, 0x1a, - 0xec, 0x37, 0x6e, 0x30, 0x5e, 0xd2, 0xeb, 0x0c, 0x86, 0x9d, 0xdd, 0x18, 0x3c, 0x43, 0x5e, 0x87, - 0xad, 0xe3, 0xde, 0xf1, 0xa0, 0xb3, 0x6b, 0xa5, 0xe5, 0xcb, 0xb2, 0xcd, 0x23, 0xf0, 0x29, 0xd9, - 0x73, 0xf7, 0x7f, 0x15, 0xea, 0xf1, 0x97, 0x11, 0x08, 0xc0, 0xd2, 0x41, 0xe7, 0x49, 0xab, 0xfd, - 0x15, 0x7f, 0x70, 0x7b, 0x30, 0x6c, 0x0d, 0xbb, 0x6d, 0x4b, 0x3c, 0xb0, 0xcd, 0x18, 0x55, 0x86, - 0x54, 0xa0, 0xd8, 0xea, 0xb5, 0xf7, 0xfb, 0xe6, 0xa0, 0x91, 0x25, 0xaf, 0xc1, 0xa6, 0xdc, 0x42, - 0xed, 0xfe, 0xe1, 0x61, 0x77, 0x88, 0x3c, 0x7a, 0xf8, 0xd5, 0x11, 0xdb, 0x31, 0xf7, 0x6d, 0x28, - 0x47, 0x6f, 0x83, 0x23, 0xdf, 0xeb, 0x0e, 0xbb, 0xad, 0x61, 0xc4, 0xf4, 0x1b, 0x37, 0x18, 0x5b, - 0x8d, 0xc0, 0xf8, 0xc0, 0x77, 0x23, 0xc3, 0x2f, 0x8f, 0x4a, 0x20, 0xaf, 0xbd, 0x91, 0x65, 0x7b, - 0x3d, 0x82, 0xee, 0xf4, 0x87, 0xac, 0x0b, 0xbf, 0x06, 0xf5, 0xf8, 0x13, 0xdc, 0xa4, 0x01, 0x55, - 0x56, 0xbf, 0x56, 0x05, 0xc0, 0x12, 0x6f, 0x71, 0x23, 0xc3, 0x19, 0x7b, 0xbb, 0x7f, 0xd8, 0xed, - 0x3d, 0xc1, 0xd3, 0xa0, 0x91, 0x65, 0xa0, 0xfe, 0xf1, 0xf0, 0x49, 0x5f, 0x81, 0x72, 0x2c, 0x07, - 0xef, 0x4e, 0x23, 0x7f, 0xff, 0x6b, 0x58, 0x59, 0x78, 0xac, 0x9b, 0xb5, 0xba, 0x7f, 0x3c, 0x6c, - 0xf7, 0x0f, 0xf5, 0x7a, 0x2a, 0x50, 0x6c, 0x1f, 0xb4, 0xba, 0x87, 0xe8, 0x08, 0xa9, 0x41, 0xf9, - 0xb8, 0x27, 0x93, 0xd9, 0xf8, 0x33, 0xe3, 0x39, 0xc6, 0xa2, 0xf6, 0xba, 0xe6, 0x60, 0x68, 0x0d, - 0x86, 0xad, 0x27, 0x9d, 0x46, 0x9e, 0xe5, 0x95, 0xfc, 0xaa, 0x70, 0xff, 0x33, 0xa8, 0xc7, 0xe3, - 0x9e, 0xe3, 0x0e, 0xac, 0x2d, 0xd8, 0xd8, 0xe9, 0x0c, 0xbf, 0xec, 0x74, 0x7a, 0x38, 0xe5, 0xed, - 0x4e, 0x6f, 0x68, 0xb6, 0x0e, 0xba, 0xc3, 0xaf, 0x1a, 0x99, 0xfb, 0x8f, 0xa1, 0x91, 0x0c, 0x32, - 0x88, 0x45, 0x65, 0xbc, 0x28, 0x7c, 0xe3, 0xfe, 0x7f, 0xcc, 0xc0, 0x5a, 0x9a, 0x7f, 0x8d, 0x2d, - 0x4c, 0xc1, 0x08, 0xd9, 0x71, 0x38, 0xe8, 0xf7, 0xac, 0x5e, 0x1f, 0xdf, 0xdd, 0xdd, 0x82, 0x8d, - 0x04, 0x42, 0xf6, 0x22, 0x43, 0x6e, 0xc1, 0xe6, 0x42, 0x26, 0xcb, 0xec, 0x1f, 0xe3, 0x5c, 0x36, - 0x61, 0x2d, 0x81, 0xec, 0x98, 0x66, 0xdf, 0x6c, 0xe4, 0xc8, 0x7b, 0x70, 0x2f, 0x81, 0x59, 0x14, - 0x02, 0xa4, 0x8c, 0x90, 0x27, 0xef, 0xc0, 0x9b, 0x0b, 0xd4, 0xd1, 0x39, 0x69, 0xed, 0xb4, 0x0e, - 0x58, 0xf7, 0x1a, 0x85, 0xfb, 0x7f, 0x2f, 0x07, 0x10, 0x5d, 0x2c, 0x64, 0xf5, 0xef, 0xb6, 0x86, - 0xad, 0x83, 0x3e, 0xdb, 0x33, 0x66, 0x7f, 0xc8, 0x4a, 0x37, 0x3b, 0x3f, 0x6e, 0xdc, 0x48, 0xc5, - 0xf4, 0x8f, 0x58, 0x87, 0x36, 0x61, 0x95, 0xaf, 0xbf, 0x03, 0xd6, 0x0d, 0xb6, 0x5c, 0xf0, 0x09, - 0x67, 0x94, 0x34, 0x8e, 0x8f, 0xf6, 0xcc, 0x7e, 0x6f, 0x68, 0x0d, 0xf6, 0x8f, 0x87, 0xbb, 0xf8, - 0x00, 0x74, 0xdb, 0xec, 0x1e, 0xf1, 0x32, 0xf3, 0x2f, 0x22, 0x60, 0x45, 0x17, 0xd8, 0x06, 0x7f, - 0xd2, 0x1f, 0x0c, 0xba, 0x47, 0xd6, 0x8f, 0x8f, 0x3b, 0x66, 0xb7, 0x33, 0xc0, 0x8c, 0x4b, 0x29, - 0x70, 0x46, 0x5f, 0x64, 0x6b, 0x76, 0x78, 0xf0, 0x85, 0x10, 0x20, 0x18, 0x69, 0x29, 0x0e, 0x62, - 0x54, 0x65, 0x36, 0x3b, 0xec, 0x04, 0x4e, 0x29, 0x19, 0xae, 0xc1, 0xb1, 0x7c, 0x15, 0x26, 0x5b, - 0x2c, 0xec, 0x7c, 0xcc, 0x56, 0x4d, 0x47, 0xb1, 0x5c, 0x28, 0x76, 0x28, 0x21, 0x6d, 0x77, 0xd7, - 0xc4, 0x0c, 0xf5, 0x05, 0x28, 0xa3, 0x5d, 0x66, 0x8b, 0x90, 0x1d, 0xd1, 0x8c, 0xa4, 0x21, 0x13, - 0x0c, 0xb3, 0xf2, 0xf0, 0x9f, 0xbf, 0x01, 0x65, 0x75, 0xc1, 0x80, 0xfc, 0x08, 0x6a, 0xb1, 0x1b, - 0xdf, 0x44, 0x9a, 0xf0, 0xd3, 0x2e, 0x88, 0x6f, 0xbd, 0x96, 0x8e, 0x14, 0xca, 0xc9, 0xa1, 0x66, - 0x0d, 0xe0, 0x85, 0xbd, 0x96, 0xd4, 0xd0, 0x63, 0xa5, 0xdd, 0xbe, 0x06, 0x2b, 0x8a, 0x7b, 0x8a, - 0xaf, 0x49, 0xeb, 0x9f, 0x3d, 0x26, 0xb7, 0xa3, 0xa7, 0x7d, 0x53, 0x3e, 0x87, 0xbc, 0x75, 0x73, - 0xf1, 0x03, 0xc5, 0xf2, 0x8b, 0xc6, 0xbb, 0x50, 0xd1, 0xbe, 0xe6, 0x47, 0x6e, 0x5e, 0xfb, 0xe5, - 0xc1, 0xad, 0xad, 0x34, 0x94, 0x68, 0xd2, 0xe7, 0x50, 0x56, 0x5f, 0x76, 0x23, 0x9b, 0xda, 0x57, - 0xf9, 0xf4, 0xef, 0xd3, 0x6d, 0x35, 0x17, 0x11, 0x22, 0xff, 0x2e, 0x54, 0xb4, 0x0f, 0xb4, 0xa9, - 0x56, 0x2c, 0x7e, 0x04, 0x4e, 0xb5, 0x22, 0xed, 0x7b, 0x6e, 0x07, 0xb0, 0x2e, 0x6c, 0x0e, 0x27, - 0xf4, 0x9b, 0x0c, 0x4f, 0xca, 0xf7, 0x9b, 0x1f, 0x64, 0xc8, 0x63, 0x28, 0xc9, 0x4f, 0xf1, 0x91, - 0x8d, 0xf4, 0x0f, 0x0d, 0x6e, 0x6d, 0x2e, 0xc0, 0x45, 0x53, 0x5a, 0x00, 0xd1, 0xa7, 0xdf, 0x88, - 0xec, 0xf8, 0xc2, 0xa7, 0xe4, 0xd4, 0xcc, 0xa4, 0x7c, 0x27, 0x6e, 0x17, 0x2a, 0xda, 0x57, 0xde, - 0xd4, 0x98, 0x2c, 0x7e, 0x21, 0x4e, 0x8d, 0x49, 0xda, 0x47, 0xe1, 0x7e, 0x04, 0xb5, 0xd8, 0xe7, - 0xda, 0xd4, 0x3a, 0x4e, 0xfb, 0x18, 0x9c, 0x5a, 0xc7, 0xe9, 0x5f, 0x78, 0xdb, 0x85, 0x8a, 0xf6, - 0x09, 0x35, 0xd5, 0xa2, 0xc5, 0xef, 0xb8, 0xa9, 0x16, 0xa5, 0x7c, 0x71, 0x8d, 0xed, 0x86, 0xf8, - 0xf7, 0xd3, 0xd4, 0x6e, 0x48, 0xfd, 0x10, 0x9b, 0xda, 0x0d, 0xe9, 0x1f, 0x5d, 0x63, 0x4b, 0x4f, - 0x3d, 0x23, 0x4f, 0x36, 0x63, 0xaa, 0x7e, 0xf4, 0x1e, 0xbd, 0x5a, 0x7a, 0x8b, 0x2f, 0xce, 0x3f, - 0x81, 0x55, 0xb5, 0x68, 0xd4, 0x23, 0xf0, 0x81, 0x6a, 0x53, 0xea, 0x53, 0xf3, 0x5b, 0x8d, 0x24, - 0xf6, 0x41, 0x86, 0x7c, 0x0a, 0x45, 0xf1, 0xb2, 0x36, 0x59, 0x4f, 0xbe, 0xb4, 0xcd, 0x1b, 0xb1, - 0x91, 0xfe, 0x00, 0x37, 0x39, 0xc2, 0x0d, 0xad, 0x3f, 0x7d, 0xad, 0xaf, 0xd8, 0x94, 0xd7, 0xb2, - 0xb7, 0x5e, 0xbf, 0x0e, 0x1d, 0x95, 0x98, 0x7c, 0xae, 0xfd, 0xf6, 0x75, 0x2f, 0xb1, 0xc4, 0x4b, - 0xbc, 0xee, 0xc9, 0xb8, 0x27, 0x50, 0xd5, 0xbf, 0xde, 0x43, 0xf4, 0x7d, 0x98, 0x2c, 0xeb, 0x56, - 0x2a, 0x4e, 0x14, 0xf4, 0x05, 0x6c, 0xa8, 0xf1, 0xd6, 0x9f, 0x05, 0x09, 0xc8, 0x9d, 0x94, 0xc7, - 0x42, 0x62, 0xa3, 0x7e, 0xf3, 0xda, 0xd7, 0x44, 0x1e, 0x64, 0x90, 0xc9, 0xc6, 0x3e, 0xb8, 0x11, - 0x31, 0xd9, 0xb4, 0xef, 0x8c, 0x44, 0x4c, 0x36, 0xfd, 0x2b, 0x1d, 0x2d, 0x58, 0xd6, 0x9e, 0x35, - 0x19, 0x5c, 0xb9, 0x23, 0xb5, 0xde, 0x17, 0xdf, 0x24, 0xde, 0x4a, 0xb3, 0x7c, 0x93, 0x36, 0x54, - 0xf4, 0x97, 0x51, 0x5e, 0x90, 0x7d, 0x53, 0x43, 0xe9, 0xcf, 0xce, 0x3e, 0xc8, 0x90, 0x03, 0x68, - 0x24, 0xdf, 0x31, 0x54, 0x5b, 0x38, 0xed, 0xed, 0xc7, 0xad, 0x04, 0x32, 0xf6, 0xfa, 0x21, 0x5b, - 0x17, 0xb1, 0xef, 0x04, 0x7b, 0x7e, 0xf2, 0x28, 0x8a, 0x7f, 0x3f, 0x58, 0x95, 0x96, 0xf6, 0xe5, - 0xe8, 0x7b, 0x99, 0x07, 0x19, 0xb2, 0x07, 0xd5, 0xd8, 0x33, 0x5e, 0xb1, 0xbb, 0x2e, 0x89, 0x6e, - 0x36, 0x75, 0x5c, 0xa2, 0x9f, 0x87, 0x50, 0x8f, 0x87, 0x68, 0xa8, 0x86, 0xa5, 0xc6, 0x91, 0xa8, - 0xe9, 0x4b, 0x8f, 0xeb, 0x20, 0x3f, 0xe0, 0x5f, 0xc1, 0x97, 0xa1, 0x7c, 0x64, 0xf1, 0xab, 0xe9, - 0x6a, 0xce, 0xf4, 0x6f, 0x8c, 0x1b, 0xb9, 0xbf, 0x90, 0xcd, 0x60, 0xbf, 0xbe, 0xcf, 0xbf, 0x41, - 0x2b, 0xa3, 0xb9, 0xd8, 0xfc, 0xbf, 0x6a, 0x21, 0x64, 0x8f, 0x57, 0x2e, 0xbe, 0x00, 0x1e, 0x71, - 0xee, 0x85, 0xaf, 0x82, 0xbf, 0xa4, 0x0d, 0x2d, 0xde, 0x06, 0x91, 0x27, 0xb6, 0x06, 0x5f, 0xb1, - 0x2c, 0xf2, 0x09, 0x40, 0x14, 0x22, 0x4b, 0x12, 0x81, 0x9a, 0x6a, 0x43, 0xa5, 0x44, 0xd1, 0x76, - 0xf8, 0x7e, 0x57, 0x91, 0xa2, 0xfa, 0x91, 0x1c, 0x0f, 0x5a, 0x8d, 0x1d, 0xc9, 0xc9, 0x62, 0x3e, - 0x84, 0xda, 0x81, 0xe7, 0x3d, 0x9b, 0xcf, 0xd4, 0x3d, 0x8b, 0x78, 0x18, 0xd3, 0xbe, 0x1d, 0x9c, - 0x6f, 0x25, 0x9a, 0x45, 0x5a, 0xb0, 0xa2, 0x58, 0x44, 0x14, 0xaa, 0x1a, 0x27, 0x8a, 0x31, 0x86, - 0x44, 0x01, 0x0f, 0x32, 0xe4, 0x21, 0x54, 0x77, 0xe9, 0x08, 0x9f, 0xd9, 0xc0, 0xa0, 0x99, 0xd5, - 0x58, 0x00, 0x06, 0x8f, 0xb6, 0xd9, 0xaa, 0xc5, 0x80, 0x92, 0xc5, 0x45, 0x81, 0x5b, 0xfa, 0x99, - 0x11, 0x8f, 0x7e, 0x8a, 0xb1, 0xb8, 0x85, 0xe0, 0xad, 0x2f, 0x60, 0x65, 0x21, 0x34, 0x4a, 0x71, - 0xb7, 0xeb, 0x02, 0xaa, 0xb6, 0xee, 0x5e, 0x4f, 0x20, 0xca, 0xfd, 0x21, 0xd4, 0xf8, 0x2b, 0xc4, - 0x27, 0x94, 0x5f, 0x93, 0x4d, 0xbc, 0x31, 0xa5, 0xdf, 0xc1, 0x4d, 0xb2, 0x24, 0x9e, 0xe1, 0x09, - 0x7e, 0x9b, 0x44, 0xbb, 0x84, 0xaa, 0xe6, 0x75, 0xf1, 0x62, 0xac, 0x9a, 0xd7, 0xb4, 0xfb, 0xae, - 0x9f, 0x41, 0xe5, 0x09, 0x0d, 0xe5, 0xb5, 0x4e, 0x25, 0x1f, 0x25, 0xee, 0x79, 0x6e, 0xa5, 0x5c, - 0xc6, 0x25, 0x1f, 0x63, 0x56, 0xf5, 0x44, 0xc1, 0x86, 0x56, 0x8b, 0x9e, 0x75, 0x39, 0x01, 0x67, - 0xd2, 0x87, 0xf6, 0x50, 0x89, 0x6a, 0xf8, 0xe2, 0xc3, 0x34, 0xaa, 0xe1, 0x69, 0xef, 0x9a, 0xfc, - 0x80, 0x8f, 0x80, 0x76, 0x91, 0x34, 0x12, 0xc1, 0x92, 0x77, 0x4e, 0x55, 0xf3, 0x75, 0xf2, 0x47, - 0x00, 0x83, 0xd0, 0x9b, 0xed, 0xda, 0x74, 0xea, 0xb9, 0x11, 0x4f, 0x88, 0xae, 0x30, 0x46, 0x1b, - 0x51, 0xbb, 0xc7, 0x48, 0xbe, 0xd4, 0x64, 0xd3, 0xd8, 0x94, 0xc8, 0x69, 0xbf, 0xf6, 0x96, 0xa3, - 0xea, 0x4e, 0xca, 0x4d, 0x47, 0x64, 0x12, 0x10, 0x45, 0x9e, 0x29, 0x49, 0x73, 0x21, 0xa8, 0x4d, - 0xed, 0xf5, 0x94, 0x30, 0xb5, 0xcf, 0xa1, 0x1c, 0x85, 0xec, 0x6c, 0x46, 0xaf, 0x26, 0xc5, 0x02, - 0x7c, 0x14, 0xf7, 0x5e, 0x0c, 0x97, 0xe9, 0xc1, 0x2a, 0x6f, 0x8e, 0x3a, 0xfe, 0xf0, 0xa2, 0x9d, - 0xfa, 0xb4, 0xce, 0x62, 0x9c, 0x8a, 0xda, 0x3f, 0x69, 0xd1, 0x16, 0x6c, 0xff, 0x2c, 0x78, 0xed, - 0xd5, 0xfe, 0xb9, 0x2e, 0x0c, 0x43, 0xed, 0x9f, 0xeb, 0x1d, 0xfe, 0x3d, 0x58, 0x4d, 0xf1, 0xbf, - 0x93, 0x37, 0xa4, 0x62, 0x73, 0xad, 0x6f, 0x7e, 0x2b, 0xd5, 0x4f, 0x4b, 0x86, 0xb0, 0xc9, 0xf3, - 0xb4, 0x26, 0x93, 0x84, 0xbb, 0xf7, 0x75, 0x2d, 0x43, 0x8a, 0x0b, 0x3b, 0x26, 0xca, 0x24, 0xdc, - 0xd8, 0x3d, 0x68, 0x24, 0x3d, 0xa5, 0xe4, 0x7a, 0xf2, 0xad, 0x3b, 0x31, 0x91, 0x7d, 0xd1, 0xbb, - 0x4a, 0xbe, 0x50, 0xfe, 0xda, 0x44, 0x1b, 0xef, 0x44, 0x5f, 0x84, 0x4b, 0xf5, 0x2e, 0x2b, 0x6d, - 0x20, 0xd5, 0xdd, 0x4b, 0x7e, 0x11, 0x36, 0x93, 0x2b, 0x5a, 0x96, 0x7c, 0x37, 0x6d, 0xb8, 0xae, - 0x15, 0xe5, 0xe2, 0x1d, 0x7a, 0x90, 0x61, 0x8c, 0x58, 0xf7, 0xaa, 0xaa, 0x85, 0x94, 0xe2, 0xde, - 0x55, 0x0b, 0x29, 0xd5, 0x0d, 0x7b, 0x04, 0xcb, 0x09, 0x87, 0xaa, 0x12, 0x83, 0xd3, 0x5d, 0xb0, - 0x4a, 0x0c, 0xbe, 0xce, 0x0f, 0x3b, 0x80, 0x46, 0xd2, 0x55, 0xaa, 0xe6, 0xfa, 0x1a, 0xf7, 0xeb, - 0xd6, 0x9d, 0x6b, 0xf1, 0xf1, 0x66, 0x6a, 0x4e, 0xc5, 0x58, 0x33, 0x17, 0x5d, 0xa1, 0xb1, 0x66, - 0xa6, 0xb8, 0x34, 0x77, 0xde, 0xf9, 0xa5, 0xef, 0x9c, 0x39, 0xe1, 0xf9, 0xfc, 0x64, 0x7b, 0xe4, - 0x4d, 0xdf, 0x9f, 0x48, 0xab, 0x86, 0xb8, 0x77, 0xfe, 0xfe, 0xc4, 0x1d, 0xbf, 0x8f, 0x05, 0x9c, - 0x2c, 0xcd, 0x7c, 0x2f, 0xf4, 0x3e, 0xfc, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x34, 0x23, 0x20, - 0x4e, 0x8f, 0x8b, 0x00, 0x00, + // 12123 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x7d, 0x59, 0x6c, 0x23, 0x49, + 0x96, 0x58, 0xf1, 0x12, 0xc9, 0x47, 0x52, 0xa2, 0x42, 0x17, 0x4b, 0xd5, 0xd5, 0x55, 0x9d, 0xdd, + 0xd3, 0x5d, 0x53, 0x3d, 0xa3, 0xae, 0xae, 0xee, 0xea, 0x63, 0xda, 0x3b, 0x33, 0x14, 0x45, 0x95, + 0x38, 0x25, 0x91, 0x9a, 0x24, 0xd5, 0xbd, 0xbd, 0xd8, 0xdd, 0xdc, 0x14, 0x19, 0x92, 0xd2, 0x45, + 0x66, 0xb2, 0x33, 0x93, 0x55, 0xd2, 0x18, 0x06, 0xf6, 0x63, 0x7d, 0x60, 0xb1, 0x30, 0x60, 0xc0, + 0x6b, 0xc0, 0xc7, 0xc2, 0x17, 0x6c, 0xff, 0x2d, 0x0c, 0xef, 0xda, 0x5f, 0xfe, 0xf6, 0xc2, 0x80, + 0x0f, 0x18, 0x5e, 0xc3, 0x07, 0x16, 0x0b, 0x18, 0xb0, 0xd7, 0x1f, 0x06, 0x8c, 0x05, 0xec, 0x1f, + 0x7f, 0x18, 0x30, 0xe2, 0xc5, 0x91, 0x91, 0x87, 0xaa, 0xaa, 0x67, 0xdb, 0xf3, 0x23, 0x31, 0x5e, + 0xbc, 0xb8, 0x23, 0x5e, 0xbc, 0x2b, 0x5e, 0x42, 0xd5, 0x9f, 0x8f, 0x77, 0xe6, 0xbe, 0x17, 0x7a, + 0xa4, 0x34, 0x75, 0xfd, 0xf9, 0xd8, 0xf8, 0xa3, 0x1c, 0x14, 0x4f, 0xc2, 0x4b, 0x8f, 0x3c, 0x82, + 0xba, 0x3d, 0x99, 0xf8, 0x34, 0x08, 0xac, 0xf0, 0x6a, 0x4e, 0x5b, 0xb9, 0xbb, 0xb9, 0x7b, 0xcb, + 0x0f, 0xc9, 0x0e, 0xa2, 0xed, 0xb4, 0x79, 0xd6, 0xe8, 0x6a, 0x4e, 0xcd, 0x9a, 0x1d, 0x25, 0x48, + 0x0b, 0xca, 0x22, 0xd9, 0xca, 0xdf, 0xcd, 0xdd, 0xab, 0x9a, 0x32, 0x49, 0x6e, 0x03, 0xd8, 0x33, + 0x6f, 0xe1, 0x86, 0x56, 0x60, 0x87, 0xad, 0xc2, 0xdd, 0xdc, 0xbd, 0x82, 0x59, 0xe5, 0x90, 0xa1, + 0x1d, 0x92, 0x5b, 0x50, 0x9d, 0x3f, 0xb5, 0x82, 0xb1, 0xef, 0xcc, 0xc3, 0x56, 0x11, 0x8b, 0x56, + 0xe6, 0x4f, 0x87, 0x98, 0x26, 0xef, 0x42, 0xc5, 0x5b, 0x84, 0x73, 0xcf, 0x71, 0xc3, 0x56, 0xe9, + 0x6e, 0xee, 0x5e, 0xed, 0xe1, 0x8a, 0xe8, 0xc8, 0x60, 0x11, 0x1e, 0x33, 0xb0, 0xa9, 0x10, 0xc8, + 0x5b, 0xd0, 0x18, 0x7b, 0xee, 0x99, 0xe3, 0xcf, 0xec, 0xd0, 0xf1, 0xdc, 0xa0, 0xb5, 0x84, 0x6d, + 0xc5, 0x81, 0xc6, 0x3f, 0xcf, 0x43, 0x6d, 0xe4, 0xdb, 0x6e, 0x60, 0x8f, 0x19, 0x80, 0x6c, 0x41, + 0x39, 0xbc, 0xb4, 0x2e, 0xec, 0xe0, 0x02, 0x87, 0x5a, 0x35, 0x97, 0xc2, 0xcb, 0x03, 0x3b, 0xb8, + 0x20, 0x9b, 0xb0, 0xc4, 0x7b, 0x89, 0x03, 0x2a, 0x98, 0x22, 0x45, 0xde, 0x85, 0x55, 0x77, 0x31, + 0xb3, 0xe2, 0x4d, 0xb1, 0x61, 0x95, 0xcc, 0xa6, 0xbb, 0x98, 0x75, 0x74, 0x38, 0x1b, 0xfc, 0xe9, + 0xd4, 0x1b, 0x3f, 0xe5, 0x0d, 0xf0, 0xe1, 0x55, 0x11, 0x82, 0x6d, 0xbc, 0x01, 0x75, 0x91, 0x4d, + 0x9d, 0xf3, 0x0b, 0x3e, 0xc6, 0x92, 0x59, 0xe3, 0x08, 0x08, 0x62, 0x35, 0x84, 0xce, 0x8c, 0x5a, + 0x41, 0x68, 0xcf, 0xe6, 0x62, 0x48, 0x55, 0x06, 0x19, 0x32, 0x00, 0x66, 0x7b, 0xa1, 0x3d, 0xb5, + 0xce, 0x28, 0x0d, 0x5a, 0x65, 0x91, 0xcd, 0x20, 0xfb, 0x94, 0x06, 0xe4, 0x5b, 0xb0, 0x3c, 0xa1, + 0x41, 0x68, 0x89, 0xc5, 0xa0, 0x41, 0xab, 0x72, 0xb7, 0x70, 0xaf, 0x6a, 0x36, 0x18, 0xb4, 0x2d, + 0x81, 0xe4, 0x35, 0x00, 0xdf, 0x7e, 0x6e, 0xb1, 0x89, 0xa0, 0x97, 0xad, 0x2a, 0x5f, 0x05, 0xdf, + 0x7e, 0x3e, 0xba, 0x3c, 0xa0, 0x97, 0x64, 0x1d, 0x4a, 0x53, 0xfb, 0x94, 0x4e, 0x5b, 0x80, 0x19, + 0x3c, 0x61, 0xfc, 0x02, 0x6c, 0x3e, 0xa6, 0xa1, 0x36, 0x95, 0x81, 0x49, 0xbf, 0x5a, 0xd0, 0x20, + 0x64, 0xa3, 0x0a, 0x42, 0xdb, 0x0f, 0xe5, 0xa8, 0x72, 0x7c, 0x54, 0x08, 0x8b, 0x46, 0x45, 0xdd, + 0x89, 0x44, 0xc8, 0x23, 0x42, 0x95, 0xba, 0x13, 0x9e, 0x6d, 0x1c, 0x02, 0xd1, 0x2a, 0xde, 0xa3, + 0xa1, 0xed, 0x4c, 0x03, 0xf2, 0x11, 0xd4, 0x43, 0xad, 0xb9, 0x56, 0xee, 0x6e, 0xe1, 0x5e, 0x4d, + 0x6d, 0x4d, 0xad, 0x80, 0x19, 0xc3, 0x33, 0x2e, 0xa0, 0xb2, 0x4f, 0xe9, 0xa1, 0x33, 0x73, 0x42, + 0xb2, 0x09, 0xa5, 0x33, 0xe7, 0x92, 0x4e, 0xb0, 0x53, 0x85, 0x83, 0x1b, 0x26, 0x4f, 0x92, 0x3b, + 0x00, 0xf8, 0xc3, 0x9a, 0xa9, 0x5d, 0x7a, 0x70, 0xc3, 0xac, 0x22, 0xec, 0x28, 0xb0, 0x43, 0xb2, + 0x0d, 0xe5, 0x39, 0xf5, 0xc7, 0x54, 0xee, 0x87, 0x83, 0x1b, 0xa6, 0x04, 0xec, 0x96, 0xa1, 0x34, + 0x65, 0xb5, 0x1b, 0xbf, 0x57, 0x82, 0xda, 0x90, 0xba, 0x13, 0x39, 0x13, 0x04, 0x8a, 0x6c, 0xa2, + 0xb1, 0xb1, 0xba, 0x89, 0xbf, 0xc9, 0x9b, 0x50, 0xc3, 0x25, 0x09, 0x42, 0xdf, 0x71, 0xcf, 0xf9, + 0x69, 0xd9, 0xcd, 0xb7, 0x72, 0x26, 0x30, 0xf0, 0x10, 0xa1, 0xa4, 0x09, 0x05, 0x7b, 0x26, 0x4f, + 0x0b, 0xfb, 0x49, 0x6e, 0x42, 0xc5, 0x9e, 0x85, 0xbc, 0x7b, 0x75, 0x04, 0x97, 0xed, 0x59, 0x88, + 0x5d, 0x7b, 0x03, 0xea, 0x73, 0xfb, 0x6a, 0x46, 0xdd, 0x30, 0xda, 0x66, 0x75, 0xb3, 0x26, 0x60, + 0xb8, 0xd1, 0x1e, 0xc2, 0x9a, 0x8e, 0x22, 0x1b, 0x2f, 0xa9, 0xc6, 0x57, 0x35, 0x6c, 0xd1, 0x87, + 0x77, 0x60, 0x45, 0x96, 0xf1, 0xf9, 0x78, 0x70, 0xfb, 0x55, 0xcd, 0x65, 0x01, 0x96, 0xa3, 0xbc, + 0x07, 0xcd, 0x33, 0xc7, 0xb5, 0xa7, 0xd6, 0x78, 0x1a, 0x3e, 0xb3, 0x26, 0x74, 0x1a, 0xda, 0xb8, + 0x13, 0x4b, 0xe6, 0x32, 0xc2, 0x3b, 0xd3, 0xf0, 0xd9, 0x1e, 0x83, 0x92, 0xef, 0x40, 0xf5, 0x8c, + 0x52, 0x0b, 0x27, 0xab, 0x55, 0x89, 0x1d, 0x68, 0xb9, 0x42, 0x66, 0xe5, 0x4c, 0xae, 0xd5, 0x77, + 0xa0, 0xe9, 0x2d, 0xc2, 0x73, 0xcf, 0x71, 0xcf, 0xad, 0xf1, 0x85, 0xed, 0x5a, 0xce, 0x04, 0xf7, + 0x66, 0x71, 0x37, 0xff, 0x20, 0x67, 0x2e, 0xcb, 0xbc, 0xce, 0x85, 0xed, 0xf6, 0x26, 0xe4, 0x6d, + 0x58, 0x99, 0xda, 0x41, 0x68, 0x5d, 0x78, 0x73, 0x6b, 0xbe, 0x38, 0x7d, 0x4a, 0xaf, 0x5a, 0x0d, + 0x9c, 0x88, 0x06, 0x03, 0x1f, 0x78, 0xf3, 0x63, 0x04, 0xb2, 0xad, 0x87, 0xfd, 0xe4, 0x9d, 0x60, + 0x5b, 0xba, 0x61, 0x56, 0x19, 0x84, 0x37, 0xfa, 0x25, 0xac, 0xe1, 0xf2, 0x8c, 0x17, 0x41, 0xe8, + 0xcd, 0x2c, 0x9f, 0x8e, 0x3d, 0x7f, 0x12, 0xb4, 0x6a, 0xb8, 0xd7, 0xbe, 0x2d, 0x3a, 0xab, 0xad, + 0xf1, 0xce, 0x1e, 0x0d, 0xc2, 0x0e, 0x22, 0x9b, 0x1c, 0xb7, 0xeb, 0x86, 0xfe, 0x95, 0xb9, 0x3a, + 0x49, 0xc2, 0xc9, 0x77, 0x80, 0xd8, 0xd3, 0xa9, 0xf7, 0xdc, 0x0a, 0xe8, 0xf4, 0xcc, 0x12, 0x93, + 0xd8, 0x5a, 0xbe, 0x9b, 0xbb, 0x57, 0x31, 0x9b, 0x98, 0x33, 0xa4, 0xd3, 0xb3, 0x63, 0x0e, 0x27, + 0x1f, 0x01, 0x1e, 0x52, 0xeb, 0x8c, 0xda, 0xe1, 0xc2, 0xa7, 0x41, 0x6b, 0xe5, 0x6e, 0xe1, 0xde, + 0xf2, 0xc3, 0x55, 0x35, 0x5f, 0x08, 0xde, 0x75, 0x42, 0xb3, 0xce, 0xf0, 0x44, 0x3a, 0xd8, 0xde, + 0x83, 0xcd, 0xec, 0x2e, 0xb1, 0x4d, 0xc5, 0x66, 0x85, 0x6d, 0xc6, 0xa2, 0xc9, 0x7e, 0xb2, 0x93, + 0xfd, 0xcc, 0x9e, 0x2e, 0x28, 0xee, 0xc2, 0xba, 0xc9, 0x13, 0xdf, 0xcb, 0x7f, 0x92, 0x33, 0x7e, + 0x37, 0x07, 0x75, 0x3e, 0xca, 0x60, 0xee, 0xb9, 0x01, 0x25, 0x6f, 0x42, 0x43, 0xee, 0x06, 0xea, + 0xfb, 0x9e, 0x2f, 0xa8, 0xa5, 0xdc, 0x79, 0x5d, 0x06, 0x23, 0xdf, 0x86, 0xa6, 0x44, 0x9a, 0xfb, + 0xd4, 0x99, 0xd9, 0xe7, 0xb2, 0x6a, 0xb9, 0x95, 0x8e, 0x05, 0x98, 0xbc, 0x1f, 0xd5, 0xe7, 0x7b, + 0x8b, 0x90, 0xe2, 0x5e, 0xaf, 0x3d, 0xac, 0x8b, 0xe1, 0x99, 0x0c, 0xa6, 0x6a, 0xc7, 0xd4, 0x2b, + 0xec, 0x73, 0xe3, 0x37, 0x73, 0x40, 0x58, 0xb7, 0x47, 0x1e, 0xaf, 0x20, 0xa2, 0x48, 0xb1, 0x92, + 0xb9, 0x57, 0x3e, 0x21, 0xf9, 0x17, 0x9d, 0x10, 0x03, 0x4a, 0xbc, 0xef, 0xc5, 0x8c, 0xbe, 0xf3, + 0xac, 0x1f, 0x15, 0x2b, 0x85, 0x66, 0xd1, 0xf8, 0xcf, 0x05, 0x58, 0x67, 0xfb, 0xd4, 0xa5, 0xd3, + 0xf6, 0x78, 0x4c, 0xe7, 0xea, 0xec, 0xdc, 0x81, 0x9a, 0xeb, 0x4d, 0xa8, 0xdc, 0xb1, 0xbc, 0x63, + 0xc0, 0x40, 0xda, 0x76, 0xbd, 0xb0, 0x1d, 0x97, 0x77, 0x9c, 0x4f, 0x66, 0x15, 0x21, 0xd8, 0xed, + 0xb7, 0x61, 0x65, 0x4e, 0xdd, 0x89, 0x7e, 0x44, 0x0a, 0x7c, 0xd7, 0x0b, 0xb0, 0x38, 0x1d, 0x77, + 0xa0, 0x76, 0xb6, 0xe0, 0x78, 0x8c, 0xb0, 0x14, 0x71, 0x0f, 0x80, 0x00, 0xb5, 0x39, 0x7d, 0x99, + 0x2f, 0x82, 0x0b, 0xcc, 0x2d, 0x61, 0x6e, 0x99, 0xa5, 0x59, 0xd6, 0x6d, 0x80, 0xc9, 0x22, 0x08, + 0xc5, 0x89, 0x59, 0xc2, 0xcc, 0x2a, 0x83, 0xf0, 0x13, 0xf3, 0x5d, 0x58, 0x9b, 0xd9, 0x97, 0x16, + 0xee, 0x1d, 0xcb, 0x71, 0xad, 0xb3, 0x29, 0x12, 0xf5, 0x32, 0xe2, 0x35, 0x67, 0xf6, 0xe5, 0xe7, + 0x2c, 0xa7, 0xe7, 0xee, 0x23, 0x9c, 0x91, 0x95, 0x31, 0x9f, 0x09, 0xcb, 0xa7, 0x01, 0xf5, 0x9f, + 0x51, 0xa4, 0x04, 0x45, 0x73, 0x59, 0x80, 0x4d, 0x0e, 0x65, 0x3d, 0x9a, 0xb1, 0x71, 0x87, 0xd3, + 0x31, 0x3f, 0xf6, 0x66, 0x79, 0xe6, 0xb8, 0x07, 0xe1, 0x74, 0xcc, 0xee, 0x2b, 0x46, 0x47, 0xe6, + 0xd4, 0xb7, 0x9e, 0x3e, 0xc7, 0x33, 0x5c, 0x44, 0xba, 0x71, 0x4c, 0xfd, 0x27, 0xcf, 0x19, 0x4b, + 0x31, 0x0e, 0x90, 0x10, 0xd9, 0x57, 0xad, 0x1a, 0x1e, 0xf0, 0xca, 0x38, 0x60, 0x24, 0xc8, 0xbe, + 0x62, 0x87, 0x90, 0xf5, 0xd6, 0xc6, 0x55, 0xa0, 0x13, 0xac, 0x3e, 0x40, 0x8a, 0xda, 0xc0, 0xce, + 0xb6, 0x45, 0x06, 0x6b, 0x27, 0x60, 0xbb, 0x5e, 0x76, 0xf6, 0x6c, 0x6a, 0x9f, 0x07, 0x48, 0x52, + 0x1a, 0x66, 0x5d, 0x00, 0xf7, 0x19, 0xcc, 0xf8, 0x02, 0x36, 0x12, 0x6b, 0x2b, 0xce, 0x0c, 0x63, + 0x21, 0x10, 0x82, 0xeb, 0x5a, 0x31, 0x45, 0x2a, 0x6b, 0xd1, 0xf2, 0x19, 0x8b, 0x66, 0xfc, 0x56, + 0x0e, 0xea, 0xa2, 0x66, 0x64, 0x76, 0xc8, 0x0e, 0x10, 0xb9, 0x8a, 0xe1, 0xa5, 0x33, 0xb1, 0x4e, + 0xaf, 0x42, 0x1a, 0xf0, 0x4d, 0x73, 0x70, 0xc3, 0x6c, 0x8a, 0xbc, 0xd1, 0xa5, 0x33, 0xd9, 0x65, + 0x39, 0xe4, 0x3e, 0x34, 0x63, 0xf8, 0x41, 0xe8, 0xf3, 0x1d, 0x7d, 0x70, 0xc3, 0x5c, 0xd6, 0xb0, + 0x87, 0xa1, 0xcf, 0xce, 0x08, 0x63, 0xa5, 0x16, 0xa1, 0xe5, 0xb8, 0x13, 0x7a, 0x89, 0xdb, 0xa8, + 0x61, 0xd6, 0x38, 0xac, 0xc7, 0x40, 0xbb, 0xcb, 0x50, 0xd7, 0xab, 0x33, 0xce, 0xa1, 0x22, 0xf9, + 0x30, 0x64, 0x44, 0x12, 0x5d, 0x32, 0xab, 0xa1, 0xea, 0xc9, 0x4d, 0xa8, 0xc4, 0x7b, 0x60, 0x96, + 0xc3, 0x57, 0x6e, 0xd8, 0xf8, 0x3e, 0x34, 0x0f, 0xd9, 0xe6, 0x71, 0xd9, 0x66, 0x15, 0x7c, 0xe5, + 0x26, 0x2c, 0x69, 0x87, 0xa6, 0x6a, 0x8a, 0x14, 0xbb, 0x73, 0x2f, 0xbc, 0x20, 0x14, 0xad, 0xe0, + 0x6f, 0xe3, 0xf7, 0x72, 0x40, 0xba, 0x41, 0xe8, 0xcc, 0xec, 0x90, 0xee, 0x53, 0x45, 0x16, 0x06, + 0x50, 0x67, 0xb5, 0x8d, 0xbc, 0x36, 0x67, 0xf4, 0x38, 0x43, 0xf1, 0xae, 0x38, 0xc6, 0xe9, 0x02, + 0x3b, 0x3a, 0x36, 0x27, 0xf3, 0xb1, 0x0a, 0xd8, 0x29, 0x0b, 0x6d, 0xff, 0x9c, 0x86, 0xc8, 0x1e, + 0x0a, 0xbe, 0x06, 0x38, 0x88, 0x31, 0x86, 0xdb, 0x3f, 0x80, 0xd5, 0x54, 0x1d, 0x3a, 0x5d, 0xae, + 0x66, 0xd0, 0xe5, 0x82, 0x4e, 0x97, 0x2d, 0x58, 0x8b, 0xf5, 0x4b, 0xec, 0xb4, 0x2d, 0x28, 0xb3, + 0x03, 0xc1, 0x98, 0x83, 0x1c, 0xe7, 0x56, 0xcf, 0x28, 0x65, 0xec, 0xf5, 0x7b, 0xb0, 0x7e, 0x46, + 0xa9, 0x6f, 0x87, 0x98, 0x89, 0x27, 0x86, 0xad, 0x90, 0xa8, 0x78, 0x55, 0xe4, 0x0d, 0xed, 0xf0, + 0x98, 0xfa, 0x6c, 0xa5, 0x8c, 0xff, 0x93, 0x83, 0x15, 0x46, 0x41, 0x8f, 0x6c, 0xf7, 0x4a, 0xce, + 0xd3, 0x61, 0xe6, 0x3c, 0xdd, 0xd3, 0x2e, 0x43, 0x0d, 0xfb, 0xeb, 0x4e, 0x52, 0x21, 0x39, 0x49, + 0xe4, 0x2e, 0xd4, 0x63, 0x7d, 0x2d, 0x61, 0x5f, 0x21, 0x50, 0x9d, 0x8c, 0x38, 0xd2, 0x25, 0x8d, + 0x23, 0xfd, 0x93, 0x4f, 0xee, 0xdb, 0xd0, 0x8c, 0x06, 0x23, 0x66, 0x96, 0x40, 0x91, 0x6d, 0x54, + 0x51, 0x01, 0xfe, 0x36, 0xfe, 0x71, 0x8e, 0x23, 0x76, 0x3c, 0x27, 0xe2, 0x7a, 0x09, 0x14, 0x19, + 0x97, 0x2d, 0x11, 0xd9, 0xef, 0x6b, 0x65, 0x88, 0x6f, 0x60, 0x0a, 0x6e, 0x42, 0x25, 0x60, 0x2c, + 0xb4, 0x3d, 0xe5, 0xb3, 0x50, 0x31, 0xcb, 0x2c, 0xdd, 0x9e, 0x4e, 0xa3, 0xd9, 0x29, 0xeb, 0xfc, + 0xfa, 0x3b, 0xb0, 0xaa, 0xf5, 0xf9, 0x05, 0xa3, 0xeb, 0x03, 0x39, 0x74, 0x82, 0xf0, 0xc4, 0x0d, + 0xe6, 0x1a, 0x93, 0x77, 0x0b, 0xaa, 0x8c, 0x1a, 0xb3, 0xfe, 0x06, 0x82, 0xa3, 0x67, 0xe4, 0x99, + 0xf5, 0x36, 0xc0, 0x4c, 0xfb, 0x52, 0x64, 0xe6, 0x45, 0xa6, 0x7d, 0x89, 0x99, 0xc6, 0x27, 0xb0, + 0x16, 0xab, 0x4f, 0x34, 0xfd, 0x06, 0x94, 0x16, 0xe1, 0xa5, 0x27, 0xd9, 0xf8, 0x9a, 0xd8, 0x4d, + 0x4c, 0x08, 0x35, 0x79, 0x8e, 0xf1, 0x19, 0xac, 0xf6, 0xe9, 0x73, 0x71, 0xe0, 0x65, 0x47, 0xde, + 0x86, 0xe2, 0x4b, 0x04, 0x53, 0xcc, 0x37, 0x76, 0x80, 0xe8, 0x85, 0x45, 0xab, 0x9a, 0x9c, 0x9a, + 0x8b, 0xc9, 0xa9, 0xc6, 0xdb, 0x40, 0x86, 0xce, 0xb9, 0x7b, 0x44, 0x83, 0xc0, 0x3e, 0x57, 0x24, + 0xa2, 0x09, 0x85, 0x59, 0x70, 0x2e, 0xe8, 0x19, 0xfb, 0x69, 0x7c, 0x00, 0x6b, 0x31, 0x3c, 0x51, + 0xf1, 0x6b, 0x50, 0x0d, 0x9c, 0x73, 0x17, 0x99, 0x30, 0x51, 0x75, 0x04, 0x30, 0xf6, 0x61, 0xfd, + 0x73, 0xea, 0x3b, 0x67, 0x57, 0x2f, 0xab, 0x3e, 0x5e, 0x4f, 0x3e, 0x59, 0x4f, 0x17, 0x36, 0x12, + 0xf5, 0x88, 0xe6, 0xf9, 0xa6, 0x16, 0x2b, 0x59, 0x31, 0x79, 0x42, 0xa3, 0x91, 0x79, 0x9d, 0x46, + 0x1a, 0x1e, 0x90, 0x8e, 0xe7, 0xba, 0x74, 0x1c, 0x1e, 0x53, 0xea, 0xcb, 0xce, 0xbc, 0xab, 0xed, + 0xe0, 0xda, 0xc3, 0x2d, 0x31, 0xb3, 0x49, 0xc2, 0x2b, 0xb6, 0x36, 0x81, 0xe2, 0x9c, 0xfa, 0x33, + 0xac, 0xb8, 0x62, 0xe2, 0x6f, 0x36, 0xb9, 0x4c, 0x32, 0xf5, 0x16, 0x5c, 0x72, 0x29, 0x9a, 0x32, + 0x69, 0x6c, 0xc0, 0x5a, 0xac, 0x41, 0xde, 0x6b, 0xe3, 0x01, 0x6c, 0xec, 0x39, 0xc1, 0x38, 0xdd, + 0x95, 0x2d, 0x28, 0xcf, 0x17, 0xa7, 0x56, 0x9c, 0xba, 0x3f, 0xa1, 0x57, 0x46, 0x0b, 0x36, 0x93, + 0x25, 0x44, 0x5d, 0xbf, 0x96, 0x83, 0xe2, 0xc1, 0xe8, 0xb0, 0x43, 0xb6, 0xa1, 0xe2, 0xb8, 0x63, + 0x6f, 0xc6, 0xd8, 0x37, 0x3e, 0x1b, 0x2a, 0x7d, 0xed, 0x81, 0xbc, 0x05, 0x55, 0xe4, 0xfa, 0x98, + 0xe0, 0x2d, 0x18, 0xa8, 0x0a, 0x03, 0x1c, 0x7a, 0xe3, 0xa7, 0x4c, 0xe2, 0xa7, 0x97, 0x73, 0xc7, + 0x47, 0x99, 0x5e, 0xca, 0xac, 0x45, 0xce, 0x31, 0x44, 0x19, 0x42, 0x74, 0xfd, 0xb5, 0x3c, 0x10, + 0x71, 0x67, 0x77, 0x3c, 0x37, 0x08, 0x7d, 0xdb, 0x71, 0xc3, 0x20, 0xce, 0x93, 0xe4, 0x12, 0x3c, + 0xc9, 0x3d, 0x68, 0x22, 0x1f, 0x20, 0xf8, 0x21, 0x24, 0xe3, 0xf9, 0x88, 0x27, 0x12, 0x0c, 0x11, + 0x23, 0xe7, 0x6f, 0xc1, 0x72, 0xc4, 0x8a, 0x29, 0x85, 0x4a, 0xd1, 0xac, 0x2b, 0x76, 0x4c, 0x10, + 0x7d, 0x76, 0x1c, 0x25, 0x8f, 0xa1, 0xe4, 0x46, 0xce, 0xf5, 0xad, 0xce, 0xec, 0xcb, 0x63, 0x2a, + 0x19, 0x3f, 0x94, 0x20, 0x0d, 0x68, 0x48, 0x56, 0x8b, 0x63, 0x72, 0x0e, 0xb0, 0x26, 0xf8, 0x2d, + 0xc4, 0xc9, 0x66, 0x9c, 0x96, 0xb2, 0x19, 0x27, 0xe3, 0x3f, 0x54, 0xa1, 0x2c, 0xa6, 0x81, 0xb3, + 0x41, 0xa1, 0xf3, 0x8c, 0x46, 0x6c, 0x10, 0x4b, 0x31, 0xe6, 0xca, 0xa7, 0x33, 0x2f, 0x54, 0xdc, + 0x2f, 0xdf, 0xa4, 0x75, 0x0e, 0x14, 0xfc, 0xaf, 0xc6, 0x81, 0x71, 0x3d, 0x50, 0x81, 0x23, 0x8d, + 0x75, 0xbe, 0xe8, 0x16, 0x94, 0x25, 0x23, 0x55, 0x54, 0x02, 0xe2, 0xd2, 0x98, 0xb3, 0xbe, 0xdb, + 0x50, 0x19, 0xdb, 0x73, 0x7b, 0xec, 0x84, 0x57, 0x82, 0x8e, 0xaa, 0x34, 0xab, 0x7d, 0xea, 0x8d, + 0xed, 0xa9, 0x75, 0x6a, 0x4f, 0x6d, 0x77, 0x4c, 0x85, 0x82, 0xa5, 0x8e, 0xc0, 0x5d, 0x0e, 0x23, + 0xdf, 0x82, 0x65, 0xd1, 0x4f, 0x89, 0xc5, 0xf5, 0x2c, 0xa2, 0xf7, 0x12, 0x8d, 0x71, 0xea, 0xde, + 0x8c, 0xad, 0xcb, 0x19, 0xe5, 0x3c, 0x6d, 0xc1, 0xac, 0x72, 0xc8, 0x3e, 0xc5, 0xd1, 0x8a, 0xec, + 0xe7, 0x7c, 0x07, 0x55, 0x79, 0x53, 0x1c, 0xf8, 0x05, 0xd7, 0x8b, 0xa4, 0x19, 0xdb, 0x82, 0xc6, + 0xd8, 0xbe, 0x0b, 0xab, 0x0b, 0x37, 0xa0, 0x61, 0x38, 0xa5, 0x13, 0xd5, 0x97, 0x1a, 0x22, 0x35, + 0x55, 0x86, 0xec, 0xce, 0x0e, 0xac, 0x71, 0xcd, 0x50, 0x60, 0x87, 0x5e, 0x70, 0xe1, 0x04, 0x56, + 0xc0, 0xc4, 0x4d, 0xae, 0x3b, 0x58, 0xc5, 0xac, 0xa1, 0xc8, 0x19, 0x72, 0x79, 0x73, 0x2b, 0x81, + 0xef, 0xd3, 0x31, 0x75, 0x9e, 0xd1, 0x09, 0x32, 0xbd, 0x05, 0x73, 0x23, 0x56, 0xc6, 0x14, 0x99, + 0x28, 0xc1, 0x2c, 0x66, 0xd6, 0x62, 0x3e, 0xb1, 0x19, 0xe7, 0xb7, 0xcc, 0x25, 0x0b, 0x77, 0x31, + 0x3b, 0xe1, 0x10, 0xf2, 0x00, 0x24, 0x5b, 0x2b, 0xf6, 0xcc, 0x4a, 0x8c, 0xe0, 0xb3, 0x33, 0x6b, + 0xd6, 0x05, 0x06, 0xe7, 0xba, 0xef, 0xe8, 0x87, 0xa5, 0xc9, 0x76, 0x18, 0x4a, 0x60, 0xd1, 0x81, + 0x69, 0x41, 0x79, 0xee, 0x3b, 0xcf, 0xec, 0x90, 0xb6, 0x56, 0xf9, 0xdd, 0x27, 0x92, 0x8c, 0x7c, + 0x3a, 0xae, 0x13, 0x3a, 0x76, 0xe8, 0xf9, 0x2d, 0x82, 0x79, 0x11, 0x80, 0xdc, 0x87, 0x55, 0xdc, + 0x27, 0x41, 0x68, 0x87, 0x8b, 0x40, 0xb0, 0xf4, 0x6b, 0xb8, 0xa1, 0x50, 0x28, 0x19, 0x22, 0x1c, + 0xb9, 0x7a, 0xf2, 0x31, 0x6c, 0xf2, 0xad, 0x91, 0x3a, 0x9a, 0xeb, 0x6c, 0x3a, 0xb0, 0x47, 0x6b, + 0x88, 0xd1, 0x89, 0x9f, 0xd1, 0x4f, 0x61, 0x4b, 0x6c, 0x97, 0x54, 0xc9, 0x0d, 0x55, 0x72, 0x9d, + 0xa3, 0x24, 0x8a, 0xee, 0xc0, 0x2a, 0xeb, 0x9a, 0x33, 0xb6, 0x44, 0x0d, 0xec, 0x54, 0x6c, 0xb2, + 0x51, 0x60, 0xa1, 0x15, 0x9e, 0x69, 0x62, 0xde, 0x13, 0x7a, 0x45, 0xbe, 0x0f, 0x2b, 0x7c, 0xfb, + 0xa0, 0xdc, 0x8a, 0xd7, 0xe2, 0x36, 0x5e, 0x8b, 0x1b, 0x62, 0x72, 0x3b, 0x2a, 0x17, 0x6f, 0xc6, + 0xe5, 0x71, 0x2c, 0xcd, 0x8e, 0xc6, 0xd4, 0x39, 0xa3, 0x8c, 0x4a, 0xb7, 0xb6, 0xf8, 0x66, 0x93, + 0x69, 0x76, 0x6a, 0x17, 0x73, 0xcc, 0x69, 0x71, 0x52, 0xc9, 0x53, 0xb8, 0x8f, 0xa7, 0x5e, 0x40, + 0xa5, 0x4e, 0xb1, 0x75, 0x53, 0x1c, 0x48, 0x06, 0x94, 0xcc, 0x39, 0x93, 0x70, 0xb8, 0x34, 0xa9, + 0x34, 0xbf, 0xb7, 0x70, 0x63, 0x34, 0xb8, 0x50, 0x29, 0xb5, 0xbf, 0x8c, 0x11, 0xba, 0xb0, 0x9f, + 0x4b, 0xa2, 0xfa, 0x1a, 0x52, 0x13, 0x60, 0x20, 0xa1, 0x28, 0xdc, 0x87, 0x55, 0xb1, 0x0a, 0x11, + 0x31, 0x6d, 0xdd, 0xc6, 0x0b, 0xea, 0xa6, 0x1c, 0x63, 0x8a, 0xda, 0x9a, 0x4d, 0xbe, 0x2e, 0x1a, + 0xfd, 0x3d, 0x00, 0x22, 0x17, 0x45, 0xab, 0xe8, 0xf5, 0x97, 0x55, 0xb4, 0x2a, 0x96, 0x29, 0x02, + 0x19, 0xbf, 0x93, 0xe3, 0xfc, 0x8c, 0xc0, 0x0e, 0x34, 0x49, 0x9e, 0xd3, 0x35, 0xcb, 0x73, 0xa7, + 0x57, 0x82, 0xd4, 0x01, 0x07, 0x0d, 0xdc, 0x29, 0xd2, 0x1a, 0xc7, 0xd5, 0x51, 0xf8, 0xd5, 0x59, + 0x97, 0x40, 0x44, 0xba, 0x03, 0xb5, 0xf9, 0xe2, 0x74, 0xea, 0x8c, 0x39, 0x4a, 0x81, 0xd7, 0xc2, + 0x41, 0x88, 0xf0, 0x06, 0xd4, 0xc5, 0x5e, 0xe7, 0x18, 0x45, 0xc4, 0xa8, 0x09, 0x18, 0xa2, 0xe0, + 0xd5, 0x4c, 0x7d, 0x24, 0x76, 0x75, 0x13, 0x7f, 0x1b, 0xbb, 0xb0, 0x1e, 0xef, 0xb4, 0xe0, 0x1b, + 0xee, 0x43, 0x45, 0x50, 0x52, 0xa9, 0xe3, 0x5a, 0x8e, 0xcf, 0x86, 0xa9, 0xf2, 0x8d, 0xff, 0x58, + 0x82, 0x35, 0x39, 0x47, 0x6c, 0xb1, 0x87, 0x8b, 0xd9, 0xcc, 0xf6, 0x33, 0x48, 0x74, 0xee, 0xc5, + 0x24, 0x3a, 0x9f, 0x22, 0xd1, 0x71, 0x25, 0x07, 0xa7, 0xf0, 0x71, 0x25, 0x07, 0xdb, 0x5d, 0x5c, + 0xee, 0xd4, 0x55, 0xe9, 0x0d, 0x01, 0x1e, 0x71, 0x95, 0x7d, 0xea, 0x42, 0x29, 0x65, 0x5c, 0x28, + 0xfa, 0x75, 0xb0, 0x94, 0xb8, 0x0e, 0xde, 0x00, 0xbe, 0x8d, 0xe5, 0x7e, 0x2c, 0x73, 0x51, 0x14, + 0x61, 0x62, 0x43, 0xbe, 0x03, 0x2b, 0x49, 0x0a, 0xcc, 0x49, 0xfd, 0x72, 0x06, 0xfd, 0x75, 0x66, + 0x14, 0x59, 0x0a, 0x0d, 0xb9, 0x2a, 0xe8, 0xaf, 0x33, 0xa3, 0x87, 0x98, 0x23, 0xf1, 0xbb, 0x00, + 0xbc, 0x6d, 0x3c, 0xc6, 0x80, 0xc7, 0xf8, 0xed, 0xc4, 0xce, 0xd4, 0x66, 0x7d, 0x87, 0x25, 0x16, + 0x3e, 0xc5, 0x73, 0x5d, 0xc5, 0x92, 0x78, 0xa4, 0x3f, 0x86, 0x65, 0x6f, 0x4e, 0x5d, 0x2b, 0xa2, + 0x82, 0x35, 0xac, 0xaa, 0x29, 0xaa, 0xea, 0x49, 0xb8, 0xd9, 0x60, 0x78, 0x2a, 0x49, 0x3e, 0xe5, + 0x93, 0x4c, 0xb5, 0x92, 0xf5, 0x6b, 0x4a, 0x2e, 0x23, 0x62, 0x54, 0xf4, 0x03, 0xa8, 0xf9, 0x34, + 0xf0, 0xa6, 0x0b, 0xae, 0x97, 0x6f, 0xe0, 0x3e, 0x92, 0x8a, 0x4a, 0x53, 0xe5, 0x98, 0x3a, 0x96, + 0xf1, 0xeb, 0x39, 0xa8, 0x69, 0x63, 0x20, 0x1b, 0xb0, 0xda, 0x19, 0x0c, 0x8e, 0xbb, 0x66, 0x7b, + 0xd4, 0xfb, 0xbc, 0x6b, 0x75, 0x0e, 0x07, 0xc3, 0x6e, 0xf3, 0x06, 0x03, 0x1f, 0x0e, 0x3a, 0xed, + 0x43, 0x6b, 0x7f, 0x60, 0x76, 0x24, 0x38, 0x47, 0x36, 0x81, 0x98, 0xdd, 0xa3, 0xc1, 0xa8, 0x1b, + 0x83, 0xe7, 0x49, 0x13, 0xea, 0xbb, 0x66, 0xb7, 0xdd, 0x39, 0x10, 0x90, 0x02, 0x59, 0x87, 0xe6, + 0xfe, 0x49, 0x7f, 0xaf, 0xd7, 0x7f, 0x6c, 0x75, 0xda, 0xfd, 0x4e, 0xf7, 0xb0, 0xbb, 0xd7, 0x2c, + 0x92, 0x06, 0x54, 0xdb, 0xbb, 0xed, 0xfe, 0xde, 0xa0, 0xdf, 0xdd, 0x6b, 0x96, 0x8c, 0xff, 0x91, + 0x03, 0x88, 0x3a, 0xca, 0xe8, 0x6a, 0xd4, 0x55, 0xdd, 0x0e, 0xb6, 0x91, 0x1a, 0x14, 0xa7, 0xab, + 0x7e, 0x2c, 0x4d, 0x1e, 0x42, 0xd9, 0x5b, 0x84, 0x63, 0x6f, 0xc6, 0x59, 0xf8, 0xe5, 0x87, 0xad, + 0x54, 0xb9, 0x01, 0xcf, 0x37, 0x25, 0x62, 0xcc, 0xd6, 0x55, 0x78, 0x99, 0xad, 0x2b, 0x6e, 0x54, + 0xe3, 0x7c, 0x9d, 0x66, 0x54, 0xbb, 0x0d, 0x10, 0x3c, 0xa7, 0x74, 0x8e, 0x6a, 0x1a, 0x71, 0x0a, + 0xaa, 0x08, 0x19, 0x31, 0x09, 0xef, 0x0f, 0x73, 0xb0, 0x81, 0x7b, 0x69, 0x92, 0x24, 0x62, 0x77, + 0xa1, 0x36, 0xf6, 0xbc, 0x39, 0x65, 0x2c, 0xad, 0xe2, 0xd7, 0x74, 0x10, 0x23, 0x50, 0x9c, 0x20, + 0x9f, 0x79, 0xfe, 0x98, 0x0a, 0x1a, 0x06, 0x08, 0xda, 0x67, 0x10, 0x76, 0x86, 0xc4, 0x21, 0xe4, + 0x18, 0x9c, 0x84, 0xd5, 0x38, 0x8c, 0xa3, 0x6c, 0xc2, 0xd2, 0xa9, 0x4f, 0xed, 0xf1, 0x85, 0xa0, + 0x5e, 0x22, 0x45, 0xbe, 0x1d, 0xa9, 0xab, 0xc6, 0xec, 0x4c, 0x4c, 0x29, 0xef, 0x7c, 0xc5, 0x5c, + 0x11, 0xf0, 0x8e, 0x00, 0xb3, 0x7b, 0xde, 0x3e, 0xb5, 0xdd, 0x89, 0xe7, 0xd2, 0x89, 0x90, 0x7f, + 0x23, 0x80, 0x71, 0x0c, 0x9b, 0xc9, 0xf1, 0x09, 0x7a, 0xf7, 0x91, 0x46, 0xef, 0xb8, 0xe0, 0xb9, + 0x7d, 0xfd, 0x19, 0xd3, 0x68, 0xdf, 0xbf, 0x2e, 0x42, 0x91, 0x89, 0x1b, 0xd7, 0x4a, 0x26, 0xba, + 0x64, 0x59, 0x48, 0x59, 0x40, 0x51, 0x2b, 0xc6, 0x19, 0x30, 0xb1, 0x58, 0x08, 0x41, 0xc6, 0x4b, + 0x65, 0xfb, 0x74, 0xfc, 0x4c, 0x70, 0xde, 0x3c, 0xdb, 0xa4, 0xe3, 0x67, 0x28, 0xe8, 0xdb, 0x21, + 0x2f, 0xcb, 0xe9, 0x55, 0x39, 0xb0, 0x43, 0x2c, 0x29, 0xb2, 0xb0, 0x5c, 0x59, 0x65, 0x61, 0xa9, + 0x16, 0x94, 0x1d, 0xf7, 0xd4, 0x5b, 0xb8, 0x13, 0x24, 0x4f, 0x15, 0x53, 0x26, 0xd1, 0xe0, 0x8a, + 0x94, 0x94, 0x5d, 0xed, 0x9c, 0x1a, 0x55, 0x18, 0x60, 0xc4, 0x2e, 0xf7, 0xf7, 0xa1, 0x1a, 0x5c, + 0xb9, 0x63, 0x9d, 0x06, 0xad, 0x8b, 0xf9, 0x61, 0xa3, 0xdf, 0x19, 0x5e, 0xb9, 0x63, 0xdc, 0xf1, + 0x95, 0x40, 0xfc, 0x22, 0x8f, 0xa0, 0xa2, 0x4c, 0x14, 0xfc, 0x06, 0xb9, 0xa9, 0x97, 0x90, 0x76, + 0x09, 0xae, 0x09, 0x52, 0xa8, 0xe4, 0x3d, 0x58, 0x42, 0x3b, 0x42, 0xd0, 0xaa, 0x63, 0x21, 0x29, + 0x6e, 0xb2, 0x6e, 0xa0, 0xad, 0x93, 0x4e, 0xd0, 0xa6, 0x60, 0x0a, 0x34, 0x36, 0x4d, 0x67, 0x53, + 0x7b, 0x6e, 0x8d, 0x51, 0x7c, 0x6b, 0x70, 0x93, 0x21, 0x83, 0x74, 0x50, 0x82, 0xbb, 0x0b, 0x75, + 0x34, 0xff, 0x20, 0x8e, 0xcb, 0xf9, 0xd0, 0x82, 0x09, 0x0c, 0xb6, 0x3f, 0xb5, 0xe7, 0xfd, 0x60, + 0xfb, 0x09, 0x34, 0x62, 0x9d, 0xd1, 0x55, 0x43, 0x0d, 0xae, 0x1a, 0x7a, 0x4b, 0x57, 0x0d, 0x45, + 0x57, 0xa1, 0x28, 0xa6, 0xab, 0x8a, 0x7e, 0x00, 0x15, 0x39, 0x17, 0x8c, 0xe6, 0x9c, 0xf4, 0x9f, + 0xf4, 0x07, 0x5f, 0xf4, 0xad, 0xe1, 0x97, 0xfd, 0x4e, 0xf3, 0x06, 0x59, 0x81, 0x5a, 0xbb, 0x83, + 0x64, 0x0c, 0x01, 0x39, 0x86, 0x72, 0xdc, 0x1e, 0x0e, 0x15, 0x24, 0x6f, 0xec, 0x43, 0x33, 0x39, + 0x54, 0xb6, 0xa9, 0x43, 0x09, 0x13, 0x66, 0x9a, 0x08, 0xc0, 0x44, 0x7c, 0x6e, 0x79, 0xe1, 0x62, + 0x12, 0x4f, 0x18, 0x8f, 0xa0, 0xc9, 0x2e, 0x76, 0x36, 0xd7, 0xba, 0x01, 0x76, 0xca, 0x58, 0x6f, + 0xdd, 0x54, 0x53, 0x31, 0x6b, 0x1c, 0x86, 0x4d, 0x19, 0x1f, 0xc1, 0xaa, 0x56, 0x2c, 0x52, 0xc9, + 0x30, 0x66, 0x21, 0xa9, 0x92, 0x41, 0x31, 0x9b, 0xe7, 0x18, 0x5b, 0xb0, 0xc1, 0x92, 0xdd, 0x67, + 0xd4, 0x0d, 0x87, 0x8b, 0x53, 0x6e, 0xb7, 0x77, 0x3c, 0x97, 0x89, 0xdf, 0x55, 0x95, 0x73, 0xfd, + 0x29, 0xd9, 0x11, 0xda, 0x1b, 0x4e, 0x16, 0xb7, 0xb5, 0x16, 0xb0, 0xe0, 0x0e, 0xfe, 0x8d, 0x69, + 0x71, 0xaa, 0x0a, 0xc4, 0xa6, 0xf5, 0xb8, 0xdb, 0x35, 0xad, 0x41, 0xff, 0xb0, 0xd7, 0x67, 0x97, + 0x03, 0x9b, 0x56, 0x04, 0xec, 0xef, 0x23, 0x24, 0x67, 0x34, 0x61, 0xf9, 0x31, 0x0d, 0x7b, 0xee, + 0x99, 0x27, 0x26, 0xc3, 0xf8, 0x0b, 0x4b, 0xb0, 0xa2, 0x40, 0x91, 0x16, 0xe8, 0x19, 0xf5, 0x03, + 0xc7, 0x73, 0x71, 0x9f, 0x54, 0x4d, 0x99, 0x64, 0xe4, 0x4d, 0x48, 0x69, 0xc8, 0x66, 0xac, 0x63, + 0xae, 0x90, 0xeb, 0x90, 0xc7, 0x78, 0x07, 0x56, 0x9c, 0x09, 0x75, 0x43, 0x27, 0xbc, 0xb2, 0x62, + 0xfa, 0xe7, 0x65, 0x09, 0x16, 0x7c, 0xc6, 0x3a, 0x94, 0xec, 0xa9, 0x63, 0x4b, 0x7f, 0x08, 0x9e, + 0x60, 0xd0, 0xb1, 0x37, 0xf5, 0x7c, 0x94, 0x5b, 0xaa, 0x26, 0x4f, 0x90, 0x07, 0xb0, 0xce, 0x64, + 0x28, 0xdd, 0x28, 0x80, 0x14, 0x8a, 0xab, 0xc2, 0x89, 0xbb, 0x98, 0x1d, 0x47, 0x86, 0x01, 0x96, + 0xc3, 0xb8, 0x0b, 0x56, 0x42, 0xb0, 0x93, 0xaa, 0x00, 0xd7, 0x4a, 0xac, 0xba, 0x8b, 0x59, 0x1b, + 0x73, 0x14, 0xfe, 0x43, 0xd8, 0x60, 0xf8, 0x8a, 0x01, 0x55, 0x25, 0x56, 0xb0, 0x04, 0xab, 0xac, + 0x27, 0xf2, 0x54, 0x99, 0x5b, 0x50, 0xe5, 0xbd, 0x62, 0x5b, 0xa2, 0xc4, 0x75, 0x16, 0xd8, 0x15, + 0xea, 0x07, 0x29, 0xd7, 0x05, 0xae, 0x08, 0x48, 0xba, 0x2e, 0x68, 0xce, 0x0f, 0x95, 0xa4, 0xf3, + 0xc3, 0x43, 0xd8, 0x38, 0x65, 0x7b, 0xf4, 0x82, 0xda, 0x13, 0xea, 0x5b, 0xd1, 0xce, 0xe7, 0xe2, + 0xe6, 0x1a, 0xcb, 0x3c, 0xc0, 0x3c, 0x75, 0x50, 0x18, 0x27, 0xc8, 0x08, 0x0f, 0x9d, 0x58, 0xa1, + 0x67, 0x21, 0x83, 0x88, 0x24, 0xac, 0x62, 0x36, 0x38, 0x78, 0xe4, 0x75, 0x18, 0x30, 0x8e, 0x77, + 0xee, 0xdb, 0xf3, 0x0b, 0x21, 0x0c, 0x2a, 0xbc, 0xc7, 0x0c, 0x48, 0x5e, 0x83, 0x32, 0x3b, 0x13, + 0x2e, 0xe5, 0x96, 0x60, 0x2e, 0x66, 0x49, 0x10, 0x79, 0x0b, 0x96, 0xb0, 0x8d, 0xa0, 0xd5, 0xc4, + 0x03, 0x51, 0x8f, 0xae, 0x0a, 0xc7, 0x35, 0x45, 0x1e, 0x63, 0xb7, 0x17, 0xbe, 0xc3, 0xe9, 0x58, + 0xd5, 0xc4, 0xdf, 0xe4, 0x87, 0x1a, 0x51, 0x5c, 0xc3, 0xb2, 0x6f, 0x89, 0xb2, 0x89, 0xad, 0x78, + 0x1d, 0x7d, 0xfc, 0x46, 0xa9, 0xd5, 0x8f, 0x8a, 0x95, 0x5a, 0xb3, 0x6e, 0xb4, 0xd0, 0x63, 0xc3, + 0xa4, 0x63, 0xef, 0x19, 0xf5, 0xaf, 0x62, 0x67, 0x24, 0x07, 0x5b, 0xa9, 0xac, 0xc8, 0xf0, 0xeb, + 0x0b, 0xb8, 0x35, 0xf3, 0x26, 0x92, 0x29, 0xa8, 0x4b, 0xe0, 0x91, 0x37, 0x61, 0xcc, 0xcb, 0xaa, + 0x42, 0x3a, 0x73, 0x5c, 0x27, 0xb8, 0xa0, 0x13, 0xc1, 0x1b, 0x34, 0x65, 0xc6, 0xbe, 0x80, 0x33, + 0x0e, 0x7c, 0xee, 0x7b, 0xe7, 0xea, 0xaa, 0xcc, 0x99, 0x2a, 0x6d, 0x7c, 0x0c, 0x25, 0xbe, 0x82, + 0xec, 0xa0, 0xe0, 0xfa, 0xe6, 0xc4, 0x41, 0x41, 0x68, 0x0b, 0xca, 0x2e, 0x0d, 0x9f, 0x7b, 0xfe, + 0x53, 0x69, 0x45, 0x12, 0x49, 0xe3, 0x27, 0xa8, 0xd2, 0x54, 0xae, 0x37, 0x5c, 0xf9, 0xc0, 0xb6, + 0x30, 0xdf, 0x82, 0xc1, 0x85, 0x2d, 0xb4, 0xac, 0x15, 0x04, 0x0c, 0x2f, 0xec, 0xd4, 0x16, 0xce, + 0xa7, 0xbd, 0x6f, 0xde, 0x82, 0x65, 0xe9, 0xec, 0x13, 0x58, 0x53, 0x7a, 0x16, 0x8a, 0x23, 0x59, + 0x17, 0x9e, 0x3e, 0xc1, 0x21, 0x3d, 0x0b, 0x8d, 0x23, 0x58, 0x15, 0x87, 0x66, 0x30, 0xa7, 0xb2, + 0xe9, 0x4f, 0xb2, 0xa4, 0xa2, 0xda, 0xc3, 0xb5, 0x38, 0xbb, 0xc1, 0x19, 0xbb, 0x98, 0xa8, 0x64, + 0xfc, 0x38, 0xd2, 0x20, 0x32, 0x66, 0x44, 0xd4, 0x27, 0x64, 0x13, 0x69, 0x7c, 0x93, 0x36, 0x6c, + 0x25, 0x01, 0x39, 0x13, 0x36, 0x3b, 0xc1, 0x62, 0x3c, 0x96, 0x4e, 0x58, 0x15, 0x53, 0x26, 0x8d, + 0x7f, 0x97, 0x83, 0x35, 0xac, 0x4c, 0x4a, 0x75, 0xe2, 0xa6, 0xf8, 0xa9, 0x3b, 0xc9, 0xd6, 0x47, + 0xe7, 0x00, 0x79, 0xe2, 0xeb, 0x1b, 0x36, 0x8a, 0x29, 0xc3, 0xc6, 0xb7, 0xa1, 0x39, 0xa1, 0x53, + 0x07, 0xb7, 0x92, 0x64, 0xa8, 0x38, 0x07, 0xbb, 0x22, 0xe1, 0x42, 0xcb, 0x60, 0xfc, 0xd5, 0x1c, + 0xac, 0x72, 0x7e, 0x0d, 0xf5, 0x36, 0x62, 0xa2, 0x3e, 0x93, 0x0a, 0x0a, 0x41, 0x4e, 0xc5, 0x98, + 0x22, 0x3e, 0x06, 0xa1, 0x1c, 0xf9, 0xe0, 0x86, 0x50, 0x5c, 0x08, 0x28, 0xf9, 0x1e, 0x4a, 0xa2, + 0xae, 0x85, 0x40, 0xc1, 0x87, 0xdf, 0xcc, 0xe0, 0x10, 0x55, 0x71, 0x26, 0xa6, 0xba, 0x08, 0xda, + 0xad, 0xc0, 0x12, 0xd7, 0x82, 0x19, 0xfb, 0xd0, 0x88, 0x35, 0x13, 0xb3, 0xb3, 0xd4, 0xb9, 0x9d, + 0x25, 0x65, 0xf7, 0xcc, 0xa7, 0xed, 0x9e, 0x57, 0xb0, 0x66, 0x52, 0x7b, 0x72, 0xb5, 0xef, 0xf9, + 0xc7, 0xc1, 0x69, 0xb8, 0xcf, 0x99, 0x60, 0x76, 0x07, 0x29, 0x63, 0x7e, 0xcc, 0x98, 0x21, 0x6d, + 0xba, 0x52, 0x0d, 0xf3, 0x2d, 0x58, 0x8e, 0xac, 0xfe, 0x9a, 0xda, 0xbb, 0xa1, 0x0c, 0xff, 0xc8, + 0x3b, 0x11, 0x28, 0xce, 0x83, 0xd3, 0x50, 0x28, 0xbe, 0xf1, 0xb7, 0xf1, 0xbf, 0x8b, 0x40, 0xd8, + 0x6e, 0x4e, 0x6c, 0x98, 0x84, 0xbf, 0x42, 0x3e, 0xe5, 0xaf, 0xf0, 0x00, 0x88, 0x86, 0x20, 0xdd, + 0x28, 0x0a, 0xca, 0x8d, 0xa2, 0x19, 0xe1, 0x0a, 0x2f, 0x8a, 0x07, 0xb0, 0x2e, 0x24, 0x8a, 0x78, + 0x57, 0xf9, 0xd6, 0x20, 0x5c, 0xb4, 0x88, 0xf5, 0x57, 0xfa, 0x2a, 0x48, 0x4d, 0x75, 0x81, 0xfb, + 0x2a, 0x48, 0x85, 0x92, 0xb6, 0x01, 0x97, 0x5e, 0xba, 0x01, 0xcb, 0xa9, 0x0d, 0xa8, 0x29, 0x17, + 0x2b, 0x71, 0xe5, 0x62, 0x4a, 0x4d, 0xce, 0xd9, 0xe7, 0x98, 0x9a, 0xfc, 0x1e, 0x34, 0xa5, 0xa2, + 0x49, 0xa9, 0x30, 0xb9, 0x93, 0x91, 0x50, 0x22, 0x77, 0xa4, 0x12, 0x33, 0x66, 0x51, 0xab, 0x25, + 0x2c, 0x6a, 0xef, 0xc2, 0x6a, 0xc0, 0xf6, 0xaf, 0xb5, 0x70, 0x85, 0xa7, 0x21, 0x9d, 0xa0, 0x3c, + 0x5e, 0x31, 0x9b, 0x98, 0x71, 0x12, 0xc1, 0xd3, 0x2a, 0xb9, 0x46, 0x86, 0x4a, 0xee, 0x51, 0x64, + 0xbc, 0x0f, 0x2e, 0x9c, 0x19, 0x32, 0x3e, 0x91, 0xf7, 0x9c, 0x98, 0xe0, 0xe1, 0x85, 0x33, 0x33, + 0xa5, 0xa7, 0x08, 0x4b, 0x90, 0x0e, 0xdc, 0x11, 0xe3, 0xc9, 0x70, 0xf2, 0xe0, 0xb3, 0xb0, 0x82, + 0x9c, 0xea, 0x36, 0x47, 0x3b, 0x4a, 0xf8, 0x7b, 0x24, 0x26, 0x85, 0x55, 0xc2, 0xb5, 0xc0, 0x4d, + 0x7d, 0x52, 0x8e, 0xec, 0x4b, 0x6e, 0x37, 0xf8, 0x5f, 0x39, 0x68, 0xb2, 0x6d, 0x17, 0x3b, 0xd1, + 0x9f, 0x02, 0xd2, 0x9e, 0x57, 0x3c, 0xd0, 0x35, 0x86, 0x2b, 0xcf, 0xf3, 0xc7, 0x80, 0x07, 0xd4, + 0xf2, 0xe6, 0xd4, 0x15, 0xc7, 0xb9, 0x15, 0x3f, 0xce, 0x11, 0xc9, 0x3e, 0xb8, 0xc1, 0x05, 0x3e, + 0x06, 0x21, 0x9f, 0x42, 0x95, 0x9d, 0x03, 0xdc, 0x94, 0xc2, 0xf7, 0x74, 0x5b, 0x09, 0xf1, 0xa9, + 0x23, 0xc9, 0x8a, 0xce, 0x45, 0x32, 0xcb, 0xbd, 0xa3, 0x98, 0xe1, 0xde, 0xa1, 0xd1, 0x8b, 0x03, + 0x80, 0x27, 0xf4, 0xea, 0xd0, 0x1b, 0xa3, 0x3a, 0xe5, 0x36, 0x00, 0x3b, 0x3a, 0x67, 0xf6, 0xcc, + 0x11, 0x8a, 0xc4, 0x92, 0x59, 0x7d, 0x4a, 0xaf, 0xf6, 0x11, 0xc0, 0xf6, 0x0d, 0xcb, 0x8e, 0x88, + 0x46, 0xc9, 0xac, 0x3c, 0xa5, 0x57, 0x9c, 0x62, 0x58, 0xd0, 0x78, 0x42, 0xaf, 0xf6, 0x28, 0x67, + 0xcc, 0x3d, 0x9f, 0xed, 0x59, 0xdf, 0x7e, 0xce, 0x38, 0xf1, 0x98, 0x6b, 0x46, 0xcd, 0xb7, 0x9f, + 0x3f, 0xa1, 0x57, 0xd2, 0x4d, 0xa4, 0xcc, 0xf2, 0xa7, 0xde, 0x58, 0xb0, 0x12, 0x52, 0x77, 0x13, + 0x75, 0xca, 0x5c, 0x7a, 0x8a, 0xbf, 0x8d, 0x3f, 0xce, 0x41, 0x83, 0xf5, 0x1f, 0x6f, 0x01, 0xdc, + 0x21, 0xc2, 0x57, 0x31, 0x17, 0xf9, 0x2a, 0x3e, 0x14, 0x44, 0x94, 0x5f, 0x29, 0xf9, 0xeb, 0xaf, + 0x14, 0x5c, 0x1b, 0x7e, 0x9f, 0xbc, 0x0f, 0x55, 0x4e, 0x05, 0x18, 0x59, 0x29, 0xc4, 0x16, 0x38, + 0x36, 0x20, 0xb3, 0x82, 0x68, 0x4f, 0xb8, 0x6b, 0x94, 0xa6, 0x26, 0xe7, 0x53, 0x5c, 0xf5, 0x95, + 0x72, 0x3c, 0x63, 0x19, 0x4a, 0xd7, 0xb8, 0x46, 0xe9, 0x3a, 0xe8, 0xa5, 0xa4, 0x0e, 0xda, 0x70, + 0xa1, 0xc2, 0x96, 0x1a, 0x07, 0x9b, 0x51, 0x69, 0x2e, 0xab, 0x52, 0xc6, 0x78, 0xd8, 0xec, 0x0e, + 0x62, 0x74, 0x35, 0x2f, 0x18, 0x0f, 0x3b, 0xa0, 0xac, 0x22, 0xd6, 0x71, 0xd7, 0xb3, 0x50, 0xa9, + 0x2b, 0xd4, 0x9d, 0x15, 0xb3, 0xea, 0x7a, 0xc7, 0x1c, 0x60, 0xfc, 0xb9, 0x1c, 0xd4, 0xb4, 0xf3, + 0x88, 0x5a, 0x7e, 0x35, 0x9d, 0xfc, 0xf0, 0xc6, 0x4f, 0x40, 0x6c, 0x3d, 0x0e, 0x6e, 0x98, 0x8d, + 0x71, 0x6c, 0x81, 0x76, 0xc4, 0x56, 0xc6, 0x92, 0xf9, 0x98, 0x6a, 0x49, 0x8e, 0x4b, 0xee, 0x5f, + 0xf6, 0x7b, 0x77, 0x09, 0x8a, 0x0c, 0xd5, 0xf8, 0x0c, 0x56, 0xb5, 0x6e, 0x70, 0xd5, 0xcb, 0xab, + 0x4e, 0x80, 0xf1, 0x8b, 0xaa, 0x30, 0x6b, 0x83, 0x1b, 0xad, 0xa5, 0x17, 0x1a, 0x9d, 0xf0, 0x79, + 0x11, 0xde, 0x6e, 0x1c, 0x84, 0x33, 0xf3, 0xaa, 0x9e, 0x51, 0xbf, 0x9a, 0x83, 0x35, 0xad, 0xfa, + 0x7d, 0xc7, 0xb5, 0xa7, 0xce, 0x4f, 0x90, 0xff, 0x08, 0x9c, 0x73, 0x37, 0xd1, 0x00, 0x07, 0x7d, + 0x9d, 0x06, 0xd8, 0x35, 0xc1, 0x7d, 0x5a, 0xb9, 0x5f, 0xb4, 0xb8, 0x1a, 0x01, 0x61, 0xa6, 0xfd, + 0x7c, 0x74, 0x69, 0xfc, 0xb5, 0x3c, 0xac, 0x8b, 0x2e, 0xa0, 0xeb, 0xb1, 0xc3, 0xd8, 0xce, 0xa3, + 0xe0, 0x9c, 0x7c, 0x0a, 0x0d, 0x36, 0x7d, 0x96, 0x4f, 0xcf, 0x9d, 0x20, 0xa4, 0xd2, 0x9e, 0x9e, + 0x41, 0x69, 0x19, 0xf7, 0xc1, 0x50, 0x4d, 0x81, 0x49, 0x3e, 0x83, 0x1a, 0x16, 0xe5, 0xda, 0x2f, + 0xb1, 0x56, 0xad, 0x74, 0x41, 0xbe, 0x16, 0x07, 0x37, 0x4c, 0x08, 0xa2, 0x95, 0xf9, 0x0c, 0x6a, + 0xb8, 0xcc, 0xcf, 0x70, 0xae, 0x13, 0xc4, 0x2e, 0xb5, 0x16, 0xac, 0xf0, 0x3c, 0x5a, 0x99, 0x36, + 0x34, 0x38, 0xb9, 0x13, 0x33, 0x29, 0x5c, 0x1a, 0xb7, 0xd3, 0xc5, 0xe5, 0x5c, 0xb3, 0xce, 0xcf, + 0xb5, 0xf4, 0x6e, 0x15, 0xca, 0xa1, 0xef, 0x9c, 0x9f, 0x53, 0xdf, 0xd8, 0x54, 0x53, 0xc3, 0xe8, + 0x38, 0x1d, 0x86, 0x74, 0xce, 0xe4, 0x09, 0xe3, 0x5f, 0xe6, 0xa0, 0x26, 0x28, 0xf3, 0x4f, 0x6d, + 0xaa, 0xdf, 0x4e, 0xe8, 0x49, 0xab, 0x9a, 0x5a, 0xf4, 0x1d, 0x58, 0x99, 0x31, 0xe1, 0x87, 0x09, + 0xe7, 0x31, 0x3b, 0xfd, 0xb2, 0x04, 0x0b, 0xbe, 0x7e, 0x07, 0xd6, 0x90, 0xcd, 0x0f, 0xac, 0xd0, + 0x99, 0x5a, 0x32, 0x53, 0xf8, 0xdf, 0xaf, 0xf2, 0xac, 0x91, 0x33, 0x3d, 0x12, 0x19, 0x8c, 0xdb, + 0x0d, 0x42, 0xfb, 0x9c, 0x0a, 0xea, 0xc0, 0x13, 0x4c, 0xa0, 0x4a, 0xc8, 0xe5, 0x52, 0xa0, 0xfa, + 0xbf, 0xab, 0xb0, 0x95, 0xca, 0x12, 0x02, 0x95, 0x32, 0xcc, 0x4e, 0x9d, 0xd9, 0xa9, 0xa7, 0x0c, + 0x03, 0x39, 0xcd, 0x30, 0x7b, 0xc8, 0x72, 0xa4, 0x61, 0x80, 0xc2, 0x86, 0xdc, 0xb2, 0xa8, 0xd9, + 0x57, 0xa2, 0x7b, 0x1e, 0x05, 0xcb, 0xf7, 0xe3, 0xd7, 0x60, 0xb2, 0x39, 0x09, 0xd7, 0x79, 0xb9, + 0xb5, 0x79, 0x0a, 0x16, 0x90, 0x3f, 0x0d, 0x2d, 0x75, 0x32, 0x84, 0x9c, 0xa1, 0xe9, 0x21, 0x58, + 0x4b, 0xdf, 0x79, 0x49, 0x4b, 0x31, 0x95, 0x2b, 0x32, 0x7b, 0x9b, 0xf2, 0x50, 0xf1, 0x0a, 0x55, + 0x5b, 0xcf, 0xe0, 0x75, 0xd9, 0x16, 0xca, 0x0d, 0xe9, 0x16, 0x8b, 0xaf, 0x34, 0x36, 0x54, 0x27, + 0xc7, 0x9a, 0x35, 0x6f, 0x89, 0x8a, 0x55, 0x96, 0xde, 0xee, 0x05, 0x6c, 0x3e, 0xb7, 0x9d, 0x50, + 0x8e, 0x51, 0x53, 0x83, 0x94, 0xb0, 0xbd, 0x87, 0x2f, 0x69, 0xef, 0x0b, 0x5e, 0x38, 0x26, 0x49, + 0xad, 0x3f, 0x4f, 0x03, 0x83, 0xed, 0xbf, 0x53, 0x80, 0xe5, 0x78, 0x2d, 0x8c, 0xf4, 0x88, 0xeb, + 0x4a, 0x32, 0xc8, 0x82, 0x6b, 0x17, 0x46, 0xab, 0x3e, 0x67, 0x8c, 0xd3, 0xe6, 0xb4, 0x7c, 0x86, + 0x39, 0x4d, 0xb7, 0x62, 0x15, 0x5e, 0xe6, 0xd4, 0x50, 0x7c, 0x25, 0xa7, 0x86, 0x52, 0x96, 0x53, + 0xc3, 0x07, 0xd7, 0x5a, 0xc1, 0xb9, 0x2e, 0x3a, 0xd3, 0x02, 0xfe, 0xe8, 0x7a, 0x0b, 0x38, 0x67, + 0xb7, 0xaf, 0xb3, 0x7e, 0x6b, 0xb6, 0xfb, 0xca, 0x35, 0xb6, 0x27, 0xcd, 0x9a, 0x9f, 0x61, 0xfd, + 0xae, 0x7e, 0x0d, 0xeb, 0xf7, 0xf6, 0x1f, 0xe7, 0x80, 0xa4, 0x4f, 0x07, 0x79, 0xcc, 0x2d, 0x95, + 0x2e, 0x9d, 0x0a, 0xca, 0xfd, 0xdd, 0x57, 0x3b, 0x61, 0x72, 0x43, 0xc8, 0xd2, 0xe4, 0x3d, 0x58, + 0xd3, 0x5f, 0x09, 0xe9, 0x6a, 0x86, 0x86, 0x49, 0xf4, 0xac, 0x48, 0x61, 0xa6, 0x79, 0x90, 0x14, + 0x5f, 0xea, 0x41, 0x52, 0x7a, 0xa9, 0x07, 0xc9, 0x52, 0xdc, 0x83, 0x64, 0xfb, 0xdf, 0xe6, 0x60, + 0x2d, 0x63, 0x13, 0x7f, 0x73, 0x63, 0x66, 0x7b, 0x2f, 0x46, 0xd6, 0xf2, 0x62, 0xef, 0xe9, 0x14, + 0xed, 0x50, 0x2a, 0x59, 0xd9, 0x52, 0x04, 0xe2, 0xa6, 0xba, 0xff, 0x32, 0xea, 0x12, 0x95, 0x30, + 0xf5, 0xe2, 0xdb, 0x7f, 0x2f, 0x0f, 0x35, 0x2d, 0x93, 0xcd, 0x22, 0xdf, 0xb2, 0x9a, 0x67, 0x23, + 0xe7, 0x2d, 0x51, 0x49, 0x72, 0x07, 0x84, 0x2d, 0x8a, 0xe7, 0xf3, 0xc3, 0x25, 0x18, 0x49, 0x44, + 0xd8, 0x81, 0x35, 0x69, 0x45, 0xa6, 0x91, 0xb3, 0xb3, 0xb8, 0x6b, 0x84, 0x43, 0x80, 0xe8, 0x24, + 0xe2, 0xbf, 0x27, 0xe5, 0xd7, 0x68, 0xed, 0x34, 0xab, 0xdc, 0xaa, 0x70, 0x45, 0x10, 0x8b, 0xc8, + 0xf6, 0xf9, 0xfb, 0xb0, 0xa1, 0x7c, 0x11, 0x62, 0x25, 0xb8, 0xed, 0x87, 0x48, 0x9f, 0x03, 0xad, + 0xc8, 0x0f, 0xe1, 0x76, 0xa2, 0x4f, 0x89, 0xa2, 0xdc, 0x2b, 0xff, 0x66, 0xac, 0x77, 0x7a, 0x0d, + 0xdb, 0x7f, 0x06, 0x1a, 0x31, 0x42, 0xf9, 0xcd, 0x2d, 0x79, 0x52, 0x31, 0xc5, 0x67, 0x54, 0x57, + 0x4c, 0x6d, 0xff, 0xcf, 0x02, 0x90, 0x34, 0xad, 0xfe, 0x59, 0x76, 0x21, 0xbd, 0x31, 0x0b, 0x19, + 0x1b, 0xf3, 0xff, 0x1b, 0xff, 0x10, 0xe9, 0x47, 0x35, 0x57, 0x00, 0x7e, 0x38, 0x9b, 0x2a, 0x43, + 0xf6, 0xe2, 0xe3, 0xa4, 0xc3, 0x54, 0x25, 0xf6, 0xd0, 0x4d, 0x63, 0xa0, 0x12, 0x7e, 0x53, 0x27, + 0xb0, 0x64, 0xbb, 0xe3, 0x0b, 0xcf, 0x17, 0x74, 0xf0, 0xe7, 0xbe, 0xf6, 0xf5, 0xb9, 0xd3, 0xc6, + 0xf2, 0xc8, 0xb5, 0x99, 0xa2, 0x32, 0xe3, 0x7d, 0xa8, 0x69, 0x60, 0x52, 0x85, 0xd2, 0x61, 0xef, + 0x68, 0x77, 0xd0, 0xbc, 0x41, 0x1a, 0x50, 0x35, 0xbb, 0x9d, 0xc1, 0xe7, 0x5d, 0xb3, 0xbb, 0xd7, + 0xcc, 0x91, 0x0a, 0x14, 0x0f, 0x07, 0xc3, 0x51, 0x33, 0x6f, 0x6c, 0x43, 0x4b, 0xd4, 0x98, 0xb6, + 0x14, 0xfd, 0x66, 0x51, 0xe9, 0x37, 0x31, 0x53, 0x08, 0xf9, 0x1f, 0x40, 0x5d, 0x67, 0x6f, 0xc4, + 0x8e, 0x48, 0x78, 0xa3, 0x30, 0xf1, 0xde, 0xd3, 0x68, 0x75, 0x07, 0xb8, 0x2f, 0xc2, 0x44, 0x15, + 0xcb, 0xc7, 0xf8, 0xd6, 0x0c, 0xa3, 0x2e, 0xca, 0x47, 0xb1, 0x6d, 0xf8, 0xa7, 0x60, 0x39, 0x6e, + 0x15, 0x11, 0x14, 0x29, 0x4b, 0x64, 0x65, 0xa5, 0x63, 0x66, 0x12, 0xf2, 0x43, 0x68, 0x26, 0xad, + 0x2a, 0x82, 0x79, 0xbe, 0xa6, 0xfc, 0x8a, 0x13, 0x37, 0xb4, 0x90, 0x03, 0x58, 0xcf, 0x62, 0xf0, + 0x70, 0x7f, 0x5c, 0xaf, 0xe6, 0x20, 0x69, 0x26, 0x8e, 0x7c, 0x22, 0xac, 0x6b, 0x25, 0x5c, 0xfe, + 0xb7, 0xe2, 0xed, 0x6b, 0x93, 0xbd, 0xc3, 0xff, 0x69, 0x76, 0xb6, 0x67, 0x00, 0x11, 0x8c, 0x34, + 0xa1, 0x3e, 0x38, 0xee, 0xf6, 0xad, 0xce, 0x41, 0xbb, 0xdf, 0xef, 0x1e, 0x36, 0x6f, 0x10, 0x02, + 0xcb, 0xe8, 0x50, 0xb1, 0xa7, 0x60, 0x39, 0x06, 0x13, 0x56, 0x4e, 0x09, 0xcb, 0x93, 0x75, 0x68, + 0xf6, 0xfa, 0x09, 0x68, 0x81, 0xb4, 0x60, 0xfd, 0xb8, 0xcb, 0x7d, 0x30, 0x62, 0xf5, 0x16, 0x99, + 0xd0, 0x20, 0x86, 0xcb, 0x84, 0x86, 0x2f, 0xec, 0xe9, 0x94, 0x86, 0xe2, 0x1c, 0x48, 0x5e, 0xfa, + 0xaf, 0xe7, 0x60, 0x23, 0x91, 0x11, 0x99, 0x26, 0x38, 0x27, 0x1d, 0xe7, 0xa1, 0xeb, 0x08, 0x94, + 0xa7, 0xe9, 0x5d, 0x58, 0x55, 0x9a, 0xb2, 0xc4, 0xad, 0xd4, 0x54, 0x19, 0x12, 0xf9, 0x3d, 0x58, + 0xd3, 0x14, 0x6e, 0x09, 0x5a, 0x41, 0xb4, 0x2c, 0x51, 0xc0, 0xd8, 0x81, 0x25, 0xa1, 0x94, 0x6c, + 0x42, 0x41, 0x3e, 0xbf, 0x28, 0x9a, 0xec, 0x27, 0x21, 0x50, 0x9c, 0x45, 0xae, 0xbc, 0xf8, 0xdb, + 0xd8, 0x52, 0x6f, 0x85, 0x12, 0xa3, 0xfc, 0xd5, 0x22, 0x6c, 0x26, 0x73, 0x94, 0x6b, 0x79, 0x39, + 0x36, 0x40, 0x6e, 0xa4, 0x12, 0x20, 0xf2, 0x61, 0x62, 0xf7, 0xc4, 0x86, 0x88, 0xa8, 0xfa, 0x4e, + 0x91, 0x03, 0x7d, 0x98, 0xe4, 0x11, 0xf9, 0x96, 0x6f, 0x48, 0x77, 0x7a, 0x1c, 0x53, 0x82, 0x65, + 0xfc, 0x30, 0xc5, 0x32, 0x16, 0xb3, 0x0a, 0x25, 0x38, 0xc8, 0x2e, 0x6c, 0x45, 0x4e, 0xab, 0xf1, + 0x36, 0x4b, 0x59, 0xc5, 0x37, 0x14, 0xf6, 0xa1, 0xde, 0xf8, 0x63, 0x68, 0x45, 0xd5, 0x24, 0xba, + 0xb1, 0x94, 0x55, 0xcf, 0xa6, 0x42, 0x37, 0x63, 0xfd, 0xf9, 0x11, 0x6c, 0xc7, 0xe6, 0x2b, 0xde, + 0xa5, 0x72, 0x56, 0x55, 0x5b, 0xda, 0x04, 0xc6, 0x3a, 0x75, 0x08, 0xb7, 0x62, 0x75, 0x25, 0xfa, + 0x55, 0xc9, 0xaa, 0xac, 0xa5, 0x55, 0x16, 0xeb, 0x99, 0xf1, 0xdb, 0x4b, 0x40, 0x7e, 0xbc, 0xa0, + 0xfe, 0x15, 0x3e, 0x20, 0x0c, 0x5e, 0xe6, 0x0b, 0x2f, 0x15, 0x6f, 0xf9, 0x57, 0x7a, 0x24, 0x9c, + 0xf5, 0x48, 0xb7, 0xf8, 0xf2, 0x47, 0xba, 0xa5, 0x97, 0x3d, 0xd2, 0x7d, 0x13, 0x1a, 0xce, 0xb9, + 0xeb, 0xb1, 0x7b, 0x8d, 0x89, 0x35, 0x41, 0x6b, 0xe9, 0x6e, 0xe1, 0x5e, 0xdd, 0xac, 0x0b, 0x20, + 0x13, 0x6a, 0x02, 0xf2, 0x59, 0x84, 0x44, 0x27, 0xe7, 0xf8, 0x50, 0x5d, 0xbf, 0xd1, 0xba, 0x93, + 0x73, 0x2a, 0xf4, 0x8c, 0xb8, 0x61, 0x65, 0x61, 0x06, 0x0f, 0xc8, 0x5b, 0xb0, 0x1c, 0x78, 0x0b, + 0x26, 0x25, 0xca, 0x69, 0xe0, 0xa6, 0xe4, 0x3a, 0x87, 0x1e, 0x4b, 0xc7, 0x82, 0xb5, 0x45, 0x40, + 0xad, 0x99, 0x13, 0x04, 0x8c, 0xd7, 0x1e, 0x7b, 0x6e, 0xe8, 0x7b, 0x53, 0x61, 0x1d, 0x5e, 0x5d, + 0x04, 0xf4, 0x88, 0xe7, 0x74, 0x78, 0x06, 0xf9, 0x30, 0xea, 0xd2, 0xdc, 0x76, 0xfc, 0xa0, 0x05, + 0xd8, 0x25, 0x39, 0x52, 0x14, 0xc6, 0x6c, 0xc7, 0x57, 0x7d, 0x61, 0x89, 0x20, 0xf1, 0x78, 0xb8, + 0x96, 0x7c, 0x3c, 0xfc, 0x2b, 0xd9, 0x8f, 0x87, 0xb9, 0x43, 0xdc, 0x03, 0x51, 0x75, 0x7a, 0x89, + 0xbf, 0xd6, 0x1b, 0xe2, 0xf4, 0x9b, 0xe8, 0xe5, 0xaf, 0xf3, 0x26, 0x7a, 0x25, 0xeb, 0x4d, 0xf4, + 0xfb, 0x50, 0xc3, 0xd7, 0xaa, 0xd6, 0x05, 0xba, 0xc5, 0x72, 0x6b, 0x77, 0x53, 0x7f, 0xce, 0x7a, + 0xe0, 0xb8, 0xa1, 0x09, 0xbe, 0xfc, 0x19, 0xa4, 0x9f, 0x27, 0xaf, 0xfe, 0x0c, 0x9f, 0x27, 0x8b, + 0x57, 0xb5, 0x3b, 0x50, 0x91, 0xeb, 0xc4, 0x88, 0xed, 0x99, 0xef, 0xcd, 0xa4, 0x85, 0x8d, 0xfd, + 0x26, 0xcb, 0x90, 0x0f, 0x3d, 0x51, 0x38, 0x1f, 0x7a, 0xc6, 0x2f, 0x41, 0x4d, 0xdb, 0x6a, 0xe4, + 0x0d, 0xae, 0xa6, 0x66, 0x82, 0xb6, 0x10, 0x14, 0xf8, 0x2c, 0x56, 0x05, 0xb4, 0x37, 0x61, 0x97, + 0xc7, 0xc4, 0xf1, 0x29, 0x06, 0x12, 0xb0, 0x7c, 0xfa, 0x8c, 0xfa, 0x81, 0xb4, 0x78, 0x36, 0x55, + 0x86, 0xc9, 0xe1, 0xc6, 0x2f, 0xc3, 0x5a, 0x6c, 0x6d, 0x05, 0xf9, 0x7e, 0x0b, 0x96, 0x70, 0xde, + 0xa4, 0x5b, 0x4d, 0xfc, 0x99, 0xb0, 0xc8, 0xc3, 0xa0, 0x09, 0xdc, 0x58, 0x6b, 0xcd, 0x7d, 0xef, + 0x14, 0x1b, 0xc9, 0x99, 0x35, 0x01, 0x3b, 0xf6, 0xbd, 0x53, 0xe3, 0x0f, 0x0a, 0x50, 0x38, 0xf0, + 0xe6, 0xba, 0x2b, 0x6d, 0x2e, 0xe5, 0x4a, 0x2b, 0xb4, 0x07, 0x96, 0xd2, 0x0e, 0x08, 0x01, 0x0c, + 0xcd, 0x94, 0x52, 0x43, 0x70, 0x0f, 0x96, 0x19, 0x9d, 0x08, 0x3d, 0xeb, 0xcc, 0xf3, 0x9f, 0xdb, + 0x3e, 0x97, 0x6e, 0xf8, 0x6d, 0x51, 0xb7, 0x67, 0xe1, 0xc8, 0xdb, 0xe7, 0x70, 0xb2, 0x0e, 0x05, + 0x25, 0x8b, 0x62, 0x36, 0x4b, 0x92, 0x4d, 0x58, 0xc2, 0x87, 0x2f, 0x57, 0xc2, 0x2d, 0x44, 0xa4, + 0xc8, 0x77, 0x61, 0x2d, 0x5e, 0x2f, 0x27, 0x45, 0x82, 0xd1, 0xd5, 0x2b, 0x46, 0x9a, 0x74, 0x13, + 0x18, 0x1d, 0xe1, 0x38, 0xc2, 0x7f, 0xed, 0x8c, 0x52, 0xcc, 0xd2, 0x88, 0x5e, 0x25, 0x46, 0xf4, + 0xee, 0x40, 0x2d, 0x9c, 0x3e, 0xb3, 0xe6, 0xf6, 0xd5, 0xd4, 0xb3, 0x27, 0xe2, 0x7c, 0x43, 0x38, + 0x7d, 0x76, 0xcc, 0x21, 0xe4, 0x3d, 0x80, 0xd9, 0x7c, 0x2e, 0xce, 0x1e, 0x9a, 0xde, 0xa2, 0xad, + 0x7c, 0x74, 0x7c, 0xcc, 0xb7, 0x9c, 0x59, 0x9d, 0xcd, 0xe7, 0xfc, 0x27, 0xd9, 0x83, 0xe5, 0xcc, + 0xc7, 0xfe, 0xb7, 0xe5, 0x03, 0x05, 0x6f, 0xbe, 0x93, 0x71, 0x38, 0x1b, 0x63, 0x1d, 0xb6, 0xfd, + 0x43, 0x20, 0x7f, 0xc2, 0x27, 0xf7, 0x23, 0xa8, 0xaa, 0xfe, 0xe9, 0x2f, 0xd6, 0xf1, 0x4d, 0x56, + 0x2d, 0xf6, 0x62, 0xbd, 0x3d, 0x99, 0xf8, 0x8c, 0x2e, 0x72, 0xee, 0x47, 0x91, 0x7c, 0xd0, 0xd8, + 0x1f, 0xf1, 0xb4, 0xc7, 0xf8, 0x2f, 0x39, 0x28, 0xf1, 0xe7, 0xf3, 0x6f, 0xc3, 0x0a, 0xc7, 0x57, + 0x6e, 0xc9, 0xc2, 0x99, 0x84, 0x33, 0x51, 0x23, 0xe1, 0x91, 0xcc, 0x8e, 0x85, 0x16, 0x52, 0x24, + 0x62, 0x23, 0xb4, 0xb0, 0x22, 0x77, 0xa0, 0xaa, 0x9a, 0xd6, 0xb6, 0x4e, 0x45, 0xb6, 0x4c, 0x5e, + 0x87, 0xe2, 0x85, 0x37, 0x97, 0x6a, 0x3c, 0x88, 0x66, 0xd2, 0x44, 0x78, 0xd4, 0x17, 0xd6, 0x46, + 0xf4, 0xe4, 0xa8, 0x20, 0xfa, 0xc2, 0x1a, 0xc1, 0x6d, 0x90, 0x1e, 0xe3, 0x52, 0xc6, 0x18, 0x4f, + 0x60, 0x85, 0xd1, 0x01, 0xcd, 0xa3, 0xe5, 0xfa, 0x4b, 0xf3, 0xdb, 0x8c, 0x5d, 0x1f, 0x4f, 0x17, + 0x13, 0xaa, 0x2b, 0x52, 0xd1, 0xc7, 0x54, 0xc0, 0xa5, 0x98, 0x64, 0xfc, 0x76, 0x8e, 0xd3, 0x17, + 0x56, 0x2f, 0xb9, 0x07, 0x45, 0x57, 0x7a, 0xbf, 0x44, 0x4c, 0xb9, 0x7a, 0x1c, 0xc7, 0xf0, 0x4c, + 0xc4, 0x60, 0x4b, 0x87, 0x3e, 0x23, 0x7a, 0xed, 0x0d, 0xb3, 0xe6, 0x2e, 0x66, 0x4a, 0x0f, 0xf9, + 0x2d, 0x39, 0xac, 0x84, 0x0e, 0x8f, 0x8f, 0x5e, 0x1d, 0xd3, 0x1d, 0xcd, 0x59, 0xb5, 0x18, 0xbb, + 0x31, 0x25, 0x4b, 0x3f, 0x39, 0xa7, 0x9a, 0x93, 0xea, 0xef, 0xe6, 0xa1, 0x11, 0xeb, 0x11, 0x7a, + 0xeb, 0xb2, 0x0b, 0x80, 0xdb, 0x19, 0xc5, 0x7a, 0xa3, 0x53, 0xa4, 0x90, 0xba, 0xb4, 0x79, 0xca, + 0xc7, 0xe6, 0x49, 0xb9, 0xaf, 0x15, 0x74, 0xf7, 0xb5, 0x07, 0x50, 0x8d, 0x42, 0xc9, 0xc4, 0xbb, + 0xc4, 0xda, 0x93, 0x4f, 0x04, 0x23, 0xa4, 0xc8, 0xe1, 0xad, 0xa4, 0x3b, 0xbc, 0x7d, 0x5f, 0xf3, + 0x8f, 0x5a, 0xc2, 0x6a, 0x8c, 0xac, 0x19, 0xfd, 0x99, 0x78, 0x47, 0x19, 0x9f, 0x41, 0x4d, 0xeb, + 0xbc, 0xee, 0x63, 0x94, 0x8b, 0xf9, 0x18, 0xa9, 0x27, 0xbe, 0xf9, 0xe8, 0x89, 0xaf, 0xf1, 0xe7, + 0xf3, 0xd0, 0x60, 0xe7, 0xcb, 0x71, 0xcf, 0x8f, 0xbd, 0xa9, 0x33, 0x46, 0xbb, 0xa3, 0x3a, 0x61, + 0x82, 0xd1, 0x92, 0xe7, 0x4c, 0x1c, 0x31, 0xce, 0x67, 0xe9, 0xf1, 0x0d, 0x38, 0x91, 0x56, 0xf1, + 0x0d, 0x0c, 0x68, 0x30, 0xc2, 0x88, 0x16, 0xc4, 0x28, 0x20, 0x8d, 0x59, 0x3b, 0xa3, 0x74, 0xd7, + 0x0e, 0x38, 0x85, 0xfc, 0x2e, 0xac, 0x31, 0x1c, 0x7c, 0xda, 0x3d, 0x73, 0xa6, 0x53, 0x27, 0x7a, + 0xe3, 0x57, 0x30, 0x9b, 0x67, 0x94, 0x9a, 0x76, 0x48, 0x8f, 0x58, 0x86, 0x88, 0x5f, 0x53, 0x99, + 0x38, 0x81, 0x7d, 0x1a, 0xf9, 0x54, 0xab, 0x34, 0xfa, 0x35, 0x08, 0xbb, 0x7c, 0x74, 0xc8, 0x8a, + 0x66, 0x6d, 0xc6, 0xad, 0xf2, 0x58, 0x3e, 0xb1, 0x93, 0xca, 0xc9, 0x9d, 0x64, 0xfc, 0xb3, 0x3c, + 0xd4, 0xb4, 0x6d, 0xf9, 0x2a, 0xb7, 0xeb, 0xed, 0x94, 0x9d, 0xb8, 0xaa, 0x9b, 0x84, 0xdf, 0x8c, + 0x37, 0x59, 0x50, 0x0f, 0xc1, 0xf4, 0x0d, 0x7c, 0x0b, 0xaa, 0xec, 0xd4, 0xbd, 0x8f, 0xfa, 0x74, + 0x11, 0x3f, 0x0a, 0x01, 0xc7, 0x8b, 0x53, 0x99, 0xf9, 0x10, 0x33, 0x4b, 0x51, 0xe6, 0x43, 0x96, + 0xf9, 0xa2, 0x87, 0x20, 0x1f, 0x43, 0x5d, 0xd4, 0x8a, 0x6b, 0x2a, 0xc4, 0x82, 0x75, 0xed, 0xe6, + 0x56, 0xeb, 0x6d, 0xd6, 0x78, 0x73, 0x7c, 0xf1, 0x45, 0xc1, 0x87, 0xb2, 0x60, 0xe5, 0x65, 0x05, + 0x1f, 0xf2, 0x84, 0xb1, 0xaf, 0xde, 0xd6, 0xa0, 0x67, 0xa2, 0xa4, 0x63, 0xef, 0xc1, 0x9a, 0x24, + 0x57, 0x0b, 0xd7, 0x76, 0x5d, 0x6f, 0xe1, 0x8e, 0xa9, 0x7c, 0xe5, 0x4b, 0x44, 0xd6, 0x49, 0x94, + 0x63, 0x4c, 0x54, 0xc8, 0x08, 0xee, 0xe1, 0x78, 0x1f, 0x4a, 0x9c, 0x2f, 0xe7, 0xcc, 0x47, 0x36, + 0xe1, 0xe2, 0x28, 0xe4, 0x1e, 0x94, 0x38, 0x7b, 0x9e, 0xbf, 0x96, 0xd8, 0x70, 0x04, 0xa3, 0x0d, + 0x84, 0x15, 0x3c, 0xa2, 0xa1, 0xef, 0x8c, 0x83, 0xe8, 0x01, 0x71, 0x29, 0xbc, 0x9a, 0x8b, 0xb6, + 0x22, 0x35, 0x7c, 0x84, 0x89, 0x0a, 0x07, 0x8e, 0xc3, 0x2e, 0xa6, 0xb5, 0x58, 0x1d, 0x82, 0x5d, + 0x9a, 0xc2, 0xe6, 0x29, 0x0d, 0x9f, 0x53, 0xea, 0xba, 0x8c, 0x19, 0x1a, 0x53, 0x37, 0xf4, 0xed, + 0x29, 0x5b, 0x24, 0x3e, 0x82, 0x47, 0xa9, 0x5a, 0x23, 0x85, 0xd6, 0x6e, 0x54, 0xb0, 0xa3, 0xca, + 0x71, 0xda, 0xb1, 0x71, 0x9a, 0x95, 0xb7, 0xfd, 0x8b, 0xb0, 0x7d, 0x7d, 0xa1, 0x8c, 0xe0, 0x01, + 0xf7, 0xe2, 0x54, 0x45, 0x19, 0x75, 0xa7, 0x9e, 0x1d, 0xf2, 0xde, 0xe8, 0x94, 0xa5, 0x0f, 0x35, + 0x2d, 0x27, 0xba, 0xfb, 0x73, 0xc8, 0xdc, 0xf1, 0x04, 0xbb, 0x91, 0x5c, 0xcf, 0x9f, 0xa1, 0x11, + 0x75, 0x62, 0x45, 0xb5, 0xe7, 0xcc, 0x95, 0x08, 0x8e, 0x3e, 0x35, 0xc6, 0x0e, 0xac, 0x20, 0x67, + 0xaf, 0x5d, 0x74, 0x2f, 0x62, 0x06, 0x8d, 0x75, 0x20, 0x7d, 0x4e, 0xbb, 0x74, 0x6f, 0xcf, 0x7f, + 0x5f, 0x80, 0x9a, 0x06, 0x66, 0xb7, 0x11, 0xba, 0xc8, 0x5a, 0x13, 0xc7, 0x9e, 0x51, 0x69, 0xb1, + 0x6e, 0x98, 0x0d, 0x84, 0xee, 0x09, 0x20, 0xbb, 0x8b, 0xed, 0x67, 0xe7, 0x96, 0xb7, 0x08, 0xad, + 0x09, 0x3d, 0xf7, 0xa9, 0xec, 0x65, 0xdd, 0x7e, 0x76, 0x3e, 0x58, 0x84, 0x7b, 0x08, 0x63, 0x58, + 0x8c, 0x96, 0x68, 0x58, 0xc2, 0x63, 0x72, 0x66, 0x5f, 0x46, 0x58, 0xc2, 0xb5, 0x98, 0xef, 0xcc, + 0xa2, 0x72, 0x2d, 0xe6, 0xd2, 0x62, 0xf2, 0x02, 0x2d, 0xa5, 0x2f, 0xd0, 0x0f, 0x61, 0x93, 0x5f, + 0xa0, 0x82, 0x34, 0x5b, 0x89, 0x93, 0xbc, 0x8e, 0xb9, 0x62, 0x90, 0x1a, 0xdb, 0xdb, 0x64, 0x23, + 0x90, 0x64, 0x29, 0x70, 0x7e, 0xc2, 0x09, 0x59, 0xce, 0x64, 0x23, 0x13, 0x95, 0x0f, 0x9d, 0x9f, + 0x50, 0x86, 0x89, 0xbe, 0x59, 0x3a, 0xa6, 0x78, 0xe6, 0x35, 0x73, 0xdc, 0x24, 0xa6, 0x7d, 0x19, + 0xc7, 0xac, 0x0a, 0x4c, 0xfb, 0x52, 0xc7, 0x7c, 0x04, 0x5b, 0x33, 0x3a, 0x71, 0xec, 0x78, 0xb5, + 0x56, 0xc4, 0xb8, 0xad, 0xf3, 0x6c, 0xad, 0xcc, 0x90, 0x0b, 0xee, 0x6c, 0x36, 0x7e, 0xe2, 0xcd, + 0x4e, 0x1d, 0xce, 0xb3, 0x70, 0x6f, 0xb1, 0xa2, 0xb9, 0xec, 0x2e, 0x66, 0xbf, 0x80, 0x60, 0x56, + 0x24, 0x30, 0x1a, 0x50, 0x1b, 0x86, 0xde, 0x5c, 0x2e, 0xf3, 0x32, 0xd4, 0x79, 0x52, 0x3c, 0x90, + 0xbf, 0x05, 0x37, 0x91, 0x24, 0x8c, 0xbc, 0xb9, 0x37, 0xf5, 0xce, 0xaf, 0x62, 0x4a, 0xd9, 0x7f, + 0x95, 0x83, 0xb5, 0x58, 0xae, 0x20, 0xaf, 0x1f, 0x72, 0x7a, 0xa6, 0x9e, 0xf7, 0xe6, 0x62, 0x6f, + 0xbb, 0xd8, 0x7a, 0x71, 0x44, 0x4e, 0xcc, 0xe4, 0x93, 0xdf, 0x76, 0x14, 0xe3, 0x47, 0x16, 0xe4, + 0x24, 0xa5, 0x95, 0x26, 0x29, 0xa2, 0xbc, 0x8c, 0xfe, 0x23, 0xab, 0xf8, 0x39, 0xf1, 0x14, 0x6f, + 0x22, 0x86, 0x5c, 0x88, 0x3f, 0xd6, 0xd1, 0x15, 0xb8, 0xb2, 0x07, 0x91, 0x56, 0x37, 0x30, 0xfe, + 0x6e, 0x0e, 0x20, 0xea, 0x1d, 0x3e, 0x17, 0x52, 0x7c, 0x4b, 0x0e, 0x1d, 0xb5, 0x35, 0x1e, 0xe5, + 0x0d, 0xa8, 0x2b, 0x9f, 0xfe, 0x88, 0x13, 0xaa, 0x49, 0x18, 0x63, 0x87, 0xde, 0x81, 0x95, 0xf3, + 0xa9, 0x77, 0x8a, 0x1c, 0xab, 0xe0, 0x5b, 0xb8, 0x4b, 0xc8, 0x32, 0x07, 0x4b, 0x6e, 0x24, 0xe2, + 0x9b, 0x8a, 0x99, 0x6e, 0xff, 0x3a, 0x17, 0x64, 0xfc, 0xe5, 0xbc, 0x72, 0x1c, 0x8e, 0x66, 0xe2, + 0xc5, 0xe2, 0xdd, 0x4f, 0xe3, 0x5a, 0xf5, 0x22, 0x5b, 0xf1, 0x67, 0xb0, 0xec, 0xf3, 0x4b, 0x49, + 0xde, 0x58, 0xc5, 0x17, 0xdc, 0x58, 0x0d, 0x3f, 0xc6, 0xe9, 0x7c, 0x1b, 0x9a, 0xf6, 0xe4, 0x19, + 0xf5, 0x43, 0x07, 0x4d, 0x2f, 0xc8, 0x1f, 0x0b, 0x57, 0x5d, 0x0d, 0x8e, 0x8c, 0xe8, 0x3b, 0xb0, + 0x22, 0x82, 0x36, 0x28, 0x4c, 0x11, 0x4c, 0x2e, 0x02, 0x33, 0x44, 0xe3, 0x1f, 0x4a, 0x4f, 0xe5, + 0xf8, 0xea, 0xbe, 0x78, 0x56, 0xf4, 0x11, 0xe6, 0xd3, 0xd6, 0x70, 0xb1, 0x91, 0x84, 0x45, 0x47, + 0xd0, 0x23, 0x0e, 0x14, 0xf6, 0x9c, 0xf8, 0xb4, 0x16, 0x5f, 0x65, 0x5a, 0x8d, 0x7f, 0x93, 0x83, + 0xf2, 0x81, 0x37, 0x3f, 0x70, 0xf8, 0x7b, 0x17, 0x3c, 0x26, 0xca, 0xe0, 0xb8, 0xc4, 0x92, 0xe8, + 0x07, 0xf6, 0x82, 0x67, 0xaf, 0x99, 0x6c, 0x5e, 0x23, 0xce, 0xe6, 0x7d, 0x1f, 0x6e, 0xa1, 0x3d, + 0xd7, 0xf7, 0xe6, 0x9e, 0xcf, 0x8e, 0xaa, 0x3d, 0xe5, 0xec, 0x9e, 0xe7, 0x86, 0x17, 0x92, 0x76, + 0xde, 0x3c, 0xa3, 0xf4, 0x58, 0xc3, 0x38, 0x52, 0x08, 0xf8, 0xe4, 0x7d, 0x1a, 0x3e, 0xb3, 0xb8, + 0x84, 0x2e, 0xf8, 0x51, 0x4e, 0x51, 0x57, 0x58, 0x46, 0x17, 0xe1, 0xc8, 0x91, 0x1a, 0x9f, 0x40, + 0x55, 0x29, 0x7b, 0xc8, 0xbb, 0x50, 0xbd, 0xf0, 0xe6, 0x42, 0x23, 0x94, 0x8b, 0x3d, 0x0d, 0x16, + 0xa3, 0x36, 0x2b, 0x17, 0xfc, 0x47, 0x60, 0xfc, 0x41, 0x19, 0xca, 0x3d, 0xf7, 0x99, 0xe7, 0x8c, + 0xd1, 0xd7, 0x79, 0x46, 0x67, 0x9e, 0x8c, 0x29, 0xc3, 0x7e, 0xa3, 0xab, 0x5e, 0x14, 0x12, 0xae, + 0x20, 0x5c, 0xf5, 0x54, 0x30, 0xb8, 0x0d, 0x58, 0xf2, 0xf5, 0x98, 0x6e, 0x25, 0x1f, 0x5f, 0x88, + 0xa8, 0xfb, 0xb2, 0xa4, 0x45, 0xea, 0x61, 0x75, 0x71, 0x37, 0x54, 0x9c, 0x32, 0xfe, 0x6c, 0xbd, + 0x8a, 0x10, 0x9c, 0xb0, 0xd7, 0xa0, 0x2c, 0xf4, 0xbe, 0xfc, 0x5d, 0x20, 0xd7, 0x96, 0x0b, 0x10, + 0xee, 0x06, 0x9f, 0x72, 0x7b, 0xbc, 0x62, 0x64, 0x0b, 0x66, 0x5d, 0x02, 0xf7, 0xd8, 0x5e, 0xbb, + 0x03, 0x35, 0x8e, 0xcf, 0x51, 0x2a, 0xc2, 0x45, 0x18, 0x41, 0x88, 0x90, 0x11, 0x1a, 0xb1, 0x9a, + 0x19, 0x1a, 0x11, 0x9d, 0xd9, 0x15, 0x95, 0xe5, 0x43, 0x04, 0x1e, 0x10, 0x4f, 0x83, 0xcb, 0x78, + 0xa3, 0x42, 0xa7, 0xc2, 0x23, 0x3a, 0x48, 0x9d, 0xca, 0x9b, 0xd0, 0x38, 0xb3, 0xa7, 0xd3, 0x53, + 0x7b, 0xfc, 0x94, 0xab, 0x02, 0xea, 0x5c, 0xfb, 0x29, 0x81, 0xa8, 0x0b, 0xb8, 0x03, 0x35, 0x6d, + 0x95, 0xd1, 0xff, 0xb7, 0x68, 0x42, 0xb4, 0xbe, 0x49, 0x0d, 0xdf, 0xf2, 0x2b, 0x68, 0xf8, 0x34, + 0x3f, 0xe8, 0x95, 0xb8, 0x1f, 0xf4, 0x2d, 0xa4, 0xa6, 0xc2, 0x03, 0xb5, 0xc9, 0xa3, 0xaf, 0xd9, + 0x93, 0x09, 0x7a, 0xa0, 0xa2, 0x22, 0x8b, 0x4f, 0x1e, 0xcf, 0x5f, 0xe5, 0xb2, 0x04, 0x87, 0x71, + 0x94, 0xdb, 0x5c, 0x4d, 0x3d, 0xb7, 0x9d, 0x09, 0x3e, 0xcb, 0x11, 0x16, 0x0d, 0x7b, 0x16, 0x1e, + 0xdb, 0x0e, 0xfa, 0xde, 0xc9, 0x6c, 0xbc, 0x1d, 0xd7, 0xf8, 0xfc, 0x8b, 0xec, 0x21, 0x8f, 0x57, + 0xa2, 0x30, 0x66, 0x2a, 0x24, 0x83, 0x59, 0x13, 0x28, 0xb8, 0x0f, 0xde, 0x47, 0x97, 0xad, 0x90, + 0x62, 0xd0, 0x85, 0xe5, 0x87, 0xb7, 0x94, 0x27, 0x09, 0xee, 0x52, 0xf9, 0x9f, 0x5b, 0x3a, 0x39, + 0x26, 0x63, 0xee, 0xb8, 0xc1, 0x75, 0x33, 0xc6, 0xff, 0x0a, 0x54, 0x34, 0xb8, 0x72, 0x04, 0xf2, + 0x89, 0x26, 0xbf, 0xb6, 0x10, 0xf9, 0xb5, 0x44, 0xfd, 0xd7, 0xbd, 0x7b, 0xbc, 0x0d, 0xe0, 0x04, + 0xec, 0x96, 0x09, 0xa8, 0x3b, 0xc1, 0xd8, 0x09, 0x15, 0xb3, 0xea, 0x04, 0x4f, 0x38, 0xe0, 0x9b, + 0x15, 0x6c, 0xdb, 0x50, 0xd7, 0x87, 0x49, 0x2a, 0x50, 0x1c, 0x1c, 0x77, 0xfb, 0xcd, 0x1b, 0xa4, + 0x06, 0xe5, 0x61, 0x77, 0x34, 0x3a, 0x44, 0xb3, 0x6d, 0x1d, 0x2a, 0xea, 0x65, 0x74, 0x9e, 0xa5, + 0xda, 0x9d, 0x4e, 0xf7, 0x78, 0xd4, 0xdd, 0x6b, 0x16, 0x7e, 0x54, 0xac, 0xe4, 0x9b, 0x05, 0xe3, + 0x0f, 0x0b, 0x50, 0xd3, 0x66, 0xe1, 0xc5, 0xc4, 0xf8, 0x36, 0x00, 0x4a, 0x92, 0x91, 0x83, 0x72, + 0xd1, 0xac, 0x32, 0x08, 0x5f, 0x7c, 0xdd, 0x46, 0x21, 0xa2, 0x04, 0x49, 0x1b, 0xc5, 0x9b, 0xd0, + 0xe0, 0xe1, 0x65, 0x74, 0xe3, 0x7b, 0xc9, 0xac, 0x73, 0xa0, 0x20, 0xd5, 0x18, 0x67, 0x01, 0x91, + 0xf0, 0x05, 0xab, 0x88, 0x8c, 0xc5, 0x41, 0xf8, 0x86, 0x15, 0x1f, 0x20, 0x07, 0xde, 0xf4, 0x19, + 0xe5, 0x18, 0x9c, 0x23, 0xac, 0x09, 0xd8, 0x48, 0xc4, 0xb0, 0x10, 0xf4, 0x50, 0x7b, 0xe8, 0x5f, + 0x32, 0xeb, 0x1c, 0x28, 0x1a, 0xfa, 0xae, 0xdc, 0x40, 0xdc, 0x15, 0x69, 0x2b, 0xbd, 0x1b, 0x62, + 0x9b, 0xe7, 0x30, 0xa5, 0x46, 0xac, 0xe2, 0xc6, 0xf8, 0x56, 0xba, 0xdc, 0xcb, 0xd5, 0x89, 0xe4, + 0x5d, 0x20, 0xb3, 0xf9, 0xdc, 0xca, 0x50, 0xf0, 0x15, 0xcd, 0x95, 0xd9, 0x7c, 0x3e, 0xd2, 0xf4, + 0x5f, 0xdf, 0x80, 0xee, 0xf1, 0x2b, 0x20, 0x6d, 0x76, 0x80, 0xb1, 0x8b, 0x4a, 0x14, 0x8b, 0xc8, + 0x72, 0x4e, 0x27, 0xcb, 0x19, 0xd4, 0x2f, 0x9f, 0x49, 0xfd, 0x5e, 0x44, 0x27, 0x8c, 0x7d, 0xa8, + 0x1d, 0x6b, 0xf1, 0x37, 0xef, 0xb2, 0x1b, 0x42, 0x46, 0xde, 0xe4, 0x77, 0x07, 0xd7, 0x29, 0xfa, + 0x22, 0xe0, 0xa6, 0xd6, 0x9b, 0xbc, 0xd6, 0x1b, 0xe3, 0x6f, 0xe7, 0x78, 0xbc, 0x32, 0xd5, 0xf9, + 0x28, 0xe4, 0xa7, 0x34, 0xcd, 0x45, 0xf1, 0x38, 0x6a, 0xd2, 0xf8, 0x26, 0x42, 0x69, 0x60, 0xd7, + 0x2c, 0xef, 0xec, 0x2c, 0xa0, 0xd2, 0x61, 0xa7, 0x86, 0xb0, 0x01, 0x82, 0x24, 0xf3, 0xcd, 0x38, + 0x7c, 0x87, 0xd7, 0x1f, 0x08, 0x2f, 0x1d, 0xc6, 0x7c, 0x1f, 0xd9, 0x97, 0xa2, 0xd5, 0x80, 0xb1, + 0x20, 0xc2, 0x3e, 0x20, 0xdf, 0xa3, 0xab, 0xb4, 0xf1, 0x37, 0x44, 0xc8, 0x90, 0xe4, 0xfc, 0xde, + 0x87, 0x8a, 0xaa, 0x35, 0x7e, 0xc3, 0x4a, 0x4c, 0x95, 0xcf, 0xee, 0x71, 0x54, 0x86, 0xc4, 0x7a, + 0xcc, 0x0f, 0x17, 0xda, 0x78, 0x7a, 0x5a, 0xaf, 0xbf, 0x03, 0xe4, 0xcc, 0xf1, 0x93, 0xc8, 0xfc, + 0xb0, 0x35, 0x31, 0x47, 0xc3, 0x36, 0x4e, 0x60, 0x4d, 0x52, 0x09, 0x4d, 0x22, 0x88, 0x2f, 0x5e, + 0xee, 0x25, 0x44, 0x3e, 0x9f, 0x22, 0xf2, 0xc6, 0xaf, 0x97, 0xa0, 0x2c, 0x63, 0xd9, 0x66, 0xc5, + 0x5f, 0xad, 0xc6, 0xe3, 0xaf, 0xb6, 0x62, 0x51, 0xf9, 0x70, 0xe9, 0xc5, 0x7d, 0xff, 0x4e, 0xf2, + 0xca, 0xd6, 0x6c, 0x15, 0xb1, 0x6b, 0x5b, 0xd8, 0x2a, 0x4a, 0x71, 0x5b, 0x45, 0x56, 0x4c, 0x5a, + 0xce, 0x7a, 0xa6, 0x62, 0xd2, 0xde, 0x02, 0xce, 0x47, 0x68, 0x9e, 0x8a, 0x15, 0x04, 0x88, 0x98, + 0x0a, 0x1a, 0xdb, 0x51, 0x49, 0xb2, 0x1d, 0xaf, 0xcc, 0x12, 0x7c, 0x08, 0x4b, 0x3c, 0xfc, 0x90, + 0x78, 0x5f, 0x2f, 0x2f, 0x0e, 0x31, 0x57, 0xf2, 0x3f, 0x7f, 0x00, 0x63, 0x0a, 0x5c, 0x3d, 0xc0, + 0x63, 0x2d, 0x16, 0xe0, 0x51, 0xb7, 0xa1, 0xd4, 0xe3, 0x36, 0x94, 0x7b, 0xd0, 0x54, 0x13, 0x87, + 0x1a, 0x49, 0x37, 0x10, 0x6f, 0x6b, 0x97, 0x25, 0x9c, 0x51, 0xc3, 0x7e, 0x10, 0x5d, 0x7c, 0xcb, + 0xb1, 0x8b, 0x8f, 0xd1, 0xaa, 0x76, 0x18, 0xd2, 0xd9, 0x3c, 0x94, 0x17, 0x9f, 0x16, 0x06, 0x98, + 0xaf, 0x3c, 0x7f, 0xfc, 0x23, 0x97, 0x97, 0xef, 0x8e, 0x5d, 0x58, 0x3e, 0xb3, 0x9d, 0xe9, 0xc2, + 0xa7, 0x96, 0x4f, 0xed, 0xc0, 0x73, 0xf1, 0xf0, 0x47, 0x77, 0xb0, 0x18, 0xe2, 0x3e, 0xc7, 0x31, + 0x11, 0xc5, 0x6c, 0x9c, 0xe9, 0x49, 0x7c, 0x42, 0xa7, 0xcf, 0x04, 0xbb, 0xb2, 0xc4, 0x2b, 0x7b, + 0xee, 0x78, 0xd4, 0xeb, 0x5b, 0xfb, 0x87, 0xbd, 0xc7, 0x07, 0xa3, 0x66, 0x8e, 0x25, 0x87, 0x27, + 0x9d, 0x4e, 0xb7, 0xbb, 0x87, 0x57, 0x18, 0xc0, 0xd2, 0x7e, 0xbb, 0x77, 0x28, 0x2e, 0xb0, 0x62, + 0xb3, 0x64, 0xfc, 0xd3, 0x3c, 0xd4, 0xb4, 0xd1, 0x90, 0x47, 0x6a, 0x11, 0x78, 0x5c, 0x8f, 0xdb, + 0xe9, 0x11, 0xef, 0x48, 0x0a, 0xaf, 0xad, 0x82, 0x0a, 0xf8, 0x9b, 0xbf, 0x36, 0xe0, 0x2f, 0x79, + 0x1b, 0x56, 0x6c, 0x5e, 0x83, 0x9a, 0x74, 0xa1, 0xdc, 0x17, 0x60, 0x31, 0xe7, 0x6f, 0x8b, 0x18, + 0x23, 0xe2, 0x9a, 0x62, 0x78, 0x45, 0xe9, 0x81, 0xab, 0x6e, 0x2a, 0x5c, 0x9b, 0xb2, 0x98, 0x19, + 0x61, 0x8c, 0x57, 0x17, 0xbe, 0x98, 0x2f, 0x99, 0xcd, 0xdf, 0xd5, 0x6a, 0x3b, 0xbc, 0x6e, 0xaa, + 0xb4, 0xf1, 0x11, 0x40, 0x34, 0x9e, 0xf8, 0xf4, 0xdd, 0x88, 0x4f, 0x5f, 0x4e, 0x9b, 0xbe, 0xbc, + 0xf1, 0x0f, 0x04, 0xe9, 0x12, 0x6b, 0xa1, 0x54, 0x7d, 0xdf, 0x05, 0xa9, 0x7c, 0xb4, 0xd0, 0x63, + 0x7f, 0x3e, 0xa5, 0xa1, 0x7c, 0x1a, 0xbc, 0x2a, 0x72, 0x7a, 0x2a, 0x23, 0x45, 0x6a, 0xf3, 0x69, + 0x52, 0xfb, 0x06, 0xd4, 0x31, 0x68, 0x9d, 0x68, 0x48, 0x90, 0xab, 0xda, 0xcc, 0xbe, 0x94, 0x6d, + 0xc7, 0x68, 0x6c, 0x31, 0x41, 0x63, 0xff, 0x66, 0x8e, 0x47, 0x38, 0x8a, 0x3a, 0x1a, 0x11, 0x59, + 0x55, 0x67, 0x9c, 0xc8, 0x0a, 0x54, 0x53, 0xe5, 0x5f, 0x43, 0x38, 0xf3, 0xd9, 0x84, 0x33, 0x9b, + 0x24, 0x17, 0x32, 0x49, 0xb2, 0xb1, 0x0d, 0xad, 0x3d, 0xca, 0xa6, 0xa2, 0x3d, 0x9d, 0x26, 0xe6, + 0xd2, 0xb8, 0x05, 0x37, 0x33, 0xf2, 0x84, 0xd6, 0xe6, 0x37, 0x72, 0xb0, 0xd1, 0xe6, 0x81, 0x4d, + 0xbe, 0xb1, 0xb7, 0xbb, 0x9f, 0xc2, 0x4d, 0xe5, 0x7e, 0xaf, 0x3d, 0x09, 0xd4, 0xa3, 0x52, 0x49, + 0xcf, 0x7d, 0xed, 0xd1, 0x09, 0xbb, 0x33, 0x8d, 0x16, 0x6c, 0x26, 0x7b, 0x23, 0x3a, 0xba, 0x0f, + 0xab, 0x7b, 0xf4, 0x74, 0x71, 0x7e, 0x48, 0x9f, 0x45, 0x7d, 0x24, 0x50, 0x0c, 0x2e, 0xbc, 0xe7, + 0x62, 0x63, 0xe0, 0x6f, 0xf4, 0xcf, 0x65, 0x38, 0x56, 0x30, 0xa7, 0x63, 0xa9, 0xf5, 0x47, 0xc8, + 0x70, 0x4e, 0xc7, 0xc6, 0x23, 0x20, 0x7a, 0x3d, 0x62, 0x15, 0x99, 0x48, 0xb6, 0x38, 0xb5, 0x82, + 0xab, 0x20, 0xa4, 0x33, 0xf9, 0xdc, 0x15, 0x82, 0xc5, 0xe9, 0x90, 0x43, 0x8c, 0x77, 0xa0, 0x7e, + 0x6c, 0x5f, 0x99, 0xf4, 0x2b, 0xf1, 0xaa, 0x74, 0x0b, 0xca, 0x73, 0xfb, 0x8a, 0xd1, 0x62, 0x65, + 0x00, 0xc4, 0x6c, 0xe3, 0x1f, 0x15, 0x61, 0x89, 0x63, 0x92, 0xbb, 0x3c, 0x14, 0xbf, 0xe3, 0x22, + 0x2d, 0x94, 0xb7, 0x92, 0x06, 0x4a, 0x5d, 0x5c, 0xf9, 0xf4, 0xc5, 0x25, 0xb4, 0x95, 0x32, 0x6a, + 0x9e, 0x34, 0xd5, 0xb8, 0x8b, 0x99, 0x0c, 0x95, 0x17, 0x8f, 0xeb, 0x51, 0x8c, 0x3e, 0xe1, 0xc0, + 0x63, 0x1a, 0xc4, 0x8d, 0xe9, 0x91, 0xe0, 0xc7, 0x7b, 0x27, 0xef, 0x63, 0x71, 0x67, 0xe9, 0xa0, + 0x4c, 0xe9, 0xb2, 0x2c, 0x9f, 0x4a, 0xc7, 0xa5, 0xcb, 0x94, 0x14, 0x59, 0x79, 0xb9, 0x14, 0xc9, + 0xd5, 0x98, 0x2f, 0x90, 0x22, 0xe1, 0x15, 0xa4, 0xc8, 0x57, 0x30, 0x64, 0xdf, 0x84, 0x0a, 0x32, + 0x59, 0xda, 0x15, 0xc6, 0x98, 0x2b, 0x76, 0x85, 0x7d, 0xac, 0xc9, 0x59, 0xdc, 0x8b, 0x46, 0xbb, + 0x43, 0x4c, 0xfa, 0xd5, 0xcf, 0xc6, 0x40, 0xf8, 0x25, 0x94, 0x05, 0x94, 0x6d, 0x68, 0xd7, 0x9e, + 0xc9, 0xc8, 0xac, 0xf8, 0x9b, 0x4d, 0x1b, 0x46, 0x4b, 0xfc, 0x6a, 0xe1, 0xf8, 0x74, 0x22, 0x63, + 0xb6, 0x39, 0x78, 0xbe, 0x19, 0x84, 0x0d, 0x90, 0xc9, 0x7c, 0xae, 0xf7, 0xdc, 0x15, 0x74, 0xab, + 0xec, 0x04, 0x4f, 0x58, 0xd2, 0x20, 0xd0, 0xc4, 0x38, 0xce, 0x73, 0xcf, 0x97, 0x1c, 0x82, 0xf1, + 0x3b, 0x39, 0x68, 0x8a, 0xd3, 0xa5, 0xf2, 0x74, 0x91, 0xab, 0x74, 0x9d, 0xd3, 0xc7, 0x8b, 0x23, + 0xb0, 0x19, 0xd0, 0x40, 0x4d, 0x93, 0x62, 0x17, 0xb8, 0xa6, 0xac, 0xc6, 0x80, 0xfb, 0x82, 0x65, + 0x78, 0x1d, 0x6a, 0xf2, 0xf5, 0xc0, 0xcc, 0x99, 0xca, 0xaf, 0xb5, 0xf0, 0xe7, 0x03, 0x47, 0xce, + 0x54, 0x72, 0x1b, 0xbe, 0x2d, 0x9e, 0xee, 0xe7, 0x90, 0xdb, 0x30, 0xed, 0x90, 0x1a, 0xff, 0x24, + 0x07, 0xab, 0xda, 0x50, 0xc4, 0xb9, 0xfd, 0x1e, 0xd4, 0x55, 0x00, 0x75, 0xaa, 0xd8, 0xdc, 0xad, + 0x38, 0x8d, 0x8a, 0x8a, 0xd5, 0xc6, 0x0a, 0x12, 0xb0, 0xce, 0x4c, 0xec, 0x2b, 0xee, 0xe2, 0xbe, + 0x98, 0x49, 0x49, 0x72, 0x62, 0x5f, 0xed, 0x53, 0x3a, 0x5c, 0xcc, 0xc8, 0x5d, 0xa8, 0x3f, 0xa7, + 0xf4, 0xa9, 0x42, 0xe0, 0xa4, 0x17, 0x18, 0x4c, 0x60, 0x18, 0xd0, 0x98, 0x79, 0x6e, 0x78, 0xa1, + 0x50, 0x04, 0x8b, 0x8f, 0x40, 0x8e, 0x63, 0xfc, 0x7e, 0x1e, 0xd6, 0xb8, 0x3e, 0x53, 0xe8, 0x91, + 0x05, 0xe9, 0x6a, 0xc1, 0x12, 0x57, 0xed, 0x72, 0xe2, 0x75, 0x70, 0xc3, 0x14, 0x69, 0xf2, 0xe1, + 0x2b, 0xea, 0x60, 0x65, 0x74, 0x80, 0x6b, 0xa6, 0xbf, 0x90, 0x9e, 0xfe, 0xeb, 0xa7, 0x37, 0xcb, + 0xaa, 0x5c, 0xca, 0xb2, 0x2a, 0xbf, 0x8a, 0x2d, 0x37, 0xf5, 0x8e, 0xbd, 0x9c, 0x0e, 0xf7, 0xfa, + 0x08, 0xb6, 0x62, 0x38, 0x48, 0xad, 0x9d, 0x33, 0x87, 0xca, 0x80, 0x52, 0xeb, 0x1a, 0xf6, 0x50, + 0xe6, 0xed, 0x96, 0xa1, 0x14, 0x8c, 0xbd, 0x39, 0x35, 0x36, 0x61, 0x3d, 0x3e, 0xab, 0xe2, 0x9a, + 0xf8, 0xad, 0x1c, 0xb4, 0x84, 0x0f, 0x90, 0xe3, 0x9e, 0x1f, 0x38, 0x41, 0xe8, 0xf9, 0x2a, 0xd0, + 0xf8, 0x6d, 0x00, 0xfe, 0xe5, 0x18, 0x14, 0xdc, 0x45, 0x04, 0x24, 0x84, 0xa0, 0xd8, 0x7e, 0x13, + 0x2a, 0xd4, 0x9d, 0xf0, 0x4c, 0xbe, 0x1b, 0xca, 0xd4, 0x9d, 0x48, 0xa1, 0x3f, 0x75, 0x0d, 0x37, + 0xe2, 0x0c, 0x86, 0x88, 0xe5, 0xc1, 0x66, 0x87, 0x3e, 0x43, 0x76, 0xa0, 0xa8, 0x62, 0x79, 0x1c, + 0xd9, 0x97, 0xe8, 0x1e, 0x1d, 0x18, 0x7f, 0x25, 0x0f, 0x2b, 0x51, 0xff, 0x78, 0x34, 0xa3, 0x17, + 0xc7, 0x65, 0xba, 0x2b, 0xb6, 0x83, 0xc3, 0x84, 0x25, 0x4d, 0xcb, 0x5b, 0xe1, 0x87, 0xb3, 0xe7, + 0x12, 0x03, 0x6a, 0x12, 0xc3, 0x5b, 0x84, 0x5a, 0x88, 0xda, 0x2a, 0x47, 0x19, 0x2c, 0x42, 0x26, + 0xdd, 0x32, 0x31, 0xdf, 0x71, 0x85, 0x7c, 0x59, 0xb2, 0x67, 0x61, 0x0f, 0x3f, 0x4f, 0xc4, 0xc0, + 0xac, 0x18, 0x5f, 0x48, 0x86, 0xc5, 0xf0, 0x9b, 0x5c, 0xd8, 0xe1, 0x2b, 0x87, 0x82, 0x8e, 0x2e, + 0x09, 0xf0, 0x2f, 0x2a, 0x28, 0x49, 0xe0, 0x75, 0xa8, 0xf1, 0xca, 0xa3, 0xb0, 0x05, 0x18, 0x2f, + 0x2e, 0xec, 0xb9, 0x98, 0x2f, 0x34, 0x6e, 0xde, 0x22, 0xa6, 0x67, 0x00, 0xde, 0x14, 0xba, 0xd8, + 0xfc, 0x46, 0x0e, 0x6e, 0x66, 0x2c, 0x9b, 0x38, 0xe5, 0x1d, 0x58, 0x3d, 0x53, 0x99, 0x72, 0x76, + 0xf9, 0x51, 0xdf, 0x94, 0x64, 0x35, 0x3e, 0xa7, 0x66, 0xf3, 0x2c, 0x0e, 0x88, 0x24, 0x5c, 0xbe, + 0x82, 0xb1, 0xa0, 0x18, 0xc8, 0x4e, 0xf1, 0x65, 0xe4, 0xc2, 0xe5, 0x31, 0x6c, 0x77, 0x2f, 0x19, + 0xc5, 0x50, 0x2e, 0xd3, 0xe3, 0xa7, 0x0b, 0x69, 0xf9, 0x4a, 0x68, 0xf3, 0x73, 0xaf, 0xa4, 0xcd, + 0x9f, 0xf0, 0x67, 0xed, 0xaa, 0xae, 0x9f, 0xa6, 0x12, 0xbc, 0x40, 0x59, 0x99, 0x53, 0xac, 0x42, + 0x46, 0xc7, 0x60, 0x20, 0x5e, 0xa9, 0x11, 0xc0, 0xca, 0xd1, 0x62, 0x1a, 0x3a, 0x1d, 0x05, 0x22, + 0x1f, 0x8a, 0x32, 0xd8, 0x8e, 0x9c, 0xb5, 0xcc, 0x86, 0x40, 0x35, 0x84, 0x93, 0x35, 0x63, 0x15, + 0x59, 0xe9, 0xf6, 0x56, 0x66, 0xf1, 0x16, 0x8c, 0x9b, 0xb0, 0x15, 0xa5, 0xf8, 0xb4, 0xc9, 0xab, + 0xe6, 0x6f, 0xe5, 0xf8, 0x5b, 0x0c, 0x9e, 0x37, 0x74, 0xed, 0x79, 0x70, 0xe1, 0x85, 0xa4, 0x0b, + 0x6b, 0x81, 0xe3, 0x9e, 0x4f, 0xa9, 0x5e, 0x7d, 0x20, 0x26, 0x61, 0x23, 0xde, 0x37, 0x5e, 0x34, + 0x30, 0x57, 0x79, 0x89, 0xa8, 0xb6, 0x80, 0xec, 0x5e, 0xd7, 0xc9, 0x68, 0x5b, 0x24, 0x66, 0x23, + 0xdd, 0xf9, 0x1e, 0x2c, 0xc7, 0x1b, 0x22, 0x1f, 0x8b, 0x68, 0x10, 0x51, 0xaf, 0x0a, 0x89, 0xb7, + 0xf0, 0xd1, 0x86, 0xa8, 0x45, 0x73, 0x1f, 0x18, 0x7f, 0x29, 0x07, 0x2d, 0x93, 0xb2, 0x9d, 0xab, + 0xf5, 0x52, 0xee, 0x99, 0xef, 0xa5, 0x6a, 0xbd, 0x7e, 0xac, 0x32, 0xc8, 0x84, 0xec, 0xd1, 0x77, + 0xae, 0x5d, 0x8c, 0x83, 0x1b, 0xa9, 0x11, 0xed, 0x56, 0x60, 0x89, 0xa3, 0x18, 0x5b, 0xb0, 0x21, + 0xfa, 0x23, 0xfb, 0x12, 0x99, 0x6a, 0x63, 0x2d, 0xc6, 0x4c, 0xb5, 0xdb, 0xd0, 0xe2, 0x8f, 0xb6, + 0xf5, 0x41, 0x88, 0x82, 0x7b, 0x40, 0x8e, 0xec, 0xb1, 0xed, 0x7b, 0x9e, 0x7b, 0x4c, 0x7d, 0xe1, + 0x0c, 0x8d, 0x1c, 0x26, 0x5a, 0x32, 0x25, 0x2b, 0xcc, 0x53, 0x32, 0x30, 0xb7, 0xe7, 0x4a, 0xdf, + 0x2f, 0x9e, 0x32, 0x7c, 0x58, 0xdb, 0xb5, 0x9f, 0x52, 0x59, 0x93, 0x9c, 0xa2, 0xcf, 0xa0, 0x36, + 0x57, 0x95, 0xca, 0x79, 0x97, 0xc1, 0x71, 0xd2, 0xcd, 0x9a, 0x3a, 0x36, 0x23, 0x41, 0xbe, 0xe7, + 0x85, 0x18, 0x88, 0x42, 0x1a, 0xc3, 0xcc, 0x2a, 0x03, 0x3d, 0xa1, 0x57, 0xbd, 0x89, 0xf1, 0x10, + 0xd6, 0xe3, 0x6d, 0x0a, 0xd2, 0xb2, 0x0d, 0x95, 0x99, 0x80, 0x89, 0xde, 0xab, 0x34, 0x13, 0x46, + 0x98, 0xc8, 0x27, 0xcb, 0xf4, 0xf6, 0x94, 0x48, 0xf5, 0x19, 0x6c, 0xa5, 0x72, 0x44, 0x85, 0x77, + 0xa1, 0xae, 0x75, 0x84, 0x0f, 0xa3, 0xc8, 0x58, 0x56, 0xd1, 0x93, 0xc0, 0xf8, 0x14, 0xb6, 0xb8, + 0x3c, 0x16, 0x15, 0x97, 0x53, 0x90, 0x18, 0x45, 0x2e, 0x39, 0x8a, 0x0f, 0xa5, 0x98, 0xa7, 0x17, + 0x8d, 0x82, 0xce, 0x4d, 0x30, 0x4f, 0xba, 0xef, 0xc8, 0xa4, 0x71, 0x02, 0x9b, 0xe9, 0xe9, 0x63, + 0xfd, 0xff, 0x13, 0x4d, 0xb9, 0x9c, 0x9e, 0x28, 0x5b, 0x4d, 0xcf, 0x7f, 0xcd, 0xf1, 0xf9, 0x89, + 0x65, 0x89, 0x6e, 0x4e, 0x80, 0xcc, 0x68, 0x78, 0xe1, 0x4d, 0xac, 0x74, 0xcb, 0x8f, 0x94, 0xf7, + 0x50, 0x66, 0xd9, 0x9d, 0x23, 0x2c, 0xa8, 0xe5, 0x08, 0x3f, 0xf6, 0x59, 0x12, 0xbe, 0x3d, 0x86, + 0xcd, 0x6c, 0xe4, 0x0c, 0x9f, 0x9b, 0x0f, 0xe2, 0x8c, 0xfa, 0xed, 0x6b, 0x87, 0xcf, 0xba, 0xa5, + 0xf3, 0xed, 0xbf, 0x59, 0x81, 0xb2, 0xd0, 0x92, 0x90, 0x1d, 0x28, 0x8e, 0xa5, 0xff, 0x66, 0x14, + 0x78, 0x50, 0xe4, 0xca, 0xff, 0x1d, 0xf4, 0xe2, 0x64, 0x78, 0xe4, 0x33, 0x58, 0x8e, 0xbb, 0x30, + 0x24, 0x82, 0x92, 0xc4, 0x7d, 0x0f, 0x1a, 0xe3, 0x84, 0xb1, 0xba, 0x1a, 0x31, 0x57, 0x9c, 0xe7, + 0xac, 0x5c, 0x68, 0xdc, 0x97, 0xe7, 0x32, 0x79, 0x2d, 0xb8, 0xb0, 0xad, 0x87, 0x8f, 0x3e, 0x12, + 0x51, 0x49, 0x6a, 0x08, 0x1c, 0x5e, 0xd8, 0x0f, 0x1f, 0x7d, 0x94, 0x94, 0xc4, 0x44, 0x4c, 0x12, + 0x4d, 0x12, 0x5b, 0x87, 0x12, 0x8f, 0x5e, 0xce, 0x1d, 0xf1, 0x78, 0x82, 0x3c, 0x80, 0x75, 0xa9, + 0x78, 0x13, 0x4f, 0x26, 0xf8, 0x2d, 0x5a, 0xe1, 0x4f, 0x8e, 0x45, 0xde, 0x10, 0xb3, 0xb8, 0xaa, + 0x6e, 0x13, 0x96, 0x2e, 0xa2, 0x70, 0xf4, 0x0d, 0x53, 0xa4, 0x8c, 0xdf, 0x2f, 0x41, 0x4d, 0x9b, + 0x14, 0x52, 0x87, 0x8a, 0xd9, 0x1d, 0x76, 0xcd, 0xcf, 0xbb, 0x7b, 0xcd, 0x1b, 0xe4, 0x1e, 0xbc, + 0xd5, 0xeb, 0x77, 0x06, 0xa6, 0xd9, 0xed, 0x8c, 0xac, 0x81, 0x69, 0xc9, 0xf0, 0x97, 0xc7, 0xed, + 0x2f, 0x8f, 0xba, 0xfd, 0x91, 0xb5, 0xd7, 0x1d, 0xb5, 0x7b, 0x87, 0xc3, 0x66, 0x8e, 0xbc, 0x06, + 0xad, 0x08, 0x53, 0x66, 0xb7, 0x8f, 0x06, 0x27, 0xfd, 0x51, 0x33, 0x4f, 0xee, 0xc0, 0xad, 0xfd, + 0x5e, 0xbf, 0x7d, 0x68, 0x45, 0x38, 0x9d, 0xc3, 0xd1, 0xe7, 0x56, 0xf7, 0xe7, 0x8f, 0x7b, 0xe6, + 0x97, 0xcd, 0x42, 0x16, 0xc2, 0xc1, 0xe8, 0xb0, 0x23, 0x6b, 0x28, 0x92, 0x9b, 0xb0, 0xc1, 0x11, + 0x78, 0x11, 0x6b, 0x34, 0x18, 0x58, 0xc3, 0xc1, 0xa0, 0xdf, 0x2c, 0x91, 0x55, 0x68, 0xf4, 0xfa, + 0x9f, 0xb7, 0x0f, 0x7b, 0x7b, 0x96, 0xd9, 0x6d, 0x1f, 0x1e, 0x35, 0x97, 0xc8, 0x1a, 0xac, 0x24, + 0xf1, 0xca, 0xac, 0x0a, 0x89, 0x37, 0xe8, 0xf7, 0x06, 0x7d, 0xeb, 0xf3, 0xae, 0x39, 0xec, 0x0d, + 0xfa, 0xcd, 0x0a, 0xd9, 0x04, 0x12, 0xcf, 0x3a, 0x38, 0x6a, 0x77, 0x9a, 0x55, 0xb2, 0x01, 0xab, + 0x71, 0xf8, 0x93, 0xee, 0x97, 0x4d, 0x20, 0x2d, 0x58, 0xe7, 0x1d, 0xb3, 0x76, 0xbb, 0x87, 0x83, + 0x2f, 0xac, 0xa3, 0x5e, 0xbf, 0x77, 0x74, 0x72, 0xd4, 0xac, 0x61, 0x10, 0xe2, 0x6e, 0xd7, 0xea, + 0xf5, 0x87, 0x27, 0xfb, 0xfb, 0xbd, 0x4e, 0xaf, 0xdb, 0x1f, 0x35, 0xeb, 0xbc, 0xe5, 0xac, 0x81, + 0x37, 0x58, 0x01, 0xf1, 0x48, 0xce, 0xda, 0xeb, 0x0d, 0xdb, 0xbb, 0x87, 0xdd, 0xbd, 0xe6, 0x32, + 0xb9, 0x0d, 0x37, 0x47, 0xdd, 0xa3, 0xe3, 0x81, 0xd9, 0x36, 0xbf, 0x94, 0x8f, 0xe8, 0xac, 0xfd, + 0x76, 0xef, 0xf0, 0xc4, 0xec, 0x36, 0x57, 0xc8, 0x1b, 0x70, 0xdb, 0xec, 0xfe, 0xf8, 0xa4, 0x67, + 0x76, 0xf7, 0xac, 0xfe, 0x60, 0xaf, 0x6b, 0xed, 0x77, 0xdb, 0xa3, 0x13, 0xb3, 0x6b, 0x1d, 0xf5, + 0x86, 0xc3, 0x5e, 0xff, 0x71, 0xb3, 0x49, 0xde, 0x82, 0xbb, 0x0a, 0x45, 0x55, 0x90, 0xc0, 0x5a, + 0x65, 0xe3, 0x93, 0x4b, 0xda, 0xef, 0xfe, 0xfc, 0xc8, 0x3a, 0xee, 0x76, 0xcd, 0x26, 0x21, 0xdb, + 0xb0, 0x19, 0x35, 0xcf, 0x1b, 0x10, 0x6d, 0xaf, 0xb1, 0xbc, 0xe3, 0xae, 0x79, 0xd4, 0xee, 0xb3, + 0x05, 0x8e, 0xe5, 0xad, 0xb3, 0x6e, 0x47, 0x79, 0xc9, 0x6e, 0x6f, 0x10, 0x02, 0xcb, 0xda, 0xaa, + 0xec, 0xb7, 0xcd, 0xe6, 0x26, 0x59, 0x81, 0xda, 0xd1, 0xf1, 0xb1, 0x35, 0xea, 0x1d, 0x75, 0x07, + 0x27, 0xa3, 0xe6, 0x16, 0xd9, 0x80, 0x66, 0xaf, 0x3f, 0xea, 0x9a, 0x6c, 0xad, 0x65, 0xd1, 0xff, + 0x56, 0x26, 0xeb, 0xb0, 0x22, 0x7b, 0x2a, 0xa1, 0x7f, 0x54, 0x26, 0x5b, 0x40, 0x4e, 0xfa, 0x66, + 0xb7, 0xbd, 0xc7, 0x26, 0x4e, 0x65, 0xfc, 0xf7, 0xb2, 0x30, 0x67, 0xfe, 0x4e, 0x41, 0x31, 0x7b, + 0x91, 0x7f, 0x50, 0xfc, 0xeb, 0x2d, 0x75, 0xed, 0xab, 0x2b, 0x2f, 0xfb, 0x06, 0x9b, 0x26, 0x9a, + 0x17, 0x52, 0xa2, 0x79, 0x4a, 0xf7, 0xd3, 0xd0, 0x65, 0x87, 0x37, 0xa1, 0x31, 0xe3, 0x5f, 0x72, + 0x11, 0x1f, 0x23, 0x00, 0xe1, 0x2c, 0xc7, 0x81, 0xfc, 0x4b, 0x04, 0xa9, 0x8f, 0x90, 0x95, 0xd2, + 0x1f, 0x21, 0xcb, 0x92, 0x0f, 0x97, 0xb2, 0xe4, 0xc3, 0xfb, 0xb0, 0xca, 0x49, 0x93, 0xe3, 0x3a, + 0x33, 0xa9, 0x75, 0xe1, 0x52, 0xc4, 0x0a, 0x92, 0x28, 0x0e, 0x97, 0xe2, 0xa8, 0x14, 0x59, 0x05, + 0x09, 0x29, 0x0b, 0x69, 0x35, 0x26, 0xa9, 0x72, 0xca, 0xa1, 0x24, 0x55, 0xd5, 0x82, 0x7d, 0x19, + 0xb5, 0x50, 0xd3, 0x5a, 0xe0, 0x70, 0x6c, 0xe1, 0x3e, 0xac, 0xd2, 0xcb, 0xd0, 0xb7, 0x2d, 0x6f, + 0x6e, 0x7f, 0xb5, 0x40, 0x7f, 0x0b, 0x1b, 0x75, 0x40, 0x75, 0x73, 0x05, 0x33, 0x06, 0x08, 0xdf, + 0xb3, 0x43, 0xdb, 0xf8, 0x25, 0x00, 0x75, 0xab, 0x4e, 0x18, 0x01, 0x74, 0x3d, 0xf9, 0x24, 0xb2, + 0x6e, 0xf2, 0x04, 0xae, 0x63, 0xe8, 0xf9, 0xf6, 0x39, 0xed, 0xc9, 0xc0, 0x3e, 0x11, 0x80, 0xdc, + 0x82, 0x82, 0x37, 0x97, 0xae, 0x64, 0x55, 0x19, 0x5d, 0x7b, 0x6e, 0x32, 0xa8, 0xf1, 0x11, 0xe4, + 0x07, 0xf3, 0x6b, 0x59, 0xa5, 0x16, 0x94, 0xe5, 0x67, 0x47, 0xf3, 0xe8, 0x3e, 0x26, 0x93, 0xf7, + 0xff, 0x2c, 0xd4, 0xb4, 0x8f, 0x0f, 0x91, 0x2d, 0x58, 0xfb, 0xa2, 0x37, 0xea, 0x77, 0x87, 0x43, + 0xeb, 0xf8, 0x64, 0xf7, 0x49, 0xf7, 0x4b, 0xeb, 0xa0, 0x3d, 0x3c, 0x68, 0xde, 0x60, 0xb4, 0xa4, + 0xdf, 0x1d, 0x8e, 0xba, 0x7b, 0x31, 0x78, 0x8e, 0xbc, 0x0e, 0xdb, 0x27, 0xfd, 0x93, 0x61, 0x77, + 0xcf, 0xca, 0x2a, 0x97, 0x67, 0x87, 0x47, 0xe4, 0x67, 0x14, 0x2f, 0xdc, 0xff, 0x65, 0x58, 0x8e, + 0x87, 0xb9, 0x20, 0x00, 0x4b, 0x87, 0xdd, 0xc7, 0xed, 0xce, 0x97, 0x3c, 0x7a, 0xfa, 0x70, 0xd4, + 0x1e, 0xf5, 0x3a, 0x96, 0x88, 0x96, 0xce, 0x08, 0x55, 0x8e, 0xd4, 0xa0, 0xdc, 0xee, 0x77, 0x0e, + 0x06, 0xe6, 0xb0, 0x99, 0x27, 0xaf, 0xc1, 0x96, 0x3c, 0x42, 0x9d, 0xc1, 0xd1, 0x51, 0x6f, 0x84, + 0x34, 0x7a, 0xf4, 0xe5, 0x31, 0x3b, 0x31, 0xf7, 0x6d, 0xa8, 0x46, 0x81, 0xde, 0x91, 0xee, 0xf5, + 0x46, 0xbd, 0xf6, 0x28, 0x22, 0xfa, 0xcd, 0x1b, 0x8c, 0xac, 0x46, 0x60, 0x8c, 0xd6, 0xde, 0xcc, + 0xf1, 0x97, 0xc0, 0x12, 0xc8, 0x5b, 0x6f, 0xe6, 0xd9, 0x59, 0x8f, 0xa0, 0xbb, 0x83, 0x11, 0x1b, + 0xc2, 0xaf, 0xc0, 0x72, 0x3c, 0x9e, 0x3a, 0x69, 0x42, 0x9d, 0xb5, 0xaf, 0x35, 0x01, 0xb0, 0xc4, + 0x7b, 0xdc, 0xcc, 0x71, 0xc2, 0xde, 0x19, 0x1c, 0xf5, 0xfa, 0x8f, 0xf1, 0x36, 0x68, 0xe6, 0x19, + 0x68, 0x70, 0x32, 0x7a, 0x3c, 0x50, 0xa0, 0x02, 0x2b, 0xc1, 0x87, 0xd3, 0x2c, 0xde, 0xff, 0x0a, + 0x56, 0x53, 0x91, 0xd7, 0x59, 0xaf, 0x07, 0x27, 0xa3, 0xce, 0xe0, 0x48, 0x6f, 0xa7, 0x06, 0xe5, + 0xce, 0x61, 0xbb, 0x77, 0x84, 0x86, 0x90, 0x06, 0x54, 0x4f, 0xfa, 0x32, 0x99, 0x8f, 0xc7, 0x8c, + 0x2f, 0x30, 0x12, 0xb5, 0xdf, 0x33, 0x87, 0x23, 0x6b, 0x38, 0x6a, 0x3f, 0xee, 0x36, 0x8b, 0xac, + 0xac, 0xa4, 0x57, 0xa5, 0xfb, 0x9f, 0xc2, 0x72, 0xdc, 0xef, 0x39, 0x6e, 0xc0, 0xda, 0x86, 0xcd, + 0xdd, 0xee, 0xe8, 0x8b, 0x6e, 0xb7, 0x8f, 0x4b, 0xde, 0xe9, 0xf6, 0x47, 0x66, 0xfb, 0xb0, 0x37, + 0xfa, 0xb2, 0x99, 0xbb, 0xff, 0x19, 0x34, 0x93, 0x4e, 0x06, 0x31, 0xaf, 0x8c, 0x17, 0xb9, 0x6f, + 0xdc, 0xff, 0x4f, 0x39, 0x58, 0xcf, 0xb2, 0xaf, 0xb1, 0x8d, 0x29, 0x08, 0x21, 0xbb, 0x0e, 0x87, + 0x83, 0xbe, 0xd5, 0x1f, 0x60, 0x10, 0xe5, 0x6d, 0xd8, 0x4c, 0x64, 0xc8, 0x51, 0xe4, 0xc8, 0x2d, + 0xd8, 0x4a, 0x15, 0xb2, 0xcc, 0xc1, 0x09, 0xae, 0x65, 0x0b, 0xd6, 0x13, 0x99, 0x5d, 0xd3, 0x1c, + 0x98, 0xcd, 0x02, 0xf9, 0x0e, 0xdc, 0x4b, 0xe4, 0xa4, 0x99, 0x00, 0xc9, 0x23, 0x14, 0xc9, 0x3b, + 0xf0, 0x66, 0x0a, 0x3b, 0xba, 0x27, 0xad, 0xdd, 0xf6, 0x21, 0x1b, 0x5e, 0xb3, 0x74, 0xff, 0xef, + 0x17, 0x00, 0xa2, 0x87, 0x85, 0xac, 0xfd, 0xbd, 0xf6, 0xa8, 0x7d, 0x38, 0x60, 0x67, 0xc6, 0x1c, + 0x8c, 0x58, 0xed, 0x66, 0xf7, 0xc7, 0xcd, 0x1b, 0x99, 0x39, 0x83, 0x63, 0x36, 0xa0, 0x2d, 0x58, + 0xe3, 0xfb, 0xef, 0x90, 0x0d, 0x83, 0x6d, 0x17, 0x8c, 0xc7, 0x8d, 0x9c, 0xc6, 0xc9, 0xf1, 0xbe, + 0x39, 0xe8, 0x8f, 0xac, 0xe1, 0xc1, 0xc9, 0x68, 0x0f, 0xa3, 0x79, 0x77, 0xcc, 0xde, 0x31, 0xaf, + 0xb3, 0xf8, 0x22, 0x04, 0x56, 0x75, 0x89, 0x1d, 0xf0, 0xc7, 0x83, 0xe1, 0xb0, 0x77, 0x6c, 0xfd, + 0xf8, 0xa4, 0x6b, 0xf6, 0xba, 0x43, 0x2c, 0xb8, 0x94, 0x01, 0x67, 0xf8, 0x65, 0xb6, 0x67, 0x47, + 0x87, 0x9f, 0x0b, 0x06, 0x82, 0xa1, 0x56, 0xe2, 0x20, 0x86, 0x55, 0x65, 0xab, 0xc3, 0x6e, 0xe0, + 0x8c, 0x9a, 0xe1, 0x9a, 0x3c, 0x56, 0xae, 0xc6, 0x78, 0x8b, 0xd4, 0xc9, 0xc7, 0x62, 0xf5, 0xec, + 0x2c, 0x56, 0x0a, 0xd9, 0x0e, 0xc5, 0xa4, 0xed, 0xed, 0x99, 0x58, 0x60, 0x39, 0x05, 0x65, 0xb8, + 0x2b, 0x6c, 0x13, 0xb2, 0x2b, 0x9a, 0xa1, 0x34, 0x65, 0x82, 0xe5, 0xac, 0x3e, 0xfc, 0x17, 0x6f, + 0x40, 0x55, 0x3d, 0x30, 0x20, 0x3f, 0x82, 0x46, 0xec, 0xf9, 0x3e, 0x91, 0x2a, 0xfc, 0xac, 0xd7, + 0xfe, 0xdb, 0xaf, 0x65, 0x67, 0x0a, 0xe1, 0xe4, 0x48, 0xd3, 0x06, 0xf0, 0xca, 0x5e, 0x4b, 0x4a, + 0xe8, 0xb1, 0xda, 0x6e, 0x5f, 0x93, 0x2b, 0xaa, 0x7b, 0x82, 0xa1, 0xc1, 0xf5, 0x6f, 0x58, 0x93, + 0xdb, 0x51, 0x9c, 0xe6, 0x8c, 0x6f, 0x5b, 0x6f, 0xdf, 0x4c, 0x7f, 0x6d, 0x5a, 0x7e, 0x9e, 0x7a, + 0x0f, 0x6a, 0xda, 0xa7, 0x19, 0xc9, 0xcd, 0x6b, 0x3f, 0x23, 0xb9, 0xbd, 0x9d, 0x95, 0x25, 0xba, + 0xf4, 0x7d, 0xa8, 0xaa, 0xcf, 0xf4, 0x91, 0x2d, 0xed, 0x13, 0x8b, 0xfa, 0xc7, 0x06, 0xb7, 0x5b, + 0xe9, 0x0c, 0x51, 0x7e, 0x0f, 0x6a, 0xda, 0xd7, 0xf6, 0x54, 0x2f, 0xd2, 0x5f, 0xf4, 0x53, 0xbd, + 0xc8, 0xfa, 0x38, 0xdf, 0x21, 0x6c, 0x08, 0x9d, 0xc3, 0x29, 0xfd, 0x3a, 0xd3, 0x93, 0xf1, 0x31, + 0xee, 0x07, 0x39, 0xf2, 0x19, 0x54, 0xe4, 0x77, 0x15, 0xc9, 0x66, 0xf6, 0x57, 0x23, 0xb7, 0xb7, + 0x52, 0x70, 0xd1, 0x95, 0x36, 0x40, 0xf4, 0x1d, 0x3f, 0x22, 0x07, 0x9e, 0xfa, 0x2e, 0xa0, 0x5a, + 0x99, 0x8c, 0x8f, 0xfe, 0xed, 0x41, 0x4d, 0xfb, 0x64, 0x9f, 0x9a, 0x93, 0xf4, 0xe7, 0xfe, 0xd4, + 0x9c, 0x64, 0x7d, 0xe1, 0xef, 0x47, 0xd0, 0x88, 0x7d, 0x7b, 0x4f, 0xed, 0xe3, 0xac, 0x2f, 0xfb, + 0xa9, 0x7d, 0x9c, 0xfd, 0xb9, 0xbe, 0x3d, 0xa8, 0x69, 0xdf, 0xc3, 0x53, 0x3d, 0x4a, 0x7f, 0x94, + 0x4f, 0xf5, 0x28, 0xe3, 0xf3, 0x79, 0xec, 0x34, 0xc4, 0x3f, 0x86, 0xa7, 0x4e, 0x43, 0xe6, 0x57, + 0xf5, 0xd4, 0x69, 0xc8, 0xfe, 0x82, 0x1e, 0xdb, 0x7a, 0xea, 0x9b, 0x00, 0x64, 0x2b, 0x26, 0xea, + 0x47, 0x1f, 0x17, 0x50, 0x5b, 0x2f, 0xfd, 0xf9, 0x80, 0xc7, 0xb0, 0xa6, 0x36, 0x8d, 0x8a, 0xe8, + 0x1f, 0xa8, 0x3e, 0x65, 0x7e, 0x37, 0x60, 0xbb, 0x99, 0xcc, 0x7d, 0x90, 0x23, 0x9f, 0x40, 0x59, + 0x84, 0x49, 0x27, 0x1b, 0xc9, 0xb0, 0xe9, 0xbc, 0x13, 0x9b, 0xd9, 0xd1, 0xd4, 0xc9, 0x31, 0x1e, + 0x68, 0x3d, 0x8e, 0xb9, 0xbe, 0x63, 0x33, 0x42, 0x9f, 0x6f, 0xbf, 0x7e, 0x5d, 0x76, 0x54, 0x63, + 0x32, 0xf6, 0xfe, 0xed, 0xeb, 0xc2, 0xea, 0xc4, 0x6b, 0xbc, 0x2e, 0xfe, 0xdf, 0x63, 0xa8, 0xeb, + 0x9f, 0x62, 0x22, 0xfa, 0x39, 0x4c, 0xd6, 0x75, 0x2b, 0x33, 0x4f, 0x54, 0xf4, 0x39, 0x6c, 0xaa, + 0xf9, 0xd6, 0x63, 0xbc, 0x04, 0xe4, 0x4e, 0x46, 0xe4, 0x97, 0xd8, 0xac, 0xdf, 0xbc, 0x36, 0x34, + 0xcc, 0x83, 0x1c, 0x12, 0xd9, 0xd8, 0xd7, 0x53, 0x22, 0x22, 0x9b, 0xf5, 0xd1, 0x98, 0x88, 0xc8, + 0x66, 0x7f, 0x72, 0xa5, 0x0d, 0x2b, 0x5a, 0x8c, 0x9a, 0xe1, 0x95, 0x3b, 0x56, 0xfb, 0x3d, 0x1d, + 0x60, 0x7a, 0x3b, 0x4b, 0xf3, 0x4d, 0x3a, 0x50, 0xd3, 0xc3, 0xdc, 0xbc, 0xa0, 0xf8, 0x96, 0x96, + 0xa5, 0xc7, 0x10, 0x7e, 0x90, 0x23, 0x87, 0xd0, 0x4c, 0x06, 0xa5, 0x54, 0x47, 0x38, 0x2b, 0x90, + 0xe7, 0x76, 0x22, 0x33, 0x16, 0xca, 0x92, 0xed, 0x8b, 0xd8, 0x47, 0x9f, 0x3d, 0x3f, 0x79, 0x15, + 0xc5, 0x3f, 0x06, 0xad, 0x6a, 0xcb, 0xfa, 0x0c, 0xf8, 0xbd, 0xdc, 0x83, 0x1c, 0xd9, 0x87, 0x7a, + 0x2c, 0x26, 0x5b, 0xec, 0xad, 0x4b, 0x62, 0x98, 0x2d, 0x3d, 0x2f, 0x31, 0xce, 0x23, 0x58, 0x8e, + 0xbb, 0x68, 0xa8, 0x8e, 0x65, 0xfa, 0x91, 0xa8, 0xe5, 0xcb, 0xf6, 0xeb, 0x20, 0x3f, 0x80, 0x1a, + 0xa3, 0xc9, 0xd2, 0x95, 0x8f, 0xa4, 0x3f, 0x81, 0xaf, 0xd6, 0x4c, 0xff, 0x60, 0xbc, 0x51, 0xf8, + 0x8b, 0xf9, 0x1c, 0x8e, 0xeb, 0x7b, 0xfc, 0x83, 0xc2, 0xd2, 0x9b, 0x8b, 0xad, 0xff, 0xab, 0x56, + 0x42, 0xf6, 0x79, 0xe3, 0xe2, 0x73, 0xee, 0x11, 0xe5, 0x4e, 0x7d, 0xe2, 0xfd, 0x25, 0x7d, 0x68, + 0xf3, 0x3e, 0x88, 0x32, 0xb1, 0x3d, 0xf8, 0x8a, 0x75, 0x91, 0x8f, 0x01, 0x22, 0x17, 0x59, 0x92, + 0x70, 0xd4, 0x54, 0x07, 0x2a, 0xc3, 0x8b, 0xb6, 0xcb, 0xcf, 0xbb, 0xf2, 0x14, 0xd5, 0xaf, 0xe4, + 0xb8, 0xd3, 0x6a, 0xec, 0x4a, 0x4e, 0x56, 0xf3, 0x01, 0x34, 0x0e, 0x3d, 0xef, 0xe9, 0x62, 0xae, + 0xde, 0x59, 0xc4, 0xdd, 0x98, 0x0e, 0xec, 0xe0, 0x62, 0x3b, 0xd1, 0x2d, 0xd2, 0x86, 0x55, 0x45, + 0x22, 0x22, 0x57, 0xd5, 0x38, 0x52, 0x8c, 0x30, 0x24, 0x2a, 0x78, 0x90, 0x23, 0x0f, 0xa1, 0xbe, + 0x47, 0xc7, 0x18, 0x66, 0x03, 0x9d, 0x66, 0xd6, 0x62, 0x0e, 0x18, 0xdc, 0xdb, 0x66, 0xbb, 0x11, + 0x03, 0x4a, 0x12, 0x17, 0x39, 0x6e, 0xe9, 0x77, 0x46, 0xdc, 0xfb, 0x29, 0x46, 0xe2, 0x52, 0xce, + 0x5b, 0x9f, 0xc3, 0x6a, 0xca, 0x35, 0x4a, 0x51, 0xb7, 0xeb, 0x1c, 0xaa, 0xb6, 0xef, 0x5e, 0x8f, + 0x20, 0xea, 0xfd, 0x21, 0x34, 0x78, 0x48, 0xe9, 0x53, 0xca, 0x9f, 0xc9, 0x26, 0x02, 0x86, 0xe9, + 0x6f, 0x70, 0x93, 0x24, 0x89, 0x17, 0x78, 0x8c, 0x1f, 0x9a, 0xd1, 0x1e, 0xa1, 0xaa, 0x75, 0x4d, + 0x3f, 0x8c, 0x55, 0xeb, 0x9a, 0xf5, 0xde, 0xf5, 0x53, 0xa8, 0x3d, 0xa6, 0xa1, 0x7c, 0xd6, 0xa9, + 0xf8, 0xa3, 0xc4, 0x3b, 0xcf, 0xed, 0x8c, 0xc7, 0xb8, 0xe4, 0x23, 0x2c, 0xaa, 0x42, 0x14, 0x6c, + 0x6a, 0xad, 0xe8, 0x45, 0x57, 0x12, 0x70, 0xc6, 0x7d, 0x68, 0x81, 0x4a, 0x54, 0xc7, 0xd3, 0x81, + 0x69, 0x54, 0xc7, 0xb3, 0xe2, 0x9a, 0xfc, 0x80, 0xcf, 0x80, 0xf6, 0x90, 0x34, 0x62, 0xc1, 0x92, + 0x6f, 0x4e, 0x55, 0xf7, 0x75, 0xf4, 0x47, 0x00, 0xc3, 0xd0, 0x9b, 0xef, 0xd9, 0x74, 0xe6, 0xb9, + 0x11, 0x4d, 0x88, 0x9e, 0x30, 0x46, 0x07, 0x51, 0x7b, 0xc7, 0x48, 0xbe, 0xd0, 0x78, 0xd3, 0xd8, + 0x92, 0xc8, 0x65, 0xbf, 0xf6, 0x95, 0xa3, 0x1a, 0x4e, 0xc6, 0x4b, 0x47, 0x24, 0x12, 0x10, 0x79, + 0x9e, 0x29, 0x4e, 0x33, 0xe5, 0xd4, 0xa6, 0xce, 0x7a, 0x86, 0x9b, 0xda, 0xf7, 0xa1, 0x1a, 0xb9, + 0xec, 0x6c, 0x45, 0x51, 0x93, 0x62, 0x0e, 0x3e, 0x8a, 0x7a, 0xa7, 0xdd, 0x65, 0xfa, 0xb0, 0xc6, + 0xbb, 0xa3, 0xae, 0x3f, 0x7c, 0x68, 0xa7, 0xbe, 0x93, 0x94, 0xf6, 0x53, 0x51, 0xe7, 0x27, 0xcb, + 0xdb, 0x82, 0x9d, 0x9f, 0x94, 0xd5, 0x5e, 0x9d, 0x9f, 0xeb, 0xdc, 0x30, 0xd4, 0xf9, 0xb9, 0xde, + 0xe0, 0xdf, 0x87, 0xb5, 0x0c, 0xfb, 0x3b, 0x79, 0x43, 0x0a, 0x36, 0xd7, 0xda, 0xe6, 0xb7, 0x33, + 0xed, 0xb4, 0x64, 0x04, 0x5b, 0xbc, 0x4c, 0x7b, 0x3a, 0x4d, 0x98, 0x7b, 0x5f, 0xd7, 0x0a, 0x64, + 0x98, 0xb0, 0x63, 0xac, 0x4c, 0xc2, 0x8c, 0xdd, 0x87, 0x66, 0xd2, 0x52, 0x4a, 0xae, 0x47, 0xdf, + 0xbe, 0x13, 0x63, 0xd9, 0xd3, 0xd6, 0x55, 0xf2, 0xb9, 0xb2, 0xd7, 0x26, 0xfa, 0x78, 0x27, 0xfa, + 0xbc, 0x5f, 0xa6, 0x75, 0x59, 0x49, 0x03, 0x99, 0xe6, 0x5e, 0xf2, 0xf3, 0xb0, 0x95, 0xdc, 0xd1, + 0xb2, 0xe6, 0xbb, 0x59, 0xd3, 0x75, 0x2d, 0x2b, 0x17, 0x1f, 0xd0, 0x83, 0x1c, 0x23, 0xc4, 0xba, + 0x55, 0x55, 0x6d, 0xa4, 0x0c, 0xf3, 0xae, 0xda, 0x48, 0x99, 0x66, 0xd8, 0x63, 0x58, 0x49, 0x18, + 0x54, 0x15, 0x1b, 0x9c, 0x6d, 0x82, 0x55, 0x6c, 0xf0, 0x75, 0x76, 0xd8, 0x21, 0x34, 0x93, 0xa6, + 0x52, 0xb5, 0xd6, 0xd7, 0x98, 0x5f, 0xb7, 0xef, 0x5c, 0x9b, 0x1f, 0xef, 0xa6, 0x66, 0x54, 0x8c, + 0x75, 0x33, 0x6d, 0x0a, 0x8d, 0x75, 0x33, 0xc3, 0xa4, 0xb9, 0xfb, 0xce, 0x2f, 0x7c, 0xeb, 0xdc, + 0x09, 0x2f, 0x16, 0xa7, 0x3b, 0x63, 0x6f, 0xf6, 0xde, 0x54, 0x6a, 0x35, 0xc4, 0xbb, 0xf3, 0xf7, + 0xa6, 0xee, 0xe4, 0x3d, 0xac, 0xe0, 0x74, 0x69, 0xee, 0x7b, 0xa1, 0xf7, 0xc1, 0xff, 0x0b, 0x00, + 0x00, 0xff, 0xff, 0xa7, 0x4a, 0x87, 0x2f, 0x5c, 0x8d, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -13273,8 +13386,9 @@ type LightningClient interface { //of the wallet. WalletBalance(ctx context.Context, in *WalletBalanceRequest, opts ...grpc.CallOption) (*WalletBalanceResponse, error) // lncli: `channelbalance` - //ChannelBalance returns the total funds available across all open channels - //in satoshis. + //ChannelBalance returns a report on the total funds across all open channels, + //categorized in local/remote, pending local/remote and unsettled local/remote + //balances. ChannelBalance(ctx context.Context, in *ChannelBalanceRequest, opts ...grpc.CallOption) (*ChannelBalanceResponse, error) // lncli: `listchaintxns` //GetTransactions returns a list describing all the known transactions @@ -14418,8 +14532,9 @@ type LightningServer interface { //of the wallet. WalletBalance(context.Context, *WalletBalanceRequest) (*WalletBalanceResponse, error) // lncli: `channelbalance` - //ChannelBalance returns the total funds available across all open channels - //in satoshis. + //ChannelBalance returns a report on the total funds across all open channels, + //categorized in local/remote, pending local/remote and unsettled local/remote + //balances. ChannelBalance(context.Context, *ChannelBalanceRequest) (*ChannelBalanceResponse, error) // lncli: `listchaintxns` //GetTransactions returns a list describing all the known transactions diff --git a/lnrpc/rpc.proto b/lnrpc/rpc.proto index d550a531..3775d148 100644 --- a/lnrpc/rpc.proto +++ b/lnrpc/rpc.proto @@ -32,8 +32,9 @@ service Lightning { rpc WalletBalance (WalletBalanceRequest) returns (WalletBalanceResponse); /* lncli: `channelbalance` - ChannelBalance returns the total funds available across all open channels - in satoshis. + ChannelBalance returns a report on the total funds across all open channels, + categorized in local/remote, pending local/remote and unsettled local/remote + balances. */ rpc ChannelBalance (ChannelBalanceRequest) returns (ChannelBalanceResponse); @@ -2133,14 +2134,40 @@ message WalletBalanceResponse { int64 unconfirmed_balance = 3; } +message Amount { + // Value denominated in satoshis. + uint64 sat = 1; + + // Value denominated in milli-satoshis. + uint64 msat = 2; +} + message ChannelBalanceRequest { } message ChannelBalanceResponse { - // Sum of channels balances denominated in satoshis - int64 balance = 1; + // Deprecated. Sum of channels balances denominated in satoshis + int64 balance = 1 [deprecated = true]; - // Sum of channels pending balances denominated in satoshis - int64 pending_open_balance = 2; + // Deprecated. Sum of channels pending balances denominated in satoshis + int64 pending_open_balance = 2 [deprecated = true]; + + // Sum of channels local balances. + Amount local_balance = 3; + + // Sum of channels remote balances. + Amount remote_balance = 4; + + // Sum of channels local unsettled balances. + Amount unsettled_local_balance = 5; + + // Sum of channels remote unsettled balances. + Amount unsettled_remote_balance = 6; + + // Sum of channels pending local balances. + Amount pending_open_local_balance = 7; + + // Sum of channels pending remote balances. + Amount pending_open_remote_balance = 8; } message QueryRoutesRequest { diff --git a/lnrpc/rpc.swagger.json b/lnrpc/rpc.swagger.json index 4c66faab..404b8bfe 100644 --- a/lnrpc/rpc.swagger.json +++ b/lnrpc/rpc.swagger.json @@ -36,7 +36,7 @@ }, "/v1/balance/channels": { "get": { - "summary": "lncli: `channelbalance`\nChannelBalance returns the total funds available across all open channels\nin satoshis.", + "summary": "lncli: `channelbalance`\nChannelBalance returns a report on the total funds across all open channels,\ncategorized in local/remote, pending local/remote and unsettled local/remote\nbalances.", "operationId": "ChannelBalance", "responses": { "200": { @@ -2476,6 +2476,21 @@ "description": "- `p2wkh`: Pay to witness key hash (`WITNESS_PUBKEY_HASH` = 0)\n- `np2wkh`: Pay to nested witness key hash (`NESTED_PUBKEY_HASH` = 1)", "title": "`AddressType` has to be one of:" }, + "lnrpcAmount": { + "type": "object", + "properties": { + "sat": { + "type": "string", + "format": "uint64", + "description": "Value denominated in satoshis." + }, + "msat": { + "type": "string", + "format": "uint64", + "description": "Value denominated in milli-satoshis." + } + } + }, "lnrpcBakeMacaroonRequest": { "type": "object", "properties": { @@ -2813,12 +2828,36 @@ "balance": { "type": "string", "format": "int64", - "title": "Sum of channels balances denominated in satoshis" + "title": "Deprecated. Sum of channels balances denominated in satoshis" }, "pending_open_balance": { "type": "string", "format": "int64", - "title": "Sum of channels pending balances denominated in satoshis" + "title": "Deprecated. Sum of channels pending balances denominated in satoshis" + }, + "local_balance": { + "$ref": "#/definitions/lnrpcAmount", + "description": "Sum of channels local balances." + }, + "remote_balance": { + "$ref": "#/definitions/lnrpcAmount", + "description": "Sum of channels remote balances." + }, + "unsettled_local_balance": { + "$ref": "#/definitions/lnrpcAmount", + "description": "Sum of channels local unsettled balances." + }, + "unsettled_remote_balance": { + "$ref": "#/definitions/lnrpcAmount", + "description": "Sum of channels remote unsettled balances." + }, + "pending_open_local_balance": { + "$ref": "#/definitions/lnrpcAmount", + "description": "Sum of channels pending local balances." + }, + "pending_open_remote_balance": { + "$ref": "#/definitions/lnrpcAmount", + "description": "Sum of channels pending remote balances." } } }, diff --git a/lntest/itest/lnd_multi-hop-error-propagation_test.go b/lntest/itest/lnd_multi-hop-error-propagation_test.go index e631dd92..bb386b07 100644 --- a/lntest/itest/lnd_multi-hop-error-propagation_test.go +++ b/lntest/itest/lnd_multi-hop-error-propagation_test.go @@ -42,25 +42,48 @@ func testHtlcErrorPropagation(net *lntest.NetworkHarness, t *harnessTest) { commitFee := cType.calcStaticFee(0) assertBaseBalance := func() { - balReq := &lnrpc.ChannelBalanceRequest{} - ctxt, _ = context.WithTimeout(ctxb, defaultTimeout) - aliceBal, err := net.Alice.ChannelBalance(ctxt, balReq) - if err != nil { - t.Fatalf("unable to get channel balance: %v", err) + // Alice has opened a channel with Bob with zero push amount, so + // it's remote balance is zero. + expBalanceAlice := &lnrpc.ChannelBalanceResponse{ + LocalBalance: &lnrpc.Amount{ + Sat: uint64(chanAmt - commitFee), + Msat: uint64(lnwire.NewMSatFromSatoshis( + chanAmt - commitFee, + )), + }, + RemoteBalance: &lnrpc.Amount{}, + UnsettledLocalBalance: &lnrpc.Amount{}, + UnsettledRemoteBalance: &lnrpc.Amount{}, + PendingOpenLocalBalance: &lnrpc.Amount{}, + PendingOpenRemoteBalance: &lnrpc.Amount{}, + // Deprecated fields. + Balance: int64(chanAmt - commitFee), } - ctxt, _ = context.WithTimeout(ctxb, defaultTimeout) - bobBal, err := net.Bob.ChannelBalance(ctxt, balReq) - if err != nil { - t.Fatalf("unable to get channel balance: %v", err) - } - if aliceBal.Balance != int64(chanAmt-commitFee) { - t.Fatalf("alice has an incorrect balance: expected %v got %v", - int64(chanAmt-commitFee), aliceBal) - } - if bobBal.Balance != int64(chanAmt-commitFee) { - t.Fatalf("bob has an incorrect balance: expected %v got %v", - int64(chanAmt-commitFee), bobBal) + assertChannelBalanceResp(t, net.Alice, expBalanceAlice) + + // Bob has a channel with Alice and another with Carol, so it's + // local and remote balances are both chanAmt - commitFee. + expBalanceBob := &lnrpc.ChannelBalanceResponse{ + LocalBalance: &lnrpc.Amount{ + Sat: uint64(chanAmt - commitFee), + Msat: uint64(lnwire.NewMSatFromSatoshis( + chanAmt - commitFee, + )), + }, + RemoteBalance: &lnrpc.Amount{ + Sat: uint64(chanAmt - commitFee), + Msat: uint64(lnwire.NewMSatFromSatoshis( + chanAmt - commitFee, + )), + }, + UnsettledLocalBalance: &lnrpc.Amount{}, + UnsettledRemoteBalance: &lnrpc.Amount{}, + PendingOpenLocalBalance: &lnrpc.Amount{}, + PendingOpenRemoteBalance: &lnrpc.Amount{}, + // Deprecated fields. + Balance: int64(chanAmt - commitFee), } + assertChannelBalanceResp(t, net.Bob, expBalanceBob) } // Since we'd like to test some multi-hop failure scenarios, we'll @@ -174,7 +197,6 @@ out: // an unknown payment hash. // TODO(roasbeef): return failure response rather than failing entire // stream on payment error. - ctxt, _ = context.WithTimeout(ctxb, defaultTimeout) sendReq := &routerrpc.SendPaymentRequest{ PaymentHash: makeFakePayHash(t), Dest: carol.PubKey[:], diff --git a/lntest/itest/lnd_psbt_test.go b/lntest/itest/lnd_psbt_test.go index 69af9589..8bd8439d 100644 --- a/lntest/itest/lnd_psbt_test.go +++ b/lntest/itest/lnd_psbt_test.go @@ -301,7 +301,7 @@ func testPsbtChanFunding(net *lntest.NetworkHarness, t *harnessTest) { if err != nil { t.Fatalf("unable to get carol's balance: %v", err) } - if balRes.Balance == 0 { + if balRes.LocalBalance.Sat == 0 { t.Fatalf("carol has an empty channel balance") } diff --git a/lntest/itest/lnd_test.go b/lntest/itest/lnd_test.go index 33b571db..6a7dfbcb 100644 --- a/lntest/itest/lnd_test.go +++ b/lntest/itest/lnd_test.go @@ -1096,6 +1096,31 @@ func channelCommitType(node *lntest.HarnessNode, return 0, fmt.Errorf("channel point %v not found", chanPoint) } +// assertChannelBalanceResp makes a ChannelBalance request and checks the +// returned response matches the expected. +func assertChannelBalanceResp(t *harnessTest, + node *lntest.HarnessNode, expected *lnrpc.ChannelBalanceResponse) { + + resp := getChannelBalance(t, node) + require.Equal( + t.t, expected, resp, "balance is incorrect", + ) +} + +// getChannelBalance gets the channel balance. +func getChannelBalance(t *harnessTest, + node *lntest.HarnessNode) *lnrpc.ChannelBalanceResponse { + + t.t.Helper() + + ctxt, _ := context.WithTimeout(context.Background(), defaultTimeout) + req := &lnrpc.ChannelBalanceRequest{} + resp, err := node.ChannelBalance(ctxt, req) + + require.NoError(t.t, err, "unable to get node's balance") + return resp +} + // basicChannelFundingTest is a sub-test of the main testBasicChannelFunding // test. Given two nodes: Alice and Bob, it'll assert proper channel creation, // then return a function closure that should be called to assert proper @@ -1107,6 +1132,31 @@ func basicChannelFundingTest(t *harnessTest, net *lntest.NetworkHarness, chanAmt := lnd.MaxBtcFundingAmount pushAmt := btcutil.Amount(100000) + // Record nodes' channel balance before testing. + aliceChannelBalance := getChannelBalance(t, alice) + bobChannelBalance := getChannelBalance(t, bob) + + // Creates a helper closure to be used below which asserts the proper + // response to a channel balance RPC. + checkChannelBalance := func(node *lntest.HarnessNode, + oldChannelBalance *lnrpc.ChannelBalanceResponse, + local, remote btcutil.Amount) { + + newResp := oldChannelBalance + + newResp.LocalBalance.Sat += uint64(local) + newResp.LocalBalance.Msat += uint64( + lnwire.NewMSatFromSatoshis(local), + ) + newResp.RemoteBalance.Sat += uint64(remote) + newResp.RemoteBalance.Msat += uint64( + lnwire.NewMSatFromSatoshis(remote), + ) + // Deprecated fields. + newResp.Balance += int64(local) + assertChannelBalanceResp(t, node, newResp) + } + // First establish a channel with a capacity of 0.5 BTC between Alice // and Bob with Alice pushing 100k satoshis to Bob's side during // funding. This function will block until the channel itself is fully @@ -1144,33 +1194,13 @@ func basicChannelFundingTest(t *harnessTest, net *lntest.NetworkHarness, // With the channel open, ensure that the amount specified above has // properly been pushed to Bob. - balReq := &lnrpc.ChannelBalanceRequest{} - ctxt, _ = context.WithTimeout(ctxb, defaultTimeout) - aliceBal, err := alice.ChannelBalance(ctxt, balReq) - if err != nil { - return nil, nil, nil, fmt.Errorf("unable to get alice's "+ - "balance: %v", err) - } - ctxt, _ = context.WithTimeout(ctxb, defaultTimeout) - bobBal, err := bob.ChannelBalance(ctxt, balReq) - if err != nil { - return nil, nil, nil, fmt.Errorf("unable to get bobs's "+ - "balance: %v", err) - } - - expBalanceAlice := chanAmt - pushAmt - cType.calcStaticFee(0) - aliceBalance := btcutil.Amount(aliceBal.Balance) - if aliceBalance != expBalanceAlice { - return nil, nil, nil, fmt.Errorf("alice's balance is "+ - "incorrect: expected %v got %v", - expBalanceAlice, aliceBalance) - } - - bobBalance := btcutil.Amount(bobBal.Balance) - if bobBalance != pushAmt { - return nil, nil, nil, fmt.Errorf("bob's balance is incorrect: "+ - "expected %v got %v", pushAmt, bobBalance) - } + aliceLocalBalance := chanAmt - pushAmt - cType.calcStaticFee(0) + checkChannelBalance( + alice, aliceChannelBalance, aliceLocalBalance, pushAmt, + ) + checkChannelBalance( + bob, bobChannelBalance, pushAmt, aliceLocalBalance, + ) req := &lnrpc.ListChannelsRequest{} aliceChannel, err := alice.ListChannels(context.Background(), req) @@ -1405,6 +1435,58 @@ func testUnconfirmedChannelFunding(net *lntest.NetworkHarness, t *harnessTest) { }, ) + // Creates a helper closure to be used below which asserts the proper + // response to a channel balance RPC. + checkChannelBalance := func(node *lntest.HarnessNode, + local, remote, pendingLocal, pendingRemote btcutil.Amount) { + expectedResponse := &lnrpc.ChannelBalanceResponse{ + LocalBalance: &lnrpc.Amount{ + Sat: uint64(local), + Msat: uint64(lnwire.NewMSatFromSatoshis( + local, + )), + }, + RemoteBalance: &lnrpc.Amount{ + Sat: uint64(remote), + Msat: uint64(lnwire.NewMSatFromSatoshis( + remote, + )), + }, + PendingOpenLocalBalance: &lnrpc.Amount{ + Sat: uint64(pendingLocal), + Msat: uint64(lnwire.NewMSatFromSatoshis( + pendingLocal, + )), + }, + PendingOpenRemoteBalance: &lnrpc.Amount{ + Sat: uint64(pendingRemote), + Msat: uint64(lnwire.NewMSatFromSatoshis( + pendingRemote, + )), + }, + UnsettledLocalBalance: &lnrpc.Amount{}, + UnsettledRemoteBalance: &lnrpc.Amount{}, + // Deprecated fields. + Balance: int64(local), + PendingOpenBalance: int64(pendingLocal), + } + assertChannelBalanceResp(t, node, expectedResponse) + } + + // As the channel is pending open, it's expected Carol has both zero + // local and remote balances, and pending local/remote should not be + // zero. + // + // Note that atm we haven't obtained the chanPoint yet, so we use the + // type directly. + cType := commitTypeTweakless + carolLocalBalance := chanAmt - pushAmt - cType.calcStaticFee(0) + checkChannelBalance(carol, 0, 0, carolLocalBalance, pushAmt) + + // For Alice, her local/remote balances should be zero, and the + // local/remote balances are the mirror of Carol's. + checkChannelBalance(net.Alice, 0, 0, pushAmt, carolLocalBalance) + // Confirm the channel and wait for it to be recognized by both // parties. Two transactions should be mined, the unconfirmed spend and // the funding tx. @@ -1415,32 +1497,10 @@ func testUnconfirmedChannelFunding(net *lntest.NetworkHarness, t *harnessTest) { t.Fatalf("error while waiting for channel open: %v", err) } - cType, err := channelCommitType(net.Alice, chanPoint) - if err != nil { - t.Fatalf("unable to get channel type: %v", err) - } - // With the channel open, we'll check the balances on each side of the // channel as a sanity check to ensure things worked out as intended. - balReq := &lnrpc.ChannelBalanceRequest{} - ctxt, _ = context.WithTimeout(ctxb, defaultTimeout) - carolBal, err := carol.ChannelBalance(ctxt, balReq) - if err != nil { - t.Fatalf("unable to get carol's balance: %v", err) - } - ctxt, _ = context.WithTimeout(ctxb, defaultTimeout) - aliceBal, err := net.Alice.ChannelBalance(ctxt, balReq) - if err != nil { - t.Fatalf("unable to get alice's balance: %v", err) - } - if carolBal.Balance != int64(chanAmt-pushAmt-cType.calcStaticFee(0)) { - t.Fatalf("carol's balance is incorrect: expected %v got %v", - chanAmt-pushAmt-cType.calcStaticFee(0), carolBal) - } - if aliceBal.Balance != int64(pushAmt) { - t.Fatalf("alice's balance is incorrect: expected %v got %v", - pushAmt, aliceBal.Balance) - } + checkChannelBalance(carol, carolLocalBalance, pushAmt, 0, 0) + checkChannelBalance(net.Alice, pushAmt, carolLocalBalance, 0, 0) // Now that we're done with the test, the channel can be closed. ctxt, _ = context.WithTimeout(ctxb, channelCloseTimeout) @@ -2864,8 +2924,8 @@ func findTxAtHeight(ctx context.Context, t *harnessTest, height int32, return nil } -// testChannelBalance creates a new channel between Alice and Bob, then -// checks channel balance to be equal amount specified while creation of channel. +// testChannelBalance creates a new channel between Alice and Bob, then checks +// channel balance to be equal amount specified while creation of channel. func testChannelBalance(net *lntest.NetworkHarness, t *harnessTest) { ctxb := context.Background() @@ -2875,20 +2935,28 @@ func testChannelBalance(net *lntest.NetworkHarness, t *harnessTest) { // Creates a helper closure to be used below which asserts the proper // response to a channel balance RPC. - checkChannelBalance := func(node lnrpc.LightningClient, - amount btcutil.Amount) { + checkChannelBalance := func(node *lntest.HarnessNode, + local, remote btcutil.Amount) { - ctxt, _ := context.WithTimeout(ctxb, defaultTimeout) - response, err := node.ChannelBalance(ctxt, &lnrpc.ChannelBalanceRequest{}) - if err != nil { - t.Fatalf("unable to get channel balance: %v", err) - } - - balance := btcutil.Amount(response.Balance) - if balance != amount { - t.Fatalf("channel balance wrong: %v != %v", balance, - amount) + expectedResponse := &lnrpc.ChannelBalanceResponse{ + LocalBalance: &lnrpc.Amount{ + Sat: uint64(local), + Msat: uint64(lnwire.NewMSatFromSatoshis(local)), + }, + RemoteBalance: &lnrpc.Amount{ + Sat: uint64(remote), + Msat: uint64(lnwire.NewMSatFromSatoshis( + remote, + )), + }, + UnsettledLocalBalance: &lnrpc.Amount{}, + UnsettledRemoteBalance: &lnrpc.Amount{}, + PendingOpenLocalBalance: &lnrpc.Amount{}, + PendingOpenRemoteBalance: &lnrpc.Amount{}, + // Deprecated fields. + Balance: int64(local), } + assertChannelBalanceResp(t, node, expectedResponse) } // Before beginning, make sure alice and bob are connected. @@ -2926,10 +2994,10 @@ func testChannelBalance(net *lntest.NetworkHarness, t *harnessTest) { // As this is a single funder channel, Alice's balance should be // exactly 0.5 BTC since now state transitions have taken place yet. - checkChannelBalance(net.Alice, amount-cType.calcStaticFee(0)) + checkChannelBalance(net.Alice, amount-cType.calcStaticFee(0), 0) // Ensure Bob currently has no available balance within the channel. - checkChannelBalance(net.Bob, 0) + checkChannelBalance(net.Bob, 0, amount-cType.calcStaticFee(0)) // Finally close the channel between Alice and Bob, asserting that the // channel has been properly closed on-chain. @@ -2946,6 +3014,44 @@ func testChannelUnsettledBalance(net *lntest.NetworkHarness, t *harnessTest) { const chanAmt = btcutil.Amount(1000000) ctxb := context.Background() + // Creates a helper closure to be used below which asserts the proper + // response to a channel balance RPC. + checkChannelBalance := func(node *lntest.HarnessNode, + local, remote, unsettledLocal, unsettledRemote btcutil.Amount) { + + expectedResponse := &lnrpc.ChannelBalanceResponse{ + LocalBalance: &lnrpc.Amount{ + Sat: uint64(local), + Msat: uint64(lnwire.NewMSatFromSatoshis( + local, + )), + }, + RemoteBalance: &lnrpc.Amount{ + Sat: uint64(remote), + Msat: uint64(lnwire.NewMSatFromSatoshis( + remote, + )), + }, + UnsettledLocalBalance: &lnrpc.Amount{ + Sat: uint64(unsettledLocal), + Msat: uint64(lnwire.NewMSatFromSatoshis( + unsettledLocal, + )), + }, + UnsettledRemoteBalance: &lnrpc.Amount{ + Sat: uint64(unsettledRemote), + Msat: uint64(lnwire.NewMSatFromSatoshis( + unsettledRemote, + )), + }, + PendingOpenLocalBalance: &lnrpc.Amount{}, + PendingOpenRemoteBalance: &lnrpc.Amount{}, + // Deprecated fields. + Balance: int64(local), + } + assertChannelBalanceResp(t, node, expectedResponse) + } + // Create carol in hodl mode. carol, err := net.NewNode("Carol", []string{"--hodl.exit-settle"}) if err != nil { @@ -2984,6 +3090,17 @@ func testChannelUnsettledBalance(net *lntest.NetworkHarness, t *harnessTest) { "timeout: %v", err) } + cType, err := channelCommitType(net.Alice, chanPointAlice) + require.NoError(t.t, err, "unable to get channel type") + + // Check alice's channel balance, which should have zero remote and zero + // pending balance. + checkChannelBalance(net.Alice, chanAmt-cType.calcStaticFee(0), 0, 0, 0) + + // Check carol's channel balance, which should have zero local and zero + // pending balance. + checkChannelBalance(carol, 0, chanAmt-cType.calcStaticFee(0), 0, 0) + // Channel should be ready for payments. const ( payAmt = 100 @@ -3060,6 +3177,17 @@ func testChannelUnsettledBalance(net *lntest.NetworkHarness, t *harnessTest) { default: } + // Check alice's channel balance, which should have a remote unsettled + // balance that equals to the amount of invoices * payAmt. The remote + // balance remains zero. + aliceLocal := chanAmt - cType.calcStaticFee(0) - numInvoices*payAmt + checkChannelBalance(net.Alice, aliceLocal, 0, 0, numInvoices*payAmt) + + // Check carol's channel balance, which should have a local unsettled + // balance that equals to the amount of invoices * payAmt. The local + // balance remains zero. + checkChannelBalance(carol, 0, aliceLocal, numInvoices*payAmt, 0) + // Force and assert the channel closure. ctxt, _ = context.WithTimeout(ctxb, channelCloseTimeout) closeChannelAndAssert(ctxt, t, net, net.Alice, chanPointAlice, true) @@ -9160,10 +9288,10 @@ func testRevokedCloseRetributionAltruistWatchtower(net *lntest.NetworkHarness, t.Fatalf("unable to get dave's balance: %v", err) } - if daveBalResp.Balance != 0 { + if daveBalResp.LocalBalance.Sat != 0 { predErr = fmt.Errorf("Dave should end up with zero "+ "channel balance, instead has %d", - daveBalResp.Balance) + daveBalResp.LocalBalance.Sat) return false } @@ -11080,10 +11208,7 @@ func testSwitchCircuitPersistence(net *lntest.NetworkHarness, t *harnessTest) { // the nodes in the network. err = wait.Predicate(func() bool { predErr = assertNumActiveHtlcs(nodes, 0) - if predErr != nil { - return false - } - return true + return predErr == nil }, time.Second*15) if err != nil { diff --git a/rpcserver.go b/rpcserver.go index 53e0f88e..fc646779 100644 --- a/rpcserver.go +++ b/rpcserver.go @@ -2852,16 +2852,36 @@ func (r *rpcServer) WalletBalance(ctx context.Context, // ChannelBalance returns the total available channel flow across all open // channels in satoshis. func (r *rpcServer) ChannelBalance(ctx context.Context, - in *lnrpc.ChannelBalanceRequest) (*lnrpc.ChannelBalanceResponse, error) { + in *lnrpc.ChannelBalanceRequest) ( + *lnrpc.ChannelBalanceResponse, error) { + + var ( + localBalance lnwire.MilliSatoshi + remoteBalance lnwire.MilliSatoshi + unsettledLocalBalance lnwire.MilliSatoshi + unsettledRemoteBalance lnwire.MilliSatoshi + pendingOpenLocalBalance lnwire.MilliSatoshi + pendingOpenRemoteBalance lnwire.MilliSatoshi + ) openChannels, err := r.server.remoteChanDB.FetchAllOpenChannels() if err != nil { return nil, err } - var balance btcutil.Amount for _, channel := range openChannels { - balance += channel.LocalCommitment.LocalBalance.ToSatoshis() + c := channel.LocalCommitment + localBalance += c.LocalBalance + remoteBalance += c.RemoteBalance + + // Add pending htlc amount. + for _, htlc := range c.Htlcs { + if htlc.Incoming { + unsettledLocalBalance += htlc.Amt + } else { + unsettledRemoteBalance += htlc.Amt + } + } } pendingChannels, err := r.server.remoteChanDB.FetchPendingChannels() @@ -2869,17 +2889,48 @@ func (r *rpcServer) ChannelBalance(ctx context.Context, return nil, err } - var pendingOpenBalance btcutil.Amount for _, channel := range pendingChannels { - pendingOpenBalance += channel.LocalCommitment.LocalBalance.ToSatoshis() + c := channel.LocalCommitment + pendingOpenLocalBalance += c.LocalBalance + pendingOpenRemoteBalance += c.RemoteBalance } - rpcsLog.Debugf("[channelbalance] balance=%v pending-open=%v", - balance, pendingOpenBalance) + rpcsLog.Debugf("[channelbalance] local_balance=%v remote_balance=%v "+ + "unsettled_local_balance=%v unsettled_remote_balance=%v "+ + "pending_open_local_balance=%v pending_open_remove_balance", + localBalance, remoteBalance, unsettledLocalBalance, + unsettledRemoteBalance, pendingOpenLocalBalance, + pendingOpenRemoteBalance) return &lnrpc.ChannelBalanceResponse{ - Balance: int64(balance), - PendingOpenBalance: int64(pendingOpenBalance), + LocalBalance: &lnrpc.Amount{ + Sat: uint64(localBalance.ToSatoshis()), + Msat: uint64(localBalance), + }, + RemoteBalance: &lnrpc.Amount{ + Sat: uint64(remoteBalance.ToSatoshis()), + Msat: uint64(remoteBalance), + }, + UnsettledLocalBalance: &lnrpc.Amount{ + Sat: uint64(unsettledLocalBalance.ToSatoshis()), + Msat: uint64(unsettledLocalBalance), + }, + UnsettledRemoteBalance: &lnrpc.Amount{ + Sat: uint64(unsettledRemoteBalance.ToSatoshis()), + Msat: uint64(unsettledRemoteBalance), + }, + PendingOpenLocalBalance: &lnrpc.Amount{ + Sat: uint64(pendingOpenLocalBalance.ToSatoshis()), + Msat: uint64(pendingOpenLocalBalance), + }, + PendingOpenRemoteBalance: &lnrpc.Amount{ + Sat: uint64(pendingOpenRemoteBalance.ToSatoshis()), + Msat: uint64(pendingOpenRemoteBalance), + }, + + // Deprecated fields. + Balance: int64(localBalance.ToSatoshis()), + PendingOpenBalance: int64(pendingOpenLocalBalance.ToSatoshis()), }, nil }