diff --git a/lnrpc/routerrpc/router.pb.go b/lnrpc/routerrpc/router.pb.go index fe0b3bafd..5951e4e95 100644 --- a/lnrpc/routerrpc/router.pb.go +++ b/lnrpc/routerrpc/router.pb.go @@ -79,112 +79,6 @@ func (PaymentState) EnumDescriptor() ([]byte, []int) { return fileDescriptor_7a0613f69d37b0a5, []int{0} } -type Failure_FailureCode int32 - -const ( - //* - //The numbers assigned in this enumeration match the failure codes as - //defined in BOLT #4. Because protobuf 3 requires enums to start with 0, - //a RESERVED value is added. - Failure_RESERVED Failure_FailureCode = 0 - Failure_INCORRECT_OR_UNKNOWN_PAYMENT_DETAILS Failure_FailureCode = 1 - Failure_INCORRECT_PAYMENT_AMOUNT Failure_FailureCode = 2 - Failure_FINAL_INCORRECT_CLTV_EXPIRY Failure_FailureCode = 3 - Failure_FINAL_INCORRECT_HTLC_AMOUNT Failure_FailureCode = 4 - Failure_FINAL_EXPIRY_TOO_SOON Failure_FailureCode = 5 - Failure_INVALID_REALM Failure_FailureCode = 6 - Failure_EXPIRY_TOO_SOON Failure_FailureCode = 7 - Failure_INVALID_ONION_VERSION Failure_FailureCode = 8 - Failure_INVALID_ONION_HMAC Failure_FailureCode = 9 - Failure_INVALID_ONION_KEY Failure_FailureCode = 10 - Failure_AMOUNT_BELOW_MINIMUM Failure_FailureCode = 11 - Failure_FEE_INSUFFICIENT Failure_FailureCode = 12 - Failure_INCORRECT_CLTV_EXPIRY Failure_FailureCode = 13 - Failure_CHANNEL_DISABLED Failure_FailureCode = 14 - Failure_TEMPORARY_CHANNEL_FAILURE Failure_FailureCode = 15 - Failure_REQUIRED_NODE_FEATURE_MISSING Failure_FailureCode = 16 - Failure_REQUIRED_CHANNEL_FEATURE_MISSING Failure_FailureCode = 17 - Failure_UNKNOWN_NEXT_PEER Failure_FailureCode = 18 - Failure_TEMPORARY_NODE_FAILURE Failure_FailureCode = 19 - Failure_PERMANENT_NODE_FAILURE Failure_FailureCode = 20 - Failure_PERMANENT_CHANNEL_FAILURE Failure_FailureCode = 21 - Failure_EXPIRY_TOO_FAR Failure_FailureCode = 22 - Failure_MPP_TIMEOUT Failure_FailureCode = 23 - //* - //The error source is known, but the failure itself couldn't be decoded. - Failure_UNKNOWN_FAILURE Failure_FailureCode = 998 - //* - //An unreadable failure result is returned if the received failure message - //cannot be decrypted. In that case the error source is unknown. - Failure_UNREADABLE_FAILURE Failure_FailureCode = 999 -) - -var Failure_FailureCode_name = map[int32]string{ - 0: "RESERVED", - 1: "INCORRECT_OR_UNKNOWN_PAYMENT_DETAILS", - 2: "INCORRECT_PAYMENT_AMOUNT", - 3: "FINAL_INCORRECT_CLTV_EXPIRY", - 4: "FINAL_INCORRECT_HTLC_AMOUNT", - 5: "FINAL_EXPIRY_TOO_SOON", - 6: "INVALID_REALM", - 7: "EXPIRY_TOO_SOON", - 8: "INVALID_ONION_VERSION", - 9: "INVALID_ONION_HMAC", - 10: "INVALID_ONION_KEY", - 11: "AMOUNT_BELOW_MINIMUM", - 12: "FEE_INSUFFICIENT", - 13: "INCORRECT_CLTV_EXPIRY", - 14: "CHANNEL_DISABLED", - 15: "TEMPORARY_CHANNEL_FAILURE", - 16: "REQUIRED_NODE_FEATURE_MISSING", - 17: "REQUIRED_CHANNEL_FEATURE_MISSING", - 18: "UNKNOWN_NEXT_PEER", - 19: "TEMPORARY_NODE_FAILURE", - 20: "PERMANENT_NODE_FAILURE", - 21: "PERMANENT_CHANNEL_FAILURE", - 22: "EXPIRY_TOO_FAR", - 23: "MPP_TIMEOUT", - 998: "UNKNOWN_FAILURE", - 999: "UNREADABLE_FAILURE", -} - -var Failure_FailureCode_value = map[string]int32{ - "RESERVED": 0, - "INCORRECT_OR_UNKNOWN_PAYMENT_DETAILS": 1, - "INCORRECT_PAYMENT_AMOUNT": 2, - "FINAL_INCORRECT_CLTV_EXPIRY": 3, - "FINAL_INCORRECT_HTLC_AMOUNT": 4, - "FINAL_EXPIRY_TOO_SOON": 5, - "INVALID_REALM": 6, - "EXPIRY_TOO_SOON": 7, - "INVALID_ONION_VERSION": 8, - "INVALID_ONION_HMAC": 9, - "INVALID_ONION_KEY": 10, - "AMOUNT_BELOW_MINIMUM": 11, - "FEE_INSUFFICIENT": 12, - "INCORRECT_CLTV_EXPIRY": 13, - "CHANNEL_DISABLED": 14, - "TEMPORARY_CHANNEL_FAILURE": 15, - "REQUIRED_NODE_FEATURE_MISSING": 16, - "REQUIRED_CHANNEL_FEATURE_MISSING": 17, - "UNKNOWN_NEXT_PEER": 18, - "TEMPORARY_NODE_FAILURE": 19, - "PERMANENT_NODE_FAILURE": 20, - "PERMANENT_CHANNEL_FAILURE": 21, - "EXPIRY_TOO_FAR": 22, - "MPP_TIMEOUT": 23, - "UNKNOWN_FAILURE": 998, - "UNREADABLE_FAILURE": 999, -} - -func (x Failure_FailureCode) String() string { - return proto.EnumName(Failure_FailureCode_name, int32(x)) -} - -func (Failure_FailureCode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_7a0613f69d37b0a5, []int{7, 0} -} - type SendPaymentRequest struct { /// The identity pubkey of the payment recipient Dest []byte `protobuf:"bytes,1,opt,name=dest,proto3" json:"dest,omitempty"` @@ -675,10 +569,10 @@ type SendToRouteResponse struct { /// The preimage obtained by making the payment. Preimage []byte `protobuf:"bytes,1,opt,name=preimage,proto3" json:"preimage,omitempty"` /// The failure message in case the payment failed. - Failure *Failure `protobuf:"bytes,2,opt,name=failure,proto3" json:"failure,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + Failure *lnrpc.Failure `protobuf:"bytes,2,opt,name=failure,proto3" json:"failure,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *SendToRouteResponse) Reset() { *m = SendToRouteResponse{} } @@ -713,290 +607,13 @@ func (m *SendToRouteResponse) GetPreimage() []byte { return nil } -func (m *SendToRouteResponse) GetFailure() *Failure { +func (m *SendToRouteResponse) GetFailure() *lnrpc.Failure { if m != nil { return m.Failure } return nil } -type Failure struct { - /// Failure code as defined in the Lightning spec - Code Failure_FailureCode `protobuf:"varint,1,opt,name=code,proto3,enum=routerrpc.Failure_FailureCode" json:"code,omitempty"` - /// An optional channel update message. - ChannelUpdate *ChannelUpdate `protobuf:"bytes,3,opt,name=channel_update,json=channelUpdate,proto3" json:"channel_update,omitempty"` - /// A failure type-dependent htlc value. - HtlcMsat uint64 `protobuf:"varint,4,opt,name=htlc_msat,json=htlcMsat,proto3" json:"htlc_msat,omitempty"` - /// The sha256 sum of the onion payload. - OnionSha_256 []byte `protobuf:"bytes,5,opt,name=onion_sha_256,json=onionSha256,proto3" json:"onion_sha_256,omitempty"` - /// A failure type-dependent cltv expiry value. - CltvExpiry uint32 `protobuf:"varint,6,opt,name=cltv_expiry,json=cltvExpiry,proto3" json:"cltv_expiry,omitempty"` - /// A failure type-dependent flags value. - Flags uint32 `protobuf:"varint,7,opt,name=flags,proto3" json:"flags,omitempty"` - //* - //The position in the path of the intermediate or final node that generated - //the failure message. Position zero is the sender node. - FailureSourceIndex uint32 `protobuf:"varint,8,opt,name=failure_source_index,json=failureSourceIndex,proto3" json:"failure_source_index,omitempty"` - /// A failure type-dependent block height. - Height uint32 `protobuf:"varint,9,opt,name=height,proto3" json:"height,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -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_7a0613f69d37b0a5, []int{7} -} - -func (m *Failure) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_Failure.Unmarshal(m, b) -} -func (m *Failure) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_Failure.Marshal(b, m, deterministic) -} -func (m *Failure) XXX_Merge(src proto.Message) { - xxx_messageInfo_Failure.Merge(m, src) -} -func (m *Failure) XXX_Size() int { - return xxx_messageInfo_Failure.Size(m) -} -func (m *Failure) XXX_DiscardUnknown() { - xxx_messageInfo_Failure.DiscardUnknown(m) -} - -var xxx_messageInfo_Failure proto.InternalMessageInfo - -func (m *Failure) GetCode() Failure_FailureCode { - if m != nil { - return m.Code - } - return Failure_RESERVED -} - -func (m *Failure) GetChannelUpdate() *ChannelUpdate { - if m != nil { - return m.ChannelUpdate - } - return nil -} - -func (m *Failure) GetHtlcMsat() uint64 { - if m != nil { - return m.HtlcMsat - } - return 0 -} - -func (m *Failure) GetOnionSha_256() []byte { - if m != nil { - return m.OnionSha_256 - } - return nil -} - -func (m *Failure) GetCltvExpiry() uint32 { - if m != nil { - return m.CltvExpiry - } - return 0 -} - -func (m *Failure) GetFlags() uint32 { - if m != nil { - return m.Flags - } - return 0 -} - -func (m *Failure) GetFailureSourceIndex() uint32 { - if m != nil { - return m.FailureSourceIndex - } - return 0 -} - -func (m *Failure) GetHeight() uint32 { - if m != nil { - return m.Height - } - return 0 -} - -type ChannelUpdate struct { - //* - //The signature that validates the announced data and proves the ownership - //of node id. - Signature []byte `protobuf:"bytes,1,opt,name=signature,proto3" json:"signature,omitempty"` - //* - //The target chain that this channel was opened within. This value - //should be the genesis hash of the target chain. Along with the short - //channel ID, this uniquely identifies the channel globally in a - //blockchain. - ChainHash []byte `protobuf:"bytes,2,opt,name=chain_hash,json=chainHash,proto3" json:"chain_hash,omitempty"` - //* - //The unique description of the funding transaction. - ChanId uint64 `protobuf:"varint,3,opt,name=chan_id,json=chanId,proto3" json:"chan_id,omitempty"` - //* - //A timestamp that allows ordering in the case of multiple announcements. - //We should ignore the message if timestamp is not greater than the - //last-received. - Timestamp uint32 `protobuf:"varint,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"` - //* - //The bitfield that describes whether optional fields are present in this - //update. Currently, the least-significant bit must be set to 1 if the - //optional field MaxHtlc is present. - MessageFlags uint32 `protobuf:"varint,10,opt,name=message_flags,json=messageFlags,proto3" json:"message_flags,omitempty"` - //* - //The bitfield that describes additional meta-data concerning how the - //update is to be interpreted. Currently, the least-significant bit must be - //set to 0 if the creating node corresponds to the first node in the - //previously sent channel announcement and 1 otherwise. If the second bit - //is set, then the channel is set to be disabled. - ChannelFlags uint32 `protobuf:"varint,5,opt,name=channel_flags,json=channelFlags,proto3" json:"channel_flags,omitempty"` - //* - //The minimum number of blocks this node requires to be added to the expiry - //of HTLCs. This is a security parameter determined by the node operator. - //This value represents the required gap between the time locks of the - //incoming and outgoing HTLC's set to this node. - TimeLockDelta uint32 `protobuf:"varint,6,opt,name=time_lock_delta,json=timeLockDelta,proto3" json:"time_lock_delta,omitempty"` - //* - //The minimum HTLC value which will be accepted. - HtlcMinimumMsat uint64 `protobuf:"varint,7,opt,name=htlc_minimum_msat,json=htlcMinimumMsat,proto3" json:"htlc_minimum_msat,omitempty"` - //* - //The base fee that must be used for incoming HTLC's to this particular - //channel. This value will be tacked onto the required for a payment - //independent of the size of the payment. - BaseFee uint32 `protobuf:"varint,8,opt,name=base_fee,json=baseFee,proto3" json:"base_fee,omitempty"` - //* - //The fee rate that will be charged per millionth of a satoshi. - FeeRate uint32 `protobuf:"varint,9,opt,name=fee_rate,json=feeRate,proto3" json:"fee_rate,omitempty"` - //* - //The maximum HTLC value which will be accepted. - HtlcMaximumMsat uint64 `protobuf:"varint,11,opt,name=htlc_maximum_msat,json=htlcMaximumMsat,proto3" json:"htlc_maximum_msat,omitempty"` - //* - //The set of data that was appended to this message, some of which we may - //not actually know how to iterate or parse. By holding onto this data, we - //ensure that we're able to properly validate the set of signatures that - //cover these new fields, and ensure we're able to make upgrades to the - //network in a forwards compatible manner. - ExtraOpaqueData []byte `protobuf:"bytes,12,opt,name=extra_opaque_data,json=extraOpaqueData,proto3" json:"extra_opaque_data,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -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_7a0613f69d37b0a5, []int{8} -} - -func (m *ChannelUpdate) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ChannelUpdate.Unmarshal(m, b) -} -func (m *ChannelUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ChannelUpdate.Marshal(b, m, deterministic) -} -func (m *ChannelUpdate) XXX_Merge(src proto.Message) { - xxx_messageInfo_ChannelUpdate.Merge(m, src) -} -func (m *ChannelUpdate) XXX_Size() int { - return xxx_messageInfo_ChannelUpdate.Size(m) -} -func (m *ChannelUpdate) XXX_DiscardUnknown() { - xxx_messageInfo_ChannelUpdate.DiscardUnknown(m) -} - -var xxx_messageInfo_ChannelUpdate proto.InternalMessageInfo - -func (m *ChannelUpdate) GetSignature() []byte { - if m != nil { - return m.Signature - } - return nil -} - -func (m *ChannelUpdate) GetChainHash() []byte { - if m != nil { - return m.ChainHash - } - return nil -} - -func (m *ChannelUpdate) GetChanId() uint64 { - if m != nil { - return m.ChanId - } - return 0 -} - -func (m *ChannelUpdate) GetTimestamp() uint32 { - if m != nil { - return m.Timestamp - } - return 0 -} - -func (m *ChannelUpdate) GetMessageFlags() uint32 { - if m != nil { - return m.MessageFlags - } - return 0 -} - -func (m *ChannelUpdate) GetChannelFlags() uint32 { - if m != nil { - return m.ChannelFlags - } - return 0 -} - -func (m *ChannelUpdate) GetTimeLockDelta() uint32 { - if m != nil { - return m.TimeLockDelta - } - return 0 -} - -func (m *ChannelUpdate) GetHtlcMinimumMsat() uint64 { - if m != nil { - return m.HtlcMinimumMsat - } - return 0 -} - -func (m *ChannelUpdate) GetBaseFee() uint32 { - if m != nil { - return m.BaseFee - } - return 0 -} - -func (m *ChannelUpdate) GetFeeRate() uint32 { - if m != nil { - return m.FeeRate - } - return 0 -} - -func (m *ChannelUpdate) GetHtlcMaximumMsat() uint64 { - if m != nil { - return m.HtlcMaximumMsat - } - return 0 -} - -func (m *ChannelUpdate) GetExtraOpaqueData() []byte { - if m != nil { - return m.ExtraOpaqueData - } - return nil -} - type ResetMissionControlRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -1007,7 +624,7 @@ func (m *ResetMissionControlRequest) Reset() { *m = ResetMissionControlR func (m *ResetMissionControlRequest) String() string { return proto.CompactTextString(m) } func (*ResetMissionControlRequest) ProtoMessage() {} func (*ResetMissionControlRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_7a0613f69d37b0a5, []int{9} + return fileDescriptor_7a0613f69d37b0a5, []int{7} } func (m *ResetMissionControlRequest) XXX_Unmarshal(b []byte) error { @@ -1038,7 +655,7 @@ func (m *ResetMissionControlResponse) Reset() { *m = ResetMissionControl func (m *ResetMissionControlResponse) String() string { return proto.CompactTextString(m) } func (*ResetMissionControlResponse) ProtoMessage() {} func (*ResetMissionControlResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_7a0613f69d37b0a5, []int{10} + return fileDescriptor_7a0613f69d37b0a5, []int{8} } func (m *ResetMissionControlResponse) XXX_Unmarshal(b []byte) error { @@ -1069,7 +686,7 @@ func (m *QueryMissionControlRequest) Reset() { *m = QueryMissionControlR func (m *QueryMissionControlRequest) String() string { return proto.CompactTextString(m) } func (*QueryMissionControlRequest) ProtoMessage() {} func (*QueryMissionControlRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_7a0613f69d37b0a5, []int{11} + return fileDescriptor_7a0613f69d37b0a5, []int{9} } func (m *QueryMissionControlRequest) XXX_Unmarshal(b []byte) error { @@ -1103,7 +720,7 @@ func (m *QueryMissionControlResponse) Reset() { *m = QueryMissionControl func (m *QueryMissionControlResponse) String() string { return proto.CompactTextString(m) } func (*QueryMissionControlResponse) ProtoMessage() {} func (*QueryMissionControlResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_7a0613f69d37b0a5, []int{12} + return fileDescriptor_7a0613f69d37b0a5, []int{10} } func (m *QueryMissionControlResponse) XXX_Unmarshal(b []byte) error { @@ -1147,7 +764,7 @@ func (m *PairHistory) Reset() { *m = PairHistory{} } func (m *PairHistory) String() string { return proto.CompactTextString(m) } func (*PairHistory) ProtoMessage() {} func (*PairHistory) Descriptor() ([]byte, []int) { - return fileDescriptor_7a0613f69d37b0a5, []int{13} + return fileDescriptor_7a0613f69d37b0a5, []int{11} } func (m *PairHistory) XXX_Unmarshal(b []byte) error { @@ -1215,7 +832,7 @@ func (m *PairData) Reset() { *m = PairData{} } func (m *PairData) String() string { return proto.CompactTextString(m) } func (*PairData) ProtoMessage() {} func (*PairData) Descriptor() ([]byte, []int) { - return fileDescriptor_7a0613f69d37b0a5, []int{14} + return fileDescriptor_7a0613f69d37b0a5, []int{12} } func (m *PairData) XXX_Unmarshal(b []byte) error { @@ -1294,7 +911,7 @@ func (m *QueryProbabilityRequest) Reset() { *m = QueryProbabilityRequest func (m *QueryProbabilityRequest) String() string { return proto.CompactTextString(m) } func (*QueryProbabilityRequest) ProtoMessage() {} func (*QueryProbabilityRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_7a0613f69d37b0a5, []int{15} + return fileDescriptor_7a0613f69d37b0a5, []int{13} } func (m *QueryProbabilityRequest) XXX_Unmarshal(b []byte) error { @@ -1350,7 +967,7 @@ func (m *QueryProbabilityResponse) Reset() { *m = QueryProbabilityRespon func (m *QueryProbabilityResponse) String() string { return proto.CompactTextString(m) } func (*QueryProbabilityResponse) ProtoMessage() {} func (*QueryProbabilityResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_7a0613f69d37b0a5, []int{16} + return fileDescriptor_7a0613f69d37b0a5, []int{14} } func (m *QueryProbabilityResponse) XXX_Unmarshal(b []byte) error { @@ -1411,7 +1028,7 @@ func (m *BuildRouteRequest) Reset() { *m = BuildRouteRequest{} } func (m *BuildRouteRequest) String() string { return proto.CompactTextString(m) } func (*BuildRouteRequest) ProtoMessage() {} func (*BuildRouteRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_7a0613f69d37b0a5, []int{17} + return fileDescriptor_7a0613f69d37b0a5, []int{15} } func (m *BuildRouteRequest) XXX_Unmarshal(b []byte) error { @@ -1473,7 +1090,7 @@ func (m *BuildRouteResponse) Reset() { *m = BuildRouteResponse{} } func (m *BuildRouteResponse) String() string { return proto.CompactTextString(m) } func (*BuildRouteResponse) ProtoMessage() {} func (*BuildRouteResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_7a0613f69d37b0a5, []int{18} + return fileDescriptor_7a0613f69d37b0a5, []int{16} } func (m *BuildRouteResponse) XXX_Unmarshal(b []byte) error { @@ -1503,7 +1120,6 @@ func (m *BuildRouteResponse) GetRoute() *lnrpc.Route { func init() { proto.RegisterEnum("routerrpc.PaymentState", PaymentState_name, PaymentState_value) - proto.RegisterEnum("routerrpc.Failure_FailureCode", Failure_FailureCode_name, Failure_FailureCode_value) proto.RegisterType((*SendPaymentRequest)(nil), "routerrpc.SendPaymentRequest") proto.RegisterMapType((map[uint64][]byte)(nil), "routerrpc.SendPaymentRequest.DestCustomRecordsEntry") proto.RegisterType((*TrackPaymentRequest)(nil), "routerrpc.TrackPaymentRequest") @@ -1512,8 +1128,6 @@ func init() { proto.RegisterType((*RouteFeeResponse)(nil), "routerrpc.RouteFeeResponse") proto.RegisterType((*SendToRouteRequest)(nil), "routerrpc.SendToRouteRequest") proto.RegisterType((*SendToRouteResponse)(nil), "routerrpc.SendToRouteResponse") - proto.RegisterType((*Failure)(nil), "routerrpc.Failure") - proto.RegisterType((*ChannelUpdate)(nil), "routerrpc.ChannelUpdate") proto.RegisterType((*ResetMissionControlRequest)(nil), "routerrpc.ResetMissionControlRequest") proto.RegisterType((*ResetMissionControlResponse)(nil), "routerrpc.ResetMissionControlResponse") proto.RegisterType((*QueryMissionControlRequest)(nil), "routerrpc.QueryMissionControlRequest") @@ -1529,140 +1143,95 @@ func init() { func init() { proto.RegisterFile("routerrpc/router.proto", fileDescriptor_7a0613f69d37b0a5) } var fileDescriptor_7a0613f69d37b0a5 = []byte{ - // 2126 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x58, 0xcd, 0x76, 0xdb, 0xc6, - 0x15, 0x0e, 0xc4, 0x5f, 0x5d, 0xfe, 0x41, 0x23, 0x45, 0xa2, 0x29, 0x2b, 0x61, 0x10, 0xd7, 0xe1, - 0xf1, 0x71, 0x24, 0x47, 0x6d, 0x7c, 0x7c, 0xba, 0x68, 0x0f, 0x45, 0x82, 0x11, 0x64, 0x12, 0x94, - 0x87, 0xa4, 0x13, 0x37, 0x8b, 0x39, 0x10, 0x39, 0x12, 0x51, 0xe1, 0x87, 0x01, 0x86, 0x8e, 0xf5, - 0x02, 0x5d, 0xf4, 0x45, 0xda, 0x4d, 0xbb, 0xe9, 0xba, 0xaf, 0xd3, 0xf6, 0x11, 0xba, 0xec, 0x99, - 0x19, 0x80, 0x04, 0x29, 0xca, 0xe9, 0x4a, 0xc4, 0x77, 0xbf, 0xb9, 0x77, 0x66, 0xee, 0xdc, 0x3f, - 0xc1, 0x7e, 0xe0, 0xcf, 0x19, 0x0d, 0x82, 0xd9, 0xf8, 0x44, 0xfe, 0x3a, 0x9e, 0x05, 0x3e, 0xf3, - 0xd1, 0xf6, 0x02, 0xaf, 0x6d, 0x07, 0xb3, 0xb1, 0x44, 0xb5, 0xff, 0x66, 0x00, 0x0d, 0xa8, 0x37, - 0xb9, 0xb4, 0xee, 0x5c, 0xea, 0x31, 0x4c, 0x7f, 0x9a, 0xd3, 0x90, 0x21, 0x04, 0xe9, 0x09, 0x0d, - 0x59, 0x55, 0xa9, 0x2b, 0x8d, 0x22, 0x16, 0xbf, 0x91, 0x0a, 0x29, 0xcb, 0x65, 0xd5, 0xad, 0xba, - 0xd2, 0x48, 0x61, 0xfe, 0x13, 0x3d, 0x82, 0xbc, 0xe5, 0x32, 0xe2, 0x86, 0x16, 0xab, 0x16, 0x05, - 0x9c, 0xb3, 0x5c, 0xd6, 0x0b, 0x2d, 0x86, 0xbe, 0x80, 0xe2, 0x4c, 0xaa, 0x24, 0x53, 0x2b, 0x9c, - 0x56, 0x53, 0x42, 0x51, 0x21, 0xc2, 0xce, 0xad, 0x70, 0x8a, 0x1a, 0xa0, 0x5e, 0xdb, 0x9e, 0xe5, - 0x90, 0xb1, 0xc3, 0xde, 0x93, 0x09, 0x75, 0x98, 0x55, 0x4d, 0xd7, 0x95, 0x46, 0x06, 0x97, 0x05, - 0xde, 0x72, 0xd8, 0xfb, 0x36, 0x47, 0xd1, 0x57, 0x50, 0x89, 0x95, 0x05, 0x72, 0x83, 0xd5, 0x4c, - 0x5d, 0x69, 0x6c, 0xe3, 0xf2, 0x6c, 0x75, 0xdb, 0x5f, 0x41, 0x85, 0xd9, 0x2e, 0xf5, 0xe7, 0x8c, - 0x84, 0x74, 0xec, 0x7b, 0x93, 0xb0, 0x9a, 0x95, 0x1a, 0x23, 0x78, 0x20, 0x51, 0xa4, 0x41, 0xe9, - 0x9a, 0x52, 0xe2, 0xd8, 0xae, 0xcd, 0x08, 0xdf, 0x7e, 0x4e, 0x6c, 0xbf, 0x70, 0x4d, 0x69, 0x97, - 0x63, 0x03, 0x8b, 0xa1, 0x27, 0x50, 0x5e, 0x72, 0xc4, 0x19, 0x4b, 0x82, 0x54, 0x8c, 0x49, 0xe2, - 0xa0, 0xcf, 0x41, 0xf5, 0xe7, 0xec, 0xc6, 0xb7, 0xbd, 0x1b, 0x32, 0x9e, 0x5a, 0x1e, 0xb1, 0x27, - 0xd5, 0x7c, 0x5d, 0x69, 0xa4, 0xcf, 0xb6, 0x5e, 0x28, 0xb8, 0x1c, 0xcb, 0x5a, 0x53, 0xcb, 0x33, - 0x26, 0xe8, 0x29, 0x54, 0x1c, 0x2b, 0x64, 0x64, 0xea, 0xcf, 0xc8, 0x6c, 0x7e, 0x75, 0x4b, 0xef, - 0xaa, 0x65, 0x71, 0x33, 0x25, 0x0e, 0x9f, 0xfb, 0xb3, 0x4b, 0x01, 0xa2, 0x23, 0x00, 0x71, 0x2b, - 0xc2, 0x78, 0x75, 0x5b, 0x9c, 0x61, 0x9b, 0x23, 0xc2, 0x30, 0xfa, 0x06, 0x0a, 0xc2, 0x9b, 0x64, - 0x6a, 0x7b, 0x2c, 0xac, 0x42, 0x3d, 0xd5, 0x28, 0x9c, 0xaa, 0xc7, 0x8e, 0xc7, 0x1d, 0x8b, 0xb9, - 0xe4, 0xdc, 0xf6, 0x18, 0x86, 0x20, 0xfe, 0x19, 0xa2, 0x09, 0xec, 0x72, 0x2f, 0x92, 0xf1, 0x3c, - 0x64, 0xbe, 0x4b, 0x02, 0x3a, 0xf6, 0x83, 0x49, 0x58, 0x2d, 0x88, 0xa5, 0xbf, 0x39, 0x5e, 0x3c, - 0x8e, 0xe3, 0xfb, 0xaf, 0xe1, 0xb8, 0x4d, 0x43, 0xd6, 0x12, 0xeb, 0xb0, 0x5c, 0xa6, 0x7b, 0x2c, - 0xb8, 0xc3, 0x3b, 0x93, 0x75, 0x1c, 0x3d, 0x07, 0x64, 0x39, 0x8e, 0xff, 0x33, 0x09, 0xa9, 0x73, - 0x4d, 0x22, 0xef, 0x54, 0x2b, 0x75, 0xa5, 0x91, 0xc7, 0xaa, 0x90, 0x0c, 0xa8, 0x73, 0x1d, 0xa9, - 0x47, 0x2f, 0xa1, 0x24, 0xf6, 0x74, 0x4d, 0x2d, 0x36, 0x0f, 0x68, 0x58, 0x55, 0xeb, 0xa9, 0x46, - 0xf9, 0x74, 0x27, 0x3a, 0x48, 0x47, 0xc2, 0x67, 0x36, 0xc3, 0x45, 0xce, 0x8b, 0xbe, 0xc3, 0x5a, - 0x1b, 0xf6, 0x37, 0x6f, 0x89, 0xbf, 0x51, 0x7e, 0xa7, 0xfc, 0xd9, 0xa6, 0x31, 0xff, 0x89, 0xf6, - 0x20, 0xf3, 0xde, 0x72, 0xe6, 0x54, 0xbc, 0xdb, 0x22, 0x96, 0x1f, 0xbf, 0xdd, 0x7a, 0xa5, 0x68, - 0xaf, 0x60, 0x77, 0x18, 0x58, 0xe3, 0xdb, 0xb5, 0xa7, 0xbf, 0xfe, 0x72, 0x95, 0x7b, 0x2f, 0x57, - 0xfb, 0xab, 0x02, 0xa5, 0x68, 0xd5, 0x80, 0x59, 0x6c, 0x1e, 0xa2, 0xaf, 0x21, 0x13, 0x32, 0x8b, - 0x51, 0xc1, 0x2e, 0x9f, 0x1e, 0x24, 0xee, 0x33, 0x41, 0xa4, 0x58, 0xb2, 0x50, 0x0d, 0xf2, 0xb3, - 0x80, 0xda, 0xae, 0x75, 0x13, 0xef, 0x6b, 0xf1, 0x8d, 0x34, 0xc8, 0x88, 0xc5, 0x22, 0x64, 0x0a, - 0xa7, 0xc5, 0xa4, 0x57, 0xb1, 0x14, 0xa1, 0x06, 0x64, 0xa6, 0xcc, 0x19, 0x87, 0xd5, 0xb4, 0x70, - 0x1f, 0x8a, 0x38, 0xe7, 0xc3, 0x6e, 0xab, 0xc9, 0x18, 0x75, 0x67, 0x0c, 0x4b, 0x82, 0xf6, 0x3b, - 0xa8, 0x88, 0x95, 0x1d, 0x4a, 0x3f, 0x16, 0xdb, 0x07, 0xc0, 0x23, 0x57, 0x44, 0x82, 0x8c, 0xef, - 0xac, 0xe5, 0xf2, 0x20, 0xd0, 0x26, 0xa0, 0x2e, 0xd7, 0x87, 0x33, 0xdf, 0x0b, 0xb9, 0x75, 0x95, - 0x6f, 0x83, 0xbf, 0x78, 0x1e, 0x20, 0x22, 0x34, 0x14, 0xb1, 0xaa, 0x1c, 0xe1, 0x1d, 0x4a, 0x45, - 0x70, 0x3c, 0x95, 0xf1, 0x48, 0x1c, 0x7f, 0x7c, 0xcb, 0x23, 0xdc, 0xba, 0x8b, 0xd4, 0x97, 0x38, - 0xdc, 0xf5, 0xc7, 0xb7, 0x6d, 0x0e, 0x6a, 0x3f, 0xca, 0x24, 0x34, 0xf4, 0xe5, 0x29, 0xff, 0x6f, - 0x4f, 0x2c, 0x2f, 0x6b, 0xeb, 0xc1, 0xcb, 0xd2, 0x08, 0xec, 0xae, 0x28, 0x8f, 0x4e, 0x91, 0xf4, - 0x81, 0xb2, 0xe6, 0x83, 0xe7, 0x90, 0xbb, 0xb6, 0x6c, 0x67, 0x1e, 0xc4, 0x8a, 0x51, 0xc2, 0xa1, - 0x1d, 0x29, 0xc1, 0x31, 0x45, 0xfb, 0x53, 0x1e, 0x72, 0x11, 0x88, 0x4e, 0x21, 0x3d, 0xf6, 0x27, - 0xf1, 0x3b, 0xf8, 0xec, 0xfe, 0xb2, 0xf8, 0x6f, 0xcb, 0x9f, 0x50, 0x2c, 0xb8, 0xe8, 0xf7, 0x50, - 0xe6, 0x99, 0xc3, 0xa3, 0x0e, 0x99, 0xcf, 0x26, 0xd6, 0xc2, 0xf5, 0xd5, 0xc4, 0xea, 0x96, 0x24, - 0x8c, 0x84, 0x1c, 0x97, 0xc6, 0xc9, 0x4f, 0x74, 0x08, 0xdb, 0xdc, 0xdb, 0xd2, 0x13, 0x69, 0xf1, - 0xf6, 0xf3, 0x1c, 0x10, 0x3e, 0xd0, 0xa0, 0xe4, 0x7b, 0xb6, 0xef, 0x91, 0x70, 0x6a, 0x91, 0xd3, - 0x6f, 0x5f, 0x8a, 0xd4, 0x59, 0xc4, 0x05, 0x01, 0x0e, 0xa6, 0xd6, 0xe9, 0xb7, 0x2f, 0xd1, 0xe7, - 0x50, 0x10, 0xe9, 0x86, 0x7e, 0x98, 0xd9, 0xc1, 0x9d, 0xc8, 0x99, 0x25, 0x2c, 0x32, 0x90, 0x2e, - 0x10, 0x1e, 0x45, 0xd7, 0x8e, 0x75, 0x13, 0x8a, 0x3c, 0x59, 0xc2, 0xf2, 0x03, 0xbd, 0x80, 0xbd, - 0xe8, 0x0e, 0x48, 0xe8, 0xcf, 0x83, 0x31, 0x25, 0xb6, 0x37, 0xa1, 0x1f, 0x44, 0xfe, 0x2b, 0x61, - 0x14, 0xc9, 0x06, 0x42, 0x64, 0x70, 0x09, 0xda, 0x87, 0xec, 0x94, 0xda, 0x37, 0x53, 0x99, 0xd3, - 0x4a, 0x38, 0xfa, 0xd2, 0xfe, 0x99, 0x81, 0x42, 0xe2, 0x62, 0x50, 0x11, 0xf2, 0x58, 0x1f, 0xe8, - 0xf8, 0xad, 0xde, 0x56, 0x3f, 0x41, 0x0d, 0x78, 0x62, 0x98, 0xad, 0x3e, 0xc6, 0x7a, 0x6b, 0x48, - 0xfa, 0x98, 0x8c, 0xcc, 0xd7, 0x66, 0xff, 0x7b, 0x93, 0x5c, 0x36, 0xdf, 0xf5, 0x74, 0x73, 0x48, - 0xda, 0xfa, 0xb0, 0x69, 0x74, 0x07, 0xaa, 0x82, 0x1e, 0x43, 0x75, 0xc9, 0x8c, 0xc5, 0xcd, 0x5e, - 0x7f, 0x64, 0x0e, 0xd5, 0x2d, 0xf4, 0x39, 0x1c, 0x76, 0x0c, 0xb3, 0xd9, 0x25, 0x4b, 0x4e, 0xab, - 0x3b, 0x7c, 0x4b, 0xf4, 0x1f, 0x2e, 0x0d, 0xfc, 0x4e, 0x4d, 0x6d, 0x22, 0xf0, 0x98, 0x8a, 0x35, - 0xa4, 0xd1, 0x23, 0xf8, 0x54, 0x12, 0xe4, 0x12, 0x32, 0xec, 0xf7, 0xc9, 0xa0, 0xdf, 0x37, 0xd5, - 0x0c, 0xda, 0x81, 0x92, 0x61, 0xbe, 0x6d, 0x76, 0x8d, 0x36, 0xc1, 0x7a, 0xb3, 0xdb, 0x53, 0xb3, - 0x68, 0x17, 0x2a, 0xeb, 0xbc, 0x1c, 0x57, 0x11, 0xf3, 0xfa, 0xa6, 0xd1, 0x37, 0xc9, 0x5b, 0x1d, - 0x0f, 0x8c, 0xbe, 0xa9, 0xe6, 0xd1, 0x3e, 0xa0, 0x55, 0xd1, 0x79, 0xaf, 0xd9, 0x52, 0xb7, 0xd1, - 0xa7, 0xb0, 0xb3, 0x8a, 0xbf, 0xd6, 0xdf, 0xa9, 0x80, 0xaa, 0xb0, 0x27, 0x37, 0x46, 0xce, 0xf4, - 0x6e, 0xff, 0x7b, 0xd2, 0x33, 0x4c, 0xa3, 0x37, 0xea, 0xa9, 0x05, 0xb4, 0x07, 0x6a, 0x47, 0xd7, - 0x89, 0x61, 0x0e, 0x46, 0x9d, 0x8e, 0xd1, 0x32, 0x74, 0x73, 0xa8, 0x16, 0xa5, 0xe5, 0x4d, 0x07, - 0x2f, 0xf1, 0x05, 0xad, 0xf3, 0xa6, 0x69, 0xea, 0x5d, 0xd2, 0x36, 0x06, 0xcd, 0xb3, 0xae, 0xde, - 0x56, 0xcb, 0xe8, 0x08, 0x1e, 0x0d, 0xf5, 0xde, 0x65, 0x1f, 0x37, 0xf1, 0x3b, 0x12, 0xcb, 0x3b, - 0x4d, 0xa3, 0x3b, 0xc2, 0xba, 0x5a, 0x41, 0x5f, 0xc0, 0x11, 0xd6, 0xdf, 0x8c, 0x0c, 0xac, 0xb7, - 0x89, 0xd9, 0x6f, 0xeb, 0xa4, 0xa3, 0x37, 0x87, 0x23, 0xac, 0x93, 0x9e, 0x31, 0x18, 0x18, 0xe6, - 0x77, 0xaa, 0x8a, 0x9e, 0x40, 0x7d, 0x41, 0x59, 0x28, 0x58, 0x63, 0xed, 0xf0, 0xf3, 0xc5, 0x2e, - 0x35, 0xf5, 0x1f, 0x86, 0xe4, 0x52, 0xd7, 0xb1, 0x8a, 0x50, 0x0d, 0xf6, 0x97, 0xe6, 0xa5, 0x81, - 0xc8, 0xf6, 0x2e, 0x97, 0x5d, 0xea, 0xb8, 0xd7, 0x34, 0xb9, 0x83, 0x57, 0x64, 0x7b, 0x7c, 0xdb, - 0x4b, 0xd9, 0xfa, 0xb6, 0x3f, 0x45, 0x08, 0xca, 0x09, 0xaf, 0x74, 0x9a, 0x58, 0xdd, 0x47, 0x15, - 0x28, 0xf4, 0x2e, 0x2f, 0xc9, 0xd0, 0xe8, 0xe9, 0xfd, 0xd1, 0x50, 0x3d, 0x40, 0x7b, 0x50, 0x89, - 0xb7, 0x14, 0xaf, 0xfc, 0x57, 0x0e, 0x1d, 0x00, 0x1a, 0x99, 0x58, 0x6f, 0xb6, 0xf9, 0x0d, 0x2d, - 0x04, 0xff, 0xce, 0x5d, 0xa4, 0xf3, 0x5b, 0x6a, 0x4a, 0xfb, 0x47, 0x0a, 0x4a, 0x2b, 0x81, 0x8a, - 0x1e, 0xc3, 0x76, 0x68, 0xdf, 0x78, 0xa2, 0x6e, 0x45, 0x59, 0x66, 0x09, 0x88, 0x2a, 0x3f, 0xb5, - 0x6c, 0x4f, 0xa6, 0x37, 0x59, 0x08, 0xb6, 0x05, 0x22, 0x92, 0xdb, 0x21, 0xe4, 0xe2, 0x8e, 0x22, - 0xb5, 0xe8, 0x28, 0xb2, 0x63, 0xd9, 0x49, 0x3c, 0x86, 0x6d, 0x9e, 0x43, 0x43, 0x66, 0xb9, 0x33, - 0x11, 0xf3, 0x25, 0xbc, 0x04, 0xd0, 0x97, 0x50, 0x72, 0x69, 0x18, 0x5a, 0x37, 0x94, 0xc8, 0xb8, - 0x05, 0xc1, 0x28, 0x46, 0x60, 0x47, 0x84, 0xef, 0x97, 0x10, 0xe7, 0x91, 0x88, 0x94, 0x91, 0xa4, - 0x08, 0x94, 0xa4, 0xf5, 0x14, 0xce, 0xac, 0x28, 0x3d, 0x24, 0x53, 0x38, 0xb3, 0xd0, 0x33, 0xd8, - 0x91, 0x39, 0xc8, 0xf6, 0x6c, 0x77, 0xee, 0xca, 0x5c, 0x94, 0x13, 0xb9, 0xa8, 0x22, 0x72, 0x91, - 0xc4, 0x45, 0x4a, 0x7a, 0x04, 0xf9, 0x2b, 0x2b, 0xa4, 0xbc, 0x7a, 0x44, 0xb9, 0x22, 0xc7, 0xbf, - 0x3b, 0x94, 0x72, 0x11, 0xaf, 0x29, 0x01, 0xcf, 0x82, 0x32, 0x45, 0xe4, 0xae, 0x29, 0xc5, 0xfc, - 0x2e, 0x17, 0x16, 0xac, 0x0f, 0x4b, 0x0b, 0x85, 0x84, 0x05, 0x89, 0x0b, 0x0b, 0xcf, 0x60, 0x87, - 0x7e, 0x60, 0x81, 0x45, 0xfc, 0x99, 0xf5, 0xd3, 0x9c, 0x92, 0x89, 0xc5, 0x2c, 0xd1, 0xa2, 0x16, - 0x71, 0x45, 0x08, 0xfa, 0x02, 0x6f, 0x5b, 0xcc, 0xd2, 0x1e, 0x43, 0x0d, 0xd3, 0x90, 0xb2, 0x9e, - 0x1d, 0x86, 0xb6, 0xef, 0xb5, 0x7c, 0x8f, 0x05, 0xbe, 0x13, 0x15, 0x21, 0xed, 0x08, 0x0e, 0x37, - 0x4a, 0x65, 0x15, 0xe1, 0x8b, 0xdf, 0xcc, 0x69, 0x70, 0xb7, 0x79, 0xf1, 0x1b, 0x38, 0xdc, 0x28, - 0x8d, 0x4a, 0xd0, 0x73, 0xc8, 0xcc, 0x2c, 0x3b, 0x08, 0xab, 0x5b, 0xa2, 0x8c, 0xef, 0xaf, 0x74, - 0x0d, 0x76, 0x70, 0x6e, 0x87, 0xcc, 0x0f, 0xee, 0xb0, 0x24, 0x5d, 0xa4, 0xf3, 0x8a, 0xba, 0xa5, - 0xfd, 0x59, 0x81, 0x42, 0x42, 0xc8, 0x73, 0xbf, 0xe7, 0x4f, 0x28, 0xb9, 0x0e, 0x7c, 0x37, 0xae, - 0x63, 0x1c, 0xe8, 0x04, 0xbe, 0xcb, 0xcb, 0xba, 0x10, 0x32, 0x3f, 0x7a, 0x5d, 0x59, 0xfe, 0x39, - 0xf4, 0xd1, 0xd7, 0x90, 0x9b, 0x4a, 0x05, 0xc2, 0x47, 0x85, 0xd3, 0xdd, 0x35, 0xdb, 0xfc, 0x66, - 0x70, 0xcc, 0xb9, 0x48, 0xe7, 0x53, 0x6a, 0xfa, 0x22, 0x9d, 0x4f, 0xab, 0x99, 0x8b, 0x74, 0x3e, - 0xa3, 0x66, 0x2f, 0xd2, 0xf9, 0xac, 0x9a, 0xd3, 0xfe, 0xa3, 0x40, 0x3e, 0x66, 0xf3, 0x9d, 0xf0, - 0x8c, 0x4f, 0xf8, 0xbb, 0x88, 0xfa, 0x81, 0x3c, 0x07, 0x86, 0xb6, 0x4b, 0x51, 0x1d, 0x8a, 0x42, - 0xb8, 0xda, 0x65, 0x00, 0xc7, 0x9a, 0xa2, 0xd3, 0x10, 0x2d, 0x79, 0xcc, 0x58, 0x14, 0x32, 0xde, - 0x92, 0x4b, 0x4a, 0x3c, 0x55, 0x84, 0xf3, 0xf1, 0x98, 0x86, 0xa1, 0xb4, 0x92, 0x91, 0x94, 0x08, - 0x13, 0x86, 0x9e, 0x42, 0x25, 0xa6, 0xc4, 0xb6, 0xb2, 0xb2, 0xe5, 0x88, 0xe0, 0xc8, 0x5c, 0x03, - 0xd4, 0x24, 0xcf, 0x5d, 0x0e, 0x01, 0xe5, 0x25, 0x91, 0x1b, 0x95, 0x87, 0xd7, 0xfe, 0x08, 0x07, - 0xc2, 0x95, 0x97, 0x81, 0x7f, 0x65, 0x5d, 0xd9, 0x8e, 0xcd, 0xee, 0xe2, 0x3e, 0x85, 0x1f, 0x3c, - 0xf0, 0x5d, 0xe2, 0xc5, 0x85, 0xbf, 0x88, 0xf3, 0x1c, 0x30, 0x79, 0x25, 0x3b, 0x80, 0x1c, 0xf3, - 0xa5, 0x28, 0x72, 0x01, 0xf3, 0x85, 0x20, 0x39, 0x3c, 0xa5, 0x56, 0x86, 0x27, 0xed, 0x16, 0xaa, - 0xf7, 0x6d, 0x45, 0x6f, 0xa6, 0x0e, 0x85, 0xd9, 0x12, 0x16, 0xe6, 0x14, 0x9c, 0x84, 0x92, 0xbe, - 0xdd, 0xfa, 0x65, 0xdf, 0x6a, 0x7f, 0x51, 0x60, 0xe7, 0x6c, 0x6e, 0x3b, 0x93, 0x95, 0xde, 0x2b, - 0xb9, 0x3b, 0x65, 0x75, 0xb4, 0xdb, 0x34, 0xb7, 0x6d, 0x6d, 0x9c, 0xdb, 0x36, 0xcd, 0x46, 0xa9, - 0x07, 0x67, 0xa3, 0xcf, 0xa1, 0xb0, 0x1c, 0x8b, 0x64, 0x6b, 0x5b, 0xc4, 0x30, 0x8d, 0x67, 0xa2, - 0x50, 0x7b, 0x05, 0x28, 0xb9, 0xd1, 0xe8, 0x42, 0x16, 0x2d, 0xa0, 0xf2, 0x60, 0x0b, 0xf8, 0xec, - 0xef, 0x0a, 0x14, 0x93, 0x7d, 0x38, 0x2a, 0xc1, 0xb6, 0x61, 0x92, 0x4e, 0xd7, 0xf8, 0xee, 0x7c, - 0xa8, 0x7e, 0xc2, 0x3f, 0x07, 0xa3, 0x56, 0x4b, 0xd7, 0xdb, 0x7a, 0x5b, 0x55, 0x78, 0x85, 0xe0, - 0xb9, 0x5d, 0x6f, 0x2f, 0x0a, 0xc2, 0x16, 0xaf, 0xe5, 0x11, 0x66, 0xf6, 0x09, 0xee, 0x8f, 0x86, - 0xba, 0x9a, 0x42, 0x2a, 0x14, 0x23, 0x50, 0xc7, 0xb8, 0x8f, 0xd5, 0x34, 0x2f, 0x78, 0x11, 0x72, - 0xbf, 0x0f, 0x89, 0xdb, 0x94, 0x8c, 0xe8, 0x33, 0x62, 0xd6, 0xb2, 0x44, 0x93, 0xb3, 0x66, 0xb7, - 0x69, 0xb6, 0x74, 0x35, 0x7b, 0xfa, 0xb7, 0x0c, 0x64, 0xc5, 0x09, 0x02, 0x74, 0x0e, 0x85, 0xc4, - 0x48, 0x86, 0x8e, 0x3e, 0x3a, 0xaa, 0xd5, 0xaa, 0x9b, 0x27, 0x8f, 0x79, 0xf8, 0x42, 0x41, 0x17, - 0x50, 0x4c, 0x0e, 0x3c, 0x28, 0xd9, 0x9d, 0x6e, 0x98, 0x84, 0x3e, 0xaa, 0xeb, 0x35, 0xa8, 0x7a, - 0xc8, 0x6c, 0x97, 0x77, 0xa3, 0xd1, 0x7c, 0x80, 0x6a, 0x09, 0xfe, 0xda, 0xd0, 0x51, 0x3b, 0xdc, - 0x28, 0x8b, 0x5c, 0xd8, 0x95, 0x47, 0x8c, 0x3a, 0xf4, 0x7b, 0x47, 0x5c, 0x1d, 0x0b, 0x6a, 0x9f, - 0x3d, 0x24, 0x8e, 0xb4, 0x4d, 0x60, 0x77, 0x43, 0xc6, 0x46, 0xbf, 0x4a, 0xee, 0xe0, 0xc1, 0x7c, - 0x5f, 0x7b, 0xfa, 0x4b, 0xb4, 0xa5, 0x95, 0x0d, 0xa9, 0x7d, 0xc5, 0xca, 0xc3, 0x85, 0x61, 0xc5, - 0xca, 0xc7, 0x2a, 0xc4, 0x8f, 0xa0, 0xae, 0x67, 0x02, 0xa4, 0xad, 0xaf, 0xbd, 0x9f, 0x92, 0x6a, - 0x5f, 0x7e, 0x94, 0x13, 0x29, 0x37, 0x00, 0x96, 0xf1, 0x84, 0x1e, 0x27, 0x96, 0xdc, 0xcb, 0x07, - 0xb5, 0xa3, 0x07, 0xa4, 0x52, 0xd5, 0xd9, 0x37, 0x7f, 0x38, 0xb9, 0xb1, 0xd9, 0x74, 0x7e, 0x75, - 0x3c, 0xf6, 0xdd, 0x13, 0x87, 0xf7, 0xf4, 0x9e, 0xed, 0xdd, 0x78, 0x94, 0xfd, 0xec, 0x07, 0xb7, - 0x27, 0x8e, 0x37, 0x39, 0x11, 0x61, 0x79, 0xb2, 0xd0, 0x72, 0x95, 0x15, 0xff, 0x80, 0xfa, 0xf5, - 0xff, 0x02, 0x00, 0x00, 0xff, 0xff, 0x77, 0x3e, 0x21, 0x8e, 0xb0, 0x12, 0x00, 0x00, + // 1404 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x57, 0xdb, 0x52, 0xdb, 0xd6, + 0x1a, 0xde, 0xf2, 0x09, 0xf3, 0xdb, 0x18, 0x65, 0xb1, 0x27, 0xd1, 0x36, 0x21, 0xf1, 0xd6, 0xce, + 0x26, 0x9e, 0x4e, 0x02, 0x09, 0xed, 0x74, 0x32, 0xbd, 0xe8, 0x0c, 0xf8, 0x50, 0x4c, 0xcd, 0x21, + 0xcb, 0xe6, 0xa2, 0xcd, 0x85, 0x46, 0x58, 0xcb, 0x58, 0x45, 0xd2, 0x72, 0xb5, 0x96, 0x92, 0xe1, + 0x15, 0xfa, 0x22, 0xed, 0x4d, 0xfb, 0x5c, 0x7d, 0x84, 0x5e, 0x76, 0xd6, 0x41, 0x58, 0x36, 0x36, + 0xe9, 0x9d, 0xf5, 0xfd, 0xdf, 0x7f, 0x5a, 0xff, 0x09, 0xe0, 0x71, 0x4c, 0x13, 0x4e, 0xe2, 0x78, + 0x3a, 0xda, 0x57, 0xbf, 0xf6, 0xa6, 0x31, 0xe5, 0x14, 0xad, 0xdf, 0xe1, 0xf5, 0xf5, 0x78, 0x3a, + 0x52, 0xa8, 0xfd, 0x57, 0x11, 0xd0, 0x80, 0x44, 0xde, 0x85, 0x7b, 0x1b, 0x92, 0x88, 0x63, 0xf2, + 0x73, 0x42, 0x18, 0x47, 0x08, 0x0a, 0x1e, 0x61, 0xdc, 0x32, 0x1a, 0x46, 0xb3, 0x8a, 0xe5, 0x6f, + 0x64, 0x42, 0xde, 0x0d, 0xb9, 0x95, 0x6b, 0x18, 0xcd, 0x3c, 0x16, 0x3f, 0xd1, 0x7f, 0xa0, 0xec, + 0x86, 0xdc, 0x09, 0x99, 0xcb, 0xad, 0xaa, 0x84, 0xd7, 0xdc, 0x90, 0x9f, 0x32, 0x97, 0xa3, 0xff, + 0x42, 0x75, 0xaa, 0x4c, 0x3a, 0x13, 0x97, 0x4d, 0xac, 0xbc, 0x34, 0x54, 0xd1, 0xd8, 0xb1, 0xcb, + 0x26, 0xa8, 0x09, 0xe6, 0xd8, 0x8f, 0xdc, 0xc0, 0x19, 0x05, 0xfc, 0xa3, 0xe3, 0x91, 0x80, 0xbb, + 0x56, 0xa1, 0x61, 0x34, 0x8b, 0xb8, 0x26, 0xf1, 0x56, 0xc0, 0x3f, 0xb6, 0x05, 0x8a, 0x5e, 0xc2, + 0x66, 0x6a, 0x2c, 0x56, 0x01, 0x5a, 0xc5, 0x86, 0xd1, 0x5c, 0xc7, 0xb5, 0xe9, 0x7c, 0xd8, 0x2f, + 0x61, 0x93, 0xfb, 0x21, 0xa1, 0x09, 0x77, 0x18, 0x19, 0xd1, 0xc8, 0x63, 0x56, 0x49, 0x59, 0xd4, + 0xf0, 0x40, 0xa1, 0xc8, 0x86, 0x8d, 0x31, 0x21, 0x4e, 0xe0, 0x87, 0x3e, 0x77, 0x44, 0xf8, 0x6b, + 0x32, 0xfc, 0xca, 0x98, 0x90, 0xbe, 0xc0, 0x06, 0x2e, 0x47, 0x2f, 0xa0, 0x36, 0xe3, 0xc8, 0x1c, + 0x37, 0x24, 0xa9, 0x9a, 0x92, 0x64, 0xa2, 0xaf, 0xc0, 0xa4, 0x09, 0xbf, 0xa6, 0x7e, 0x74, 0xed, + 0x8c, 0x26, 0x6e, 0xe4, 0xf8, 0x9e, 0x55, 0x6e, 0x18, 0xcd, 0xc2, 0x51, 0xee, 0x8d, 0x81, 0x6b, + 0xa9, 0xac, 0x35, 0x71, 0xa3, 0x9e, 0x87, 0x76, 0x61, 0x33, 0x70, 0x19, 0x77, 0x26, 0x74, 0xea, + 0x4c, 0x93, 0xab, 0x1b, 0x72, 0x6b, 0xd5, 0xe4, 0xcb, 0x6c, 0x08, 0xf8, 0x98, 0x4e, 0x2f, 0x24, + 0x88, 0x76, 0x00, 0xe4, 0xab, 0x48, 0xe7, 0xd6, 0xba, 0xcc, 0x61, 0x5d, 0x20, 0xd2, 0x31, 0x7a, + 0x0b, 0x15, 0x59, 0x4d, 0x67, 0xe2, 0x47, 0x9c, 0x59, 0xd0, 0xc8, 0x37, 0x2b, 0x07, 0xe6, 0x5e, + 0x10, 0x89, 0xc2, 0x62, 0x21, 0x39, 0xf6, 0x23, 0x8e, 0x21, 0x4e, 0x7f, 0x32, 0xe4, 0xc1, 0x96, + 0xa8, 0xa2, 0x33, 0x4a, 0x18, 0xa7, 0xa1, 0x13, 0x93, 0x11, 0x8d, 0x3d, 0x66, 0x55, 0xa4, 0xea, + 0x57, 0x7b, 0x77, 0xcd, 0xb1, 0x77, 0xbf, 0x1b, 0xf6, 0xda, 0x84, 0xf1, 0x96, 0xd4, 0xc3, 0x4a, + 0xad, 0x13, 0xf1, 0xf8, 0x16, 0x3f, 0xf2, 0x16, 0x71, 0xf4, 0x0a, 0x90, 0x1b, 0x04, 0xf4, 0x93, + 0xc3, 0x48, 0x30, 0x76, 0x74, 0x75, 0xac, 0xcd, 0x86, 0xd1, 0x2c, 0x63, 0x53, 0x4a, 0x06, 0x24, + 0x18, 0x6b, 0xf3, 0xe8, 0x6b, 0xd8, 0x90, 0x31, 0x8d, 0x89, 0xcb, 0x93, 0x98, 0x30, 0xcb, 0x6c, + 0xe4, 0x9b, 0xb5, 0x83, 0x47, 0x3a, 0x91, 0xae, 0x82, 0x8f, 0x7c, 0x8e, 0xab, 0x82, 0xa7, 0xbf, + 0x59, 0xbd, 0x0d, 0x8f, 0x97, 0x87, 0x24, 0x7a, 0x54, 0xbc, 0xa9, 0x68, 0xdb, 0x02, 0x16, 0x3f, + 0xd1, 0xbf, 0xa1, 0xf8, 0xd1, 0x0d, 0x12, 0x22, 0xfb, 0xb6, 0x8a, 0xd5, 0xc7, 0x37, 0xb9, 0x77, + 0x86, 0xfd, 0x0e, 0xb6, 0x86, 0xb1, 0x3b, 0xba, 0x59, 0x68, 0xfd, 0xc5, 0xce, 0x35, 0xee, 0x75, + 0xae, 0xfd, 0x9b, 0x01, 0x1b, 0x5a, 0x6b, 0xc0, 0x5d, 0x9e, 0x30, 0xf4, 0x1a, 0x8a, 0x8c, 0xbb, + 0x9c, 0x48, 0x76, 0xed, 0xe0, 0x49, 0xe6, 0x3d, 0x33, 0x44, 0x82, 0x15, 0x0b, 0xd5, 0xa1, 0x3c, + 0x8d, 0x89, 0x1f, 0xba, 0xd7, 0x69, 0x5c, 0x77, 0xdf, 0xc8, 0x86, 0xa2, 0x54, 0x96, 0x23, 0x53, + 0x39, 0xa8, 0x66, 0xab, 0x8a, 0x95, 0x08, 0x35, 0xa1, 0x38, 0xe1, 0xc1, 0x88, 0x59, 0x05, 0x59, + 0x3e, 0xa4, 0x39, 0xc7, 0xc3, 0x7e, 0xeb, 0x90, 0x73, 0x12, 0x4e, 0x39, 0x56, 0x04, 0xfb, 0x5b, + 0xd8, 0x94, 0x9a, 0x5d, 0x42, 0x1e, 0x9a, 0xed, 0x27, 0x20, 0x26, 0x57, 0x4e, 0x82, 0x9a, 0xef, + 0x92, 0x1b, 0x8a, 0x21, 0xb0, 0x3d, 0x30, 0x67, 0xfa, 0x6c, 0x4a, 0x23, 0x26, 0xbc, 0x9b, 0x22, + 0x0c, 0xd1, 0xf1, 0x62, 0x40, 0xe4, 0x68, 0x18, 0x52, 0xab, 0xa6, 0xf1, 0x2e, 0x21, 0x72, 0x38, + 0x76, 0xd5, 0x3c, 0x3a, 0x01, 0x1d, 0xdd, 0x88, 0x09, 0x77, 0x6f, 0xb5, 0xf9, 0x0d, 0x01, 0xf7, + 0xe9, 0xe8, 0xa6, 0x2d, 0x40, 0xfb, 0x83, 0x5a, 0x42, 0x43, 0xaa, 0xb2, 0xfc, 0xc7, 0x95, 0x98, + 0x3d, 0x56, 0x6e, 0xe5, 0x63, 0xd9, 0x1f, 0x60, 0x6b, 0xce, 0xb8, 0xce, 0x22, 0x5b, 0x03, 0x63, + 0xa1, 0x06, 0x4d, 0x58, 0x1b, 0xbb, 0x7e, 0x90, 0xc4, 0xa9, 0xe1, 0x5a, 0xda, 0x92, 0x0a, 0xc5, + 0xa9, 0xd8, 0x7e, 0x0a, 0x75, 0x4c, 0x18, 0xe1, 0xa7, 0x3e, 0x63, 0x3e, 0x8d, 0x5a, 0x34, 0xe2, + 0x31, 0x0d, 0x74, 0x06, 0xf6, 0x0e, 0x6c, 0x2f, 0x95, 0xaa, 0x10, 0x84, 0xf2, 0xfb, 0x84, 0xc4, + 0xb7, 0xcb, 0x95, 0xdf, 0xc3, 0xf6, 0x52, 0xa9, 0x8e, 0xff, 0x15, 0x14, 0xa7, 0xae, 0x1f, 0x33, + 0x2b, 0x27, 0x7b, 0xe0, 0xf1, 0x5c, 0xcb, 0xf9, 0xf1, 0xb1, 0xcf, 0x38, 0x8d, 0x6f, 0xb1, 0x22, + 0x9d, 0x14, 0xca, 0x86, 0x99, 0xb3, 0x7f, 0x31, 0xa0, 0x92, 0x11, 0xa2, 0x6d, 0x58, 0x8f, 0xa8, + 0x47, 0x9c, 0x71, 0x4c, 0xc3, 0xf4, 0x11, 0x04, 0xd0, 0x8d, 0x69, 0x28, 0x7a, 0x42, 0x0a, 0x39, + 0xd5, 0x3d, 0x5a, 0x12, 0x9f, 0x43, 0x8a, 0x5e, 0xc3, 0xda, 0x44, 0x19, 0x90, 0x6b, 0xb3, 0x72, + 0xb0, 0xb5, 0xe0, 0xbb, 0xed, 0x72, 0x17, 0xa7, 0x9c, 0x93, 0x42, 0x39, 0x6f, 0x16, 0x4e, 0x0a, + 0xe5, 0x82, 0x59, 0x3c, 0x29, 0x94, 0x8b, 0x66, 0xe9, 0xa4, 0x50, 0x2e, 0x99, 0x6b, 0xf6, 0x9f, + 0x06, 0x94, 0x53, 0xb6, 0x88, 0x44, 0x3c, 0xa9, 0x23, 0xfa, 0x42, 0x37, 0x53, 0x59, 0x00, 0x43, + 0x3f, 0x24, 0xa8, 0x01, 0x55, 0x29, 0x9c, 0x6f, 0x51, 0x10, 0xd8, 0xa1, 0x6c, 0x53, 0xb9, 0xcf, + 0x53, 0x86, 0xec, 0xc7, 0x82, 0xde, 0xe7, 0x8a, 0x92, 0x9e, 0x24, 0x96, 0x8c, 0x46, 0x84, 0x31, + 0xe5, 0xa5, 0xa8, 0x28, 0x1a, 0x93, 0x8e, 0x76, 0x61, 0x33, 0xa5, 0xa4, 0xbe, 0x4a, 0xaa, 0x5f, + 0x35, 0xac, 0xdd, 0x35, 0xc1, 0xcc, 0xf2, 0xc2, 0xd9, 0x05, 0xa9, 0xcd, 0x88, 0xc2, 0xa9, 0x4a, + 0xde, 0xfe, 0x09, 0x9e, 0xc8, 0x52, 0x5e, 0xc4, 0xf4, 0xca, 0xbd, 0xf2, 0x03, 0x9f, 0xdf, 0xa6, + 0x4d, 0x2e, 0x12, 0x8f, 0x69, 0xe8, 0x88, 0xb7, 0x4d, 0x4b, 0x20, 0x80, 0x33, 0xea, 0x11, 0x51, + 0x02, 0x4e, 0x95, 0x48, 0x97, 0x80, 0x53, 0x29, 0xc8, 0x5e, 0xde, 0xfc, 0xdc, 0xe5, 0xb5, 0x6f, + 0xc0, 0xba, 0xef, 0x4b, 0xf7, 0x4c, 0x03, 0x2a, 0xd3, 0x19, 0x2c, 0xdd, 0x19, 0x38, 0x0b, 0x65, + 0x6b, 0x9b, 0xfb, 0x7c, 0x6d, 0xed, 0x5f, 0x0d, 0x78, 0x74, 0x94, 0xf8, 0x81, 0x37, 0x37, 0xb8, + 0xd9, 0xe8, 0x8c, 0xf9, 0xbf, 0x0b, 0x96, 0x1d, 0xfd, 0xdc, 0xd2, 0xa3, 0xbf, 0xec, 0xb0, 0xe6, + 0x57, 0x1e, 0xd6, 0xe7, 0x50, 0x99, 0xdd, 0x54, 0xb5, 0x17, 0xab, 0x18, 0x26, 0xe9, 0x41, 0x65, + 0xf6, 0x3b, 0x40, 0xd9, 0x40, 0xf5, 0x83, 0xdc, 0xed, 0x0f, 0x63, 0xe5, 0xfe, 0xf8, 0xe2, 0x0f, + 0x03, 0xaa, 0xd9, 0x25, 0x8e, 0x36, 0x60, 0xbd, 0x77, 0xe6, 0x74, 0xfb, 0xbd, 0xef, 0x8e, 0x87, + 0xe6, 0xbf, 0xc4, 0xe7, 0xe0, 0xb2, 0xd5, 0xea, 0x74, 0xda, 0x9d, 0xb6, 0x69, 0x20, 0x04, 0xb5, + 0xee, 0x61, 0xaf, 0xdf, 0x69, 0x3b, 0xc3, 0xde, 0x69, 0xe7, 0xfc, 0x72, 0x68, 0xe6, 0xd0, 0x16, + 0x6c, 0x6a, 0xec, 0xec, 0xdc, 0xc1, 0xe7, 0x97, 0xc3, 0x8e, 0x99, 0x47, 0x26, 0x54, 0x35, 0xd8, + 0xc1, 0xf8, 0x1c, 0x9b, 0x05, 0xf4, 0x02, 0x1a, 0x1a, 0xe9, 0x9d, 0xb5, 0xce, 0x31, 0xee, 0xb4, + 0x86, 0xce, 0xc5, 0xe1, 0x0f, 0xa7, 0x9d, 0xb3, 0xa1, 0xd3, 0xee, 0x0c, 0x0f, 0x7b, 0xfd, 0x81, + 0x59, 0x44, 0xcf, 0x61, 0xfb, 0x8e, 0x35, 0xb8, 0xec, 0x76, 0x7b, 0xad, 0x9e, 0x20, 0x1c, 0x1d, + 0xf6, 0x0f, 0xcf, 0x5a, 0x1d, 0xb3, 0x74, 0xf0, 0x7b, 0x11, 0x4a, 0x32, 0x83, 0x18, 0x1d, 0x43, + 0x25, 0x73, 0xcf, 0xd1, 0xce, 0x83, 0x77, 0xbe, 0x6e, 0x2d, 0x3f, 0x5b, 0x09, 0x7b, 0x63, 0xa0, + 0x13, 0xa8, 0x66, 0xaf, 0x25, 0x7a, 0x96, 0xe1, 0x2e, 0x39, 0xa3, 0x0f, 0xda, 0xfa, 0x1e, 0xcc, + 0x0e, 0xe3, 0x7e, 0x28, 0x2e, 0xa2, 0x3e, 0x2e, 0xa8, 0x9e, 0xe1, 0x2f, 0x5c, 0xac, 0xfa, 0xf6, + 0x52, 0x99, 0x2e, 0x61, 0x5f, 0xa5, 0xa8, 0xd7, 0xfb, 0xbd, 0x14, 0xe7, 0x6f, 0x4a, 0xfd, 0xd9, + 0x2a, 0xb1, 0xb6, 0xe6, 0xc1, 0xd6, 0x92, 0x8d, 0x8d, 0xfe, 0x9f, 0x8d, 0x60, 0xe5, 0xbe, 0xaf, + 0xef, 0x7e, 0x8e, 0x36, 0xf3, 0xb2, 0x64, 0xb5, 0xcf, 0x79, 0x59, 0x7d, 0x18, 0xe6, 0xbc, 0x3c, + 0x74, 0x21, 0x3e, 0x80, 0xb9, 0xb8, 0x09, 0x90, 0xbd, 0xa8, 0x7b, 0x7f, 0x25, 0xd5, 0xff, 0xf7, + 0x20, 0x47, 0x1b, 0xef, 0x01, 0xcc, 0xe6, 0x09, 0x3d, 0xcd, 0xa8, 0xdc, 0xdb, 0x07, 0xf5, 0x9d, + 0x15, 0x52, 0x65, 0xea, 0xe8, 0xed, 0x8f, 0xfb, 0xd7, 0x3e, 0x9f, 0x24, 0x57, 0x7b, 0x23, 0x1a, + 0xee, 0x07, 0xfe, 0xf5, 0x84, 0x47, 0x7e, 0x74, 0x1d, 0x11, 0xfe, 0x89, 0xc6, 0x37, 0xfb, 0x41, + 0xe4, 0xed, 0xcb, 0xb1, 0xdc, 0xbf, 0xb3, 0x72, 0x55, 0x92, 0xff, 0xbd, 0x7c, 0xf9, 0x77, 0x00, + 0x00, 0x00, 0xff, 0xff, 0x30, 0x2f, 0x8a, 0x5c, 0xed, 0x0c, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/lnrpc/routerrpc/router.proto b/lnrpc/routerrpc/router.proto index 2f4d4d69e..21f6ab668 100644 --- a/lnrpc/routerrpc/router.proto +++ b/lnrpc/routerrpc/router.proto @@ -222,167 +222,9 @@ message SendToRouteResponse { bytes preimage = 1; /// The failure message in case the payment failed. - Failure failure = 2; + lnrpc.Failure failure = 2; } -message Failure { - enum FailureCode { - /** - The numbers assigned in this enumeration match the failure codes as - defined in BOLT #4. Because protobuf 3 requires enums to start with 0, - a RESERVED value is added. - */ - RESERVED = 0; - - INCORRECT_OR_UNKNOWN_PAYMENT_DETAILS = 1; - INCORRECT_PAYMENT_AMOUNT = 2; - FINAL_INCORRECT_CLTV_EXPIRY = 3; - FINAL_INCORRECT_HTLC_AMOUNT = 4; - FINAL_EXPIRY_TOO_SOON = 5; - INVALID_REALM = 6; - EXPIRY_TOO_SOON = 7; - INVALID_ONION_VERSION = 8; - INVALID_ONION_HMAC = 9; - INVALID_ONION_KEY = 10; - AMOUNT_BELOW_MINIMUM = 11; - FEE_INSUFFICIENT = 12; - INCORRECT_CLTV_EXPIRY = 13; - CHANNEL_DISABLED = 14; - TEMPORARY_CHANNEL_FAILURE = 15; - REQUIRED_NODE_FEATURE_MISSING = 16; - REQUIRED_CHANNEL_FEATURE_MISSING = 17; - UNKNOWN_NEXT_PEER = 18; - TEMPORARY_NODE_FAILURE = 19; - PERMANENT_NODE_FAILURE = 20; - PERMANENT_CHANNEL_FAILURE = 21; - EXPIRY_TOO_FAR = 22; - MPP_TIMEOUT = 23; - - /** - The error source is known, but the failure itself couldn't be decoded. - */ - UNKNOWN_FAILURE = 998; - - /** - An unreadable failure result is returned if the received failure message - cannot be decrypted. In that case the error source is unknown. - */ - UNREADABLE_FAILURE = 999; - } - - /// Failure code as defined in the Lightning spec - FailureCode code = 1; - - reserved 2; - - /// An optional channel update message. - ChannelUpdate channel_update = 3; - - /// A failure type-dependent htlc value. - uint64 htlc_msat = 4; - - /// The sha256 sum of the onion payload. - bytes onion_sha_256 = 5; - - /// A failure type-dependent cltv expiry value. - uint32 cltv_expiry = 6; - - /// A failure type-dependent flags value. - uint32 flags = 7; - - /** - The position in the path of the intermediate or final node that generated - the failure message. Position zero is the sender node. - **/ - uint32 failure_source_index = 8; - - /// A failure type-dependent block height. - uint32 height = 9; -} - - -message ChannelUpdate { - /** - The signature that validates the announced data and proves the ownership - of node id. - */ - bytes signature = 1; - - /** - The target chain that this channel was opened within. This value - should be the genesis hash of the target chain. Along with the short - channel ID, this uniquely identifies the channel globally in a - blockchain. - */ - bytes chain_hash = 2; - - /** - The unique description of the funding transaction. - */ - uint64 chan_id = 3 [jstype = JS_STRING]; - - /** - A timestamp that allows ordering in the case of multiple announcements. - We should ignore the message if timestamp is not greater than the - last-received. - */ - uint32 timestamp = 4; - - /** - The bitfield that describes whether optional fields are present in this - update. Currently, the least-significant bit must be set to 1 if the - optional field MaxHtlc is present. - */ - uint32 message_flags = 10; - - /** - The bitfield that describes additional meta-data concerning how the - update is to be interpreted. Currently, the least-significant bit must be - set to 0 if the creating node corresponds to the first node in the - previously sent channel announcement and 1 otherwise. If the second bit - is set, then the channel is set to be disabled. - */ - uint32 channel_flags = 5; - - /** - The minimum number of blocks this node requires to be added to the expiry - of HTLCs. This is a security parameter determined by the node operator. - This value represents the required gap between the time locks of the - incoming and outgoing HTLC's set to this node. - */ - uint32 time_lock_delta = 6; - - /** - The minimum HTLC value which will be accepted. - */ - uint64 htlc_minimum_msat = 7; - - /** - The base fee that must be used for incoming HTLC's to this particular - channel. This value will be tacked onto the required for a payment - independent of the size of the payment. - */ - uint32 base_fee = 8; - - /** - The fee rate that will be charged per millionth of a satoshi. - */ - uint32 fee_rate = 9; - - /** - The maximum HTLC value which will be accepted. - */ - uint64 htlc_maximum_msat = 11; - - /** - The set of data that was appended to this message, some of which we may - not actually know how to iterate or parse. By holding onto this data, we - ensure that we're able to properly validate the set of signatures that - cover these new fields, and ensure we're able to make upgrades to the - network in a forwards compatible manner. - */ - bytes extra_opaque_data = 12; -} message ResetMissionControlRequest { } diff --git a/lnrpc/routerrpc/router_server.go b/lnrpc/routerrpc/router_server.go index a1b7948c1..069b145c9 100644 --- a/lnrpc/routerrpc/router_server.go +++ b/lnrpc/routerrpc/router_server.go @@ -318,11 +318,11 @@ func (s *Server) SendToRoute(ctx context.Context, // Because of difficulties with using protobuf oneof constructs in some // languages, the decision was made here to use a single message format for all // failure messages with some fields left empty depending on the failure type. -func marshallError(sendError error) (*Failure, error) { - response := &Failure{} +func marshallError(sendError error) (*lnrpc.Failure, error) { + response := &lnrpc.Failure{} if sendError == htlcswitch.ErrUnreadableFailureMessage { - response.Code = Failure_UNREADABLE_FAILURE + response.Code = lnrpc.Failure_UNREADABLE_FAILURE return response, nil } @@ -334,92 +334,92 @@ func marshallError(sendError error) (*Failure, error) { switch onionErr := rtErr.WireMessage().(type) { case *lnwire.FailIncorrectDetails: - response.Code = Failure_INCORRECT_OR_UNKNOWN_PAYMENT_DETAILS + response.Code = lnrpc.Failure_INCORRECT_OR_UNKNOWN_PAYMENT_DETAILS response.Height = onionErr.Height() case *lnwire.FailIncorrectPaymentAmount: - response.Code = Failure_INCORRECT_PAYMENT_AMOUNT + response.Code = lnrpc.Failure_INCORRECT_PAYMENT_AMOUNT case *lnwire.FailFinalIncorrectCltvExpiry: - response.Code = Failure_FINAL_INCORRECT_CLTV_EXPIRY + response.Code = lnrpc.Failure_FINAL_INCORRECT_CLTV_EXPIRY response.CltvExpiry = onionErr.CltvExpiry case *lnwire.FailFinalIncorrectHtlcAmount: - response.Code = Failure_FINAL_INCORRECT_HTLC_AMOUNT + response.Code = lnrpc.Failure_FINAL_INCORRECT_HTLC_AMOUNT response.HtlcMsat = uint64(onionErr.IncomingHTLCAmount) case *lnwire.FailFinalExpiryTooSoon: - response.Code = Failure_FINAL_EXPIRY_TOO_SOON + response.Code = lnrpc.Failure_FINAL_EXPIRY_TOO_SOON case *lnwire.FailInvalidRealm: - response.Code = Failure_INVALID_REALM + response.Code = lnrpc.Failure_INVALID_REALM case *lnwire.FailExpiryTooSoon: - response.Code = Failure_EXPIRY_TOO_SOON + response.Code = lnrpc.Failure_EXPIRY_TOO_SOON response.ChannelUpdate = marshallChannelUpdate(&onionErr.Update) case *lnwire.FailExpiryTooFar: - response.Code = Failure_EXPIRY_TOO_FAR + response.Code = lnrpc.Failure_EXPIRY_TOO_FAR case *lnwire.FailInvalidOnionVersion: - response.Code = Failure_INVALID_ONION_VERSION + response.Code = lnrpc.Failure_INVALID_ONION_VERSION response.OnionSha_256 = onionErr.OnionSHA256[:] case *lnwire.FailInvalidOnionHmac: - response.Code = Failure_INVALID_ONION_HMAC + response.Code = lnrpc.Failure_INVALID_ONION_HMAC response.OnionSha_256 = onionErr.OnionSHA256[:] case *lnwire.FailInvalidOnionKey: - response.Code = Failure_INVALID_ONION_KEY + response.Code = lnrpc.Failure_INVALID_ONION_KEY response.OnionSha_256 = onionErr.OnionSHA256[:] case *lnwire.FailAmountBelowMinimum: - response.Code = Failure_AMOUNT_BELOW_MINIMUM + response.Code = lnrpc.Failure_AMOUNT_BELOW_MINIMUM response.ChannelUpdate = marshallChannelUpdate(&onionErr.Update) response.HtlcMsat = uint64(onionErr.HtlcMsat) case *lnwire.FailFeeInsufficient: - response.Code = Failure_FEE_INSUFFICIENT + response.Code = lnrpc.Failure_FEE_INSUFFICIENT response.ChannelUpdate = marshallChannelUpdate(&onionErr.Update) response.HtlcMsat = uint64(onionErr.HtlcMsat) case *lnwire.FailIncorrectCltvExpiry: - response.Code = Failure_INCORRECT_CLTV_EXPIRY + response.Code = lnrpc.Failure_INCORRECT_CLTV_EXPIRY response.ChannelUpdate = marshallChannelUpdate(&onionErr.Update) response.CltvExpiry = onionErr.CltvExpiry case *lnwire.FailChannelDisabled: - response.Code = Failure_CHANNEL_DISABLED + response.Code = lnrpc.Failure_CHANNEL_DISABLED response.ChannelUpdate = marshallChannelUpdate(&onionErr.Update) response.Flags = uint32(onionErr.Flags) case *lnwire.FailTemporaryChannelFailure: - response.Code = Failure_TEMPORARY_CHANNEL_FAILURE + response.Code = lnrpc.Failure_TEMPORARY_CHANNEL_FAILURE response.ChannelUpdate = marshallChannelUpdate(onionErr.Update) case *lnwire.FailRequiredNodeFeatureMissing: - response.Code = Failure_REQUIRED_NODE_FEATURE_MISSING + response.Code = lnrpc.Failure_REQUIRED_NODE_FEATURE_MISSING case *lnwire.FailRequiredChannelFeatureMissing: - response.Code = Failure_REQUIRED_CHANNEL_FEATURE_MISSING + response.Code = lnrpc.Failure_REQUIRED_CHANNEL_FEATURE_MISSING case *lnwire.FailUnknownNextPeer: - response.Code = Failure_UNKNOWN_NEXT_PEER + response.Code = lnrpc.Failure_UNKNOWN_NEXT_PEER case *lnwire.FailTemporaryNodeFailure: - response.Code = Failure_TEMPORARY_NODE_FAILURE + response.Code = lnrpc.Failure_TEMPORARY_NODE_FAILURE case *lnwire.FailPermanentNodeFailure: - response.Code = Failure_PERMANENT_NODE_FAILURE + response.Code = lnrpc.Failure_PERMANENT_NODE_FAILURE case *lnwire.FailPermanentChannelFailure: - response.Code = Failure_PERMANENT_CHANNEL_FAILURE + response.Code = lnrpc.Failure_PERMANENT_CHANNEL_FAILURE case *lnwire.FailMPPTimeout: - response.Code = Failure_MPP_TIMEOUT + response.Code = lnrpc.Failure_MPP_TIMEOUT case nil: - response.Code = Failure_UNKNOWN_FAILURE + response.Code = lnrpc.Failure_UNKNOWN_FAILURE default: return nil, fmt.Errorf("cannot marshall failure %T", onionErr) @@ -441,12 +441,12 @@ func marshallError(sendError error) (*Failure, error) { // marshallChannelUpdate marshalls a channel update as received over the wire to // the router rpc format. -func marshallChannelUpdate(update *lnwire.ChannelUpdate) *ChannelUpdate { +func marshallChannelUpdate(update *lnwire.ChannelUpdate) *lnrpc.ChannelUpdate { if update == nil { return nil } - return &ChannelUpdate{ + return &lnrpc.ChannelUpdate{ Signature: update.Signature[:], ChainHash: update.ChainHash[:], ChanId: update.ShortChannelID.ToUint64(), diff --git a/lnrpc/rpc.pb.go b/lnrpc/rpc.pb.go index 36727add2..0da66bfdf 100644 --- a/lnrpc/rpc.pb.go +++ b/lnrpc/rpc.pb.go @@ -408,6 +408,112 @@ func (HTLCAttempt_HTLCStatus) EnumDescriptor() ([]byte, []int) { return fileDescriptor_77a6da22d6a3feb1, []int{113, 0} } +type Failure_FailureCode int32 + +const ( + //* + //The numbers assigned in this enumeration match the failure codes as + //defined in BOLT #4. Because protobuf 3 requires enums to start with 0, + //a RESERVED value is added. + Failure_RESERVED Failure_FailureCode = 0 + Failure_INCORRECT_OR_UNKNOWN_PAYMENT_DETAILS Failure_FailureCode = 1 + Failure_INCORRECT_PAYMENT_AMOUNT Failure_FailureCode = 2 + Failure_FINAL_INCORRECT_CLTV_EXPIRY Failure_FailureCode = 3 + Failure_FINAL_INCORRECT_HTLC_AMOUNT Failure_FailureCode = 4 + Failure_FINAL_EXPIRY_TOO_SOON Failure_FailureCode = 5 + Failure_INVALID_REALM Failure_FailureCode = 6 + Failure_EXPIRY_TOO_SOON Failure_FailureCode = 7 + Failure_INVALID_ONION_VERSION Failure_FailureCode = 8 + Failure_INVALID_ONION_HMAC Failure_FailureCode = 9 + Failure_INVALID_ONION_KEY Failure_FailureCode = 10 + Failure_AMOUNT_BELOW_MINIMUM Failure_FailureCode = 11 + Failure_FEE_INSUFFICIENT Failure_FailureCode = 12 + Failure_INCORRECT_CLTV_EXPIRY Failure_FailureCode = 13 + Failure_CHANNEL_DISABLED Failure_FailureCode = 14 + Failure_TEMPORARY_CHANNEL_FAILURE Failure_FailureCode = 15 + Failure_REQUIRED_NODE_FEATURE_MISSING Failure_FailureCode = 16 + Failure_REQUIRED_CHANNEL_FEATURE_MISSING Failure_FailureCode = 17 + Failure_UNKNOWN_NEXT_PEER Failure_FailureCode = 18 + Failure_TEMPORARY_NODE_FAILURE Failure_FailureCode = 19 + Failure_PERMANENT_NODE_FAILURE Failure_FailureCode = 20 + Failure_PERMANENT_CHANNEL_FAILURE Failure_FailureCode = 21 + Failure_EXPIRY_TOO_FAR Failure_FailureCode = 22 + Failure_MPP_TIMEOUT Failure_FailureCode = 23 + //* + //The error source is known, but the failure itself couldn't be decoded. + Failure_UNKNOWN_FAILURE Failure_FailureCode = 998 + //* + //An unreadable failure result is returned if the received failure message + //cannot be decrypted. In that case the error source is unknown. + Failure_UNREADABLE_FAILURE Failure_FailureCode = 999 +) + +var Failure_FailureCode_name = map[int32]string{ + 0: "RESERVED", + 1: "INCORRECT_OR_UNKNOWN_PAYMENT_DETAILS", + 2: "INCORRECT_PAYMENT_AMOUNT", + 3: "FINAL_INCORRECT_CLTV_EXPIRY", + 4: "FINAL_INCORRECT_HTLC_AMOUNT", + 5: "FINAL_EXPIRY_TOO_SOON", + 6: "INVALID_REALM", + 7: "EXPIRY_TOO_SOON", + 8: "INVALID_ONION_VERSION", + 9: "INVALID_ONION_HMAC", + 10: "INVALID_ONION_KEY", + 11: "AMOUNT_BELOW_MINIMUM", + 12: "FEE_INSUFFICIENT", + 13: "INCORRECT_CLTV_EXPIRY", + 14: "CHANNEL_DISABLED", + 15: "TEMPORARY_CHANNEL_FAILURE", + 16: "REQUIRED_NODE_FEATURE_MISSING", + 17: "REQUIRED_CHANNEL_FEATURE_MISSING", + 18: "UNKNOWN_NEXT_PEER", + 19: "TEMPORARY_NODE_FAILURE", + 20: "PERMANENT_NODE_FAILURE", + 21: "PERMANENT_CHANNEL_FAILURE", + 22: "EXPIRY_TOO_FAR", + 23: "MPP_TIMEOUT", + 998: "UNKNOWN_FAILURE", + 999: "UNREADABLE_FAILURE", +} + +var Failure_FailureCode_value = map[string]int32{ + "RESERVED": 0, + "INCORRECT_OR_UNKNOWN_PAYMENT_DETAILS": 1, + "INCORRECT_PAYMENT_AMOUNT": 2, + "FINAL_INCORRECT_CLTV_EXPIRY": 3, + "FINAL_INCORRECT_HTLC_AMOUNT": 4, + "FINAL_EXPIRY_TOO_SOON": 5, + "INVALID_REALM": 6, + "EXPIRY_TOO_SOON": 7, + "INVALID_ONION_VERSION": 8, + "INVALID_ONION_HMAC": 9, + "INVALID_ONION_KEY": 10, + "AMOUNT_BELOW_MINIMUM": 11, + "FEE_INSUFFICIENT": 12, + "INCORRECT_CLTV_EXPIRY": 13, + "CHANNEL_DISABLED": 14, + "TEMPORARY_CHANNEL_FAILURE": 15, + "REQUIRED_NODE_FEATURE_MISSING": 16, + "REQUIRED_CHANNEL_FEATURE_MISSING": 17, + "UNKNOWN_NEXT_PEER": 18, + "TEMPORARY_NODE_FAILURE": 19, + "PERMANENT_NODE_FAILURE": 20, + "PERMANENT_CHANNEL_FAILURE": 21, + "EXPIRY_TOO_FAR": 22, + "MPP_TIMEOUT": 23, + "UNKNOWN_FAILURE": 998, + "UNREADABLE_FAILURE": 999, +} + +func (x Failure_FailureCode) String() string { + return proto.EnumName(Failure_FailureCode_name, int32(x)) +} + +func (Failure_FailureCode) EnumDescriptor() ([]byte, []int) { + return fileDescriptor_77a6da22d6a3feb1, []int{146, 0} +} + type GenSeedRequest struct { //* //aezeed_passphrase is an optional user provided passphrase that will be used @@ -10469,6 +10575,283 @@ func (m *BakeMacaroonResponse) GetMacaroon() string { return "" } +type Failure struct { + /// Failure code as defined in the Lightning spec + Code Failure_FailureCode `protobuf:"varint,1,opt,name=code,proto3,enum=lnrpc.Failure_FailureCode" json:"code,omitempty"` + /// An optional channel update message. + ChannelUpdate *ChannelUpdate `protobuf:"bytes,3,opt,name=channel_update,json=channelUpdate,proto3" json:"channel_update,omitempty"` + /// A failure type-dependent htlc value. + HtlcMsat uint64 `protobuf:"varint,4,opt,name=htlc_msat,json=htlcMsat,proto3" json:"htlc_msat,omitempty"` + /// The sha256 sum of the onion payload. + OnionSha_256 []byte `protobuf:"bytes,5,opt,name=onion_sha_256,json=onionSha256,proto3" json:"onion_sha_256,omitempty"` + /// A failure type-dependent cltv expiry value. + CltvExpiry uint32 `protobuf:"varint,6,opt,name=cltv_expiry,json=cltvExpiry,proto3" json:"cltv_expiry,omitempty"` + /// A failure type-dependent flags value. + Flags uint32 `protobuf:"varint,7,opt,name=flags,proto3" json:"flags,omitempty"` + //* + //The position in the path of the intermediate or final node that generated + //the failure message. Position zero is the sender node. + FailureSourceIndex uint32 `protobuf:"varint,8,opt,name=failure_source_index,json=failureSourceIndex,proto3" json:"failure_source_index,omitempty"` + /// A failure type-dependent block height. + Height uint32 `protobuf:"varint,9,opt,name=height,proto3" json:"height,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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{146} +} + +func (m *Failure) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Failure.Unmarshal(m, b) +} +func (m *Failure) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Failure.Marshal(b, m, deterministic) +} +func (m *Failure) XXX_Merge(src proto.Message) { + xxx_messageInfo_Failure.Merge(m, src) +} +func (m *Failure) XXX_Size() int { + return xxx_messageInfo_Failure.Size(m) +} +func (m *Failure) XXX_DiscardUnknown() { + xxx_messageInfo_Failure.DiscardUnknown(m) +} + +var xxx_messageInfo_Failure proto.InternalMessageInfo + +func (m *Failure) GetCode() Failure_FailureCode { + if m != nil { + return m.Code + } + return Failure_RESERVED +} + +func (m *Failure) GetChannelUpdate() *ChannelUpdate { + if m != nil { + return m.ChannelUpdate + } + return nil +} + +func (m *Failure) GetHtlcMsat() uint64 { + if m != nil { + return m.HtlcMsat + } + return 0 +} + +func (m *Failure) GetOnionSha_256() []byte { + if m != nil { + return m.OnionSha_256 + } + return nil +} + +func (m *Failure) GetCltvExpiry() uint32 { + if m != nil { + return m.CltvExpiry + } + return 0 +} + +func (m *Failure) GetFlags() uint32 { + if m != nil { + return m.Flags + } + return 0 +} + +func (m *Failure) GetFailureSourceIndex() uint32 { + if m != nil { + return m.FailureSourceIndex + } + return 0 +} + +func (m *Failure) GetHeight() uint32 { + if m != nil { + return m.Height + } + return 0 +} + +type ChannelUpdate struct { + //* + //The signature that validates the announced data and proves the ownership + //of node id. + Signature []byte `protobuf:"bytes,1,opt,name=signature,proto3" json:"signature,omitempty"` + //* + //The target chain that this channel was opened within. This value + //should be the genesis hash of the target chain. Along with the short + //channel ID, this uniquely identifies the channel globally in a + //blockchain. + ChainHash []byte `protobuf:"bytes,2,opt,name=chain_hash,json=chainHash,proto3" json:"chain_hash,omitempty"` + //* + //The unique description of the funding transaction. + ChanId uint64 `protobuf:"varint,3,opt,name=chan_id,json=chanId,proto3" json:"chan_id,omitempty"` + //* + //A timestamp that allows ordering in the case of multiple announcements. + //We should ignore the message if timestamp is not greater than the + //last-received. + Timestamp uint32 `protobuf:"varint,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"` + //* + //The bitfield that describes whether optional fields are present in this + //update. Currently, the least-significant bit must be set to 1 if the + //optional field MaxHtlc is present. + MessageFlags uint32 `protobuf:"varint,10,opt,name=message_flags,json=messageFlags,proto3" json:"message_flags,omitempty"` + //* + //The bitfield that describes additional meta-data concerning how the + //update is to be interpreted. Currently, the least-significant bit must be + //set to 0 if the creating node corresponds to the first node in the + //previously sent channel announcement and 1 otherwise. If the second bit + //is set, then the channel is set to be disabled. + ChannelFlags uint32 `protobuf:"varint,5,opt,name=channel_flags,json=channelFlags,proto3" json:"channel_flags,omitempty"` + //* + //The minimum number of blocks this node requires to be added to the expiry + //of HTLCs. This is a security parameter determined by the node operator. + //This value represents the required gap between the time locks of the + //incoming and outgoing HTLC's set to this node. + TimeLockDelta uint32 `protobuf:"varint,6,opt,name=time_lock_delta,json=timeLockDelta,proto3" json:"time_lock_delta,omitempty"` + //* + //The minimum HTLC value which will be accepted. + HtlcMinimumMsat uint64 `protobuf:"varint,7,opt,name=htlc_minimum_msat,json=htlcMinimumMsat,proto3" json:"htlc_minimum_msat,omitempty"` + //* + //The base fee that must be used for incoming HTLC's to this particular + //channel. This value will be tacked onto the required for a payment + //independent of the size of the payment. + BaseFee uint32 `protobuf:"varint,8,opt,name=base_fee,json=baseFee,proto3" json:"base_fee,omitempty"` + //* + //The fee rate that will be charged per millionth of a satoshi. + FeeRate uint32 `protobuf:"varint,9,opt,name=fee_rate,json=feeRate,proto3" json:"fee_rate,omitempty"` + //* + //The maximum HTLC value which will be accepted. + HtlcMaximumMsat uint64 `protobuf:"varint,11,opt,name=htlc_maximum_msat,json=htlcMaximumMsat,proto3" json:"htlc_maximum_msat,omitempty"` + //* + //The set of data that was appended to this message, some of which we may + //not actually know how to iterate or parse. By holding onto this data, we + //ensure that we're able to properly validate the set of signatures that + //cover these new fields, and ensure we're able to make upgrades to the + //network in a forwards compatible manner. + ExtraOpaqueData []byte `protobuf:"bytes,12,opt,name=extra_opaque_data,json=extraOpaqueData,proto3" json:"extra_opaque_data,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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{147} +} + +func (m *ChannelUpdate) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ChannelUpdate.Unmarshal(m, b) +} +func (m *ChannelUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ChannelUpdate.Marshal(b, m, deterministic) +} +func (m *ChannelUpdate) XXX_Merge(src proto.Message) { + xxx_messageInfo_ChannelUpdate.Merge(m, src) +} +func (m *ChannelUpdate) XXX_Size() int { + return xxx_messageInfo_ChannelUpdate.Size(m) +} +func (m *ChannelUpdate) XXX_DiscardUnknown() { + xxx_messageInfo_ChannelUpdate.DiscardUnknown(m) +} + +var xxx_messageInfo_ChannelUpdate proto.InternalMessageInfo + +func (m *ChannelUpdate) GetSignature() []byte { + if m != nil { + return m.Signature + } + return nil +} + +func (m *ChannelUpdate) GetChainHash() []byte { + if m != nil { + return m.ChainHash + } + return nil +} + +func (m *ChannelUpdate) GetChanId() uint64 { + if m != nil { + return m.ChanId + } + return 0 +} + +func (m *ChannelUpdate) GetTimestamp() uint32 { + if m != nil { + return m.Timestamp + } + return 0 +} + +func (m *ChannelUpdate) GetMessageFlags() uint32 { + if m != nil { + return m.MessageFlags + } + return 0 +} + +func (m *ChannelUpdate) GetChannelFlags() uint32 { + if m != nil { + return m.ChannelFlags + } + return 0 +} + +func (m *ChannelUpdate) GetTimeLockDelta() uint32 { + if m != nil { + return m.TimeLockDelta + } + return 0 +} + +func (m *ChannelUpdate) GetHtlcMinimumMsat() uint64 { + if m != nil { + return m.HtlcMinimumMsat + } + return 0 +} + +func (m *ChannelUpdate) GetBaseFee() uint32 { + if m != nil { + return m.BaseFee + } + return 0 +} + +func (m *ChannelUpdate) GetFeeRate() uint32 { + if m != nil { + return m.FeeRate + } + return 0 +} + +func (m *ChannelUpdate) GetHtlcMaximumMsat() uint64 { + if m != nil { + return m.HtlcMaximumMsat + } + return 0 +} + +func (m *ChannelUpdate) GetExtraOpaqueData() []byte { + if m != nil { + return m.ExtraOpaqueData + } + return nil +} + func init() { proto.RegisterEnum("lnrpc.AddressType", AddressType_name, AddressType_value) proto.RegisterEnum("lnrpc.InvoiceHTLCState", InvoiceHTLCState_name, InvoiceHTLCState_value) @@ -10481,6 +10864,7 @@ func init() { proto.RegisterEnum("lnrpc.Invoice_InvoiceState", Invoice_InvoiceState_name, Invoice_InvoiceState_value) proto.RegisterEnum("lnrpc.Payment_PaymentStatus", Payment_PaymentStatus_name, Payment_PaymentStatus_value) proto.RegisterEnum("lnrpc.HTLCAttempt_HTLCStatus", HTLCAttempt_HTLCStatus_name, HTLCAttempt_HTLCStatus_value) + proto.RegisterEnum("lnrpc.Failure_FailureCode", Failure_FailureCode_name, Failure_FailureCode_value) proto.RegisterType((*GenSeedRequest)(nil), "lnrpc.GenSeedRequest") proto.RegisterType((*GenSeedResponse)(nil), "lnrpc.GenSeedResponse") proto.RegisterType((*InitWalletRequest)(nil), "lnrpc.InitWalletRequest") @@ -10643,665 +11027,707 @@ func init() { proto.RegisterType((*MacaroonPermission)(nil), "lnrpc.MacaroonPermission") proto.RegisterType((*BakeMacaroonRequest)(nil), "lnrpc.BakeMacaroonRequest") proto.RegisterType((*BakeMacaroonResponse)(nil), "lnrpc.BakeMacaroonResponse") + proto.RegisterType((*Failure)(nil), "lnrpc.Failure") + proto.RegisterType((*ChannelUpdate)(nil), "lnrpc.ChannelUpdate") } func init() { proto.RegisterFile("rpc.proto", fileDescriptor_77a6da22d6a3feb1) } var fileDescriptor_77a6da22d6a3feb1 = []byte{ - // 10447 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0xbd, 0x5b, 0x8f, 0x24, 0x47, - 0x76, 0x18, 0x3c, 0x75, 0xeb, 0xaa, 0x3a, 0x75, 0xe9, 0xea, 0xe8, 0x9e, 0xee, 0x9a, 0x1a, 0x0e, - 0x67, 0x98, 0xe4, 0x72, 0x86, 0x43, 0x72, 0x66, 0x38, 0x4b, 0x2e, 0x29, 0xf2, 0xfb, 0x56, 0xea, - 0x2b, 0xbb, 0x77, 0xfa, 0xc6, 0xac, 0x9e, 0xa5, 0xb8, 0x6b, 0x39, 0x37, 0xbb, 0x2a, 0xba, 0x3b, - 0x35, 0x55, 0x99, 0xc5, 0xcc, 0xac, 0xbe, 0x2c, 0x41, 0x3f, 0xf8, 0x22, 0x18, 0xb6, 0x61, 0x40, - 0xb0, 0x65, 0xc0, 0xb2, 0x05, 0x1b, 0x36, 0x0c, 0xc3, 0xb0, 0x21, 0xc8, 0x58, 0x19, 0xf0, 0x83, - 0xdf, 0xf5, 0x62, 0x43, 0x0f, 0xb2, 0x5f, 0x8c, 0x85, 0x00, 0xc1, 0x82, 0x9e, 0xf5, 0x13, 0x8c, - 0x38, 0x27, 0x22, 0x32, 0xb2, 0x2a, 0x6b, 0x66, 0xc8, 0x5d, 0xef, 0xcb, 0x4c, 0xe7, 0x89, 0x13, - 0xf7, 0x13, 0x27, 0xce, 0x35, 0x0a, 0xaa, 0xe1, 0xa8, 0xf7, 0x60, 0x14, 0x06, 0x71, 0xc0, 0x4a, - 0x03, 0x3f, 0x1c, 0xf5, 0x3a, 0xaf, 0x9c, 0x06, 0xc1, 0xe9, 0x80, 0x3f, 0x74, 0x47, 0xde, 0x43, - 0xd7, 0xf7, 0x83, 0xd8, 0x8d, 0xbd, 0xc0, 0x8f, 0x08, 0xc9, 0xfa, 0x09, 0x34, 0x3f, 0xe5, 0x7e, - 0x97, 0xf3, 0xbe, 0xcd, 0xbf, 0x1c, 0xf3, 0x28, 0x66, 0x6f, 0xc3, 0x82, 0xcb, 0x7f, 0xca, 0x79, - 0xdf, 0x19, 0xb9, 0x51, 0x34, 0x3a, 0x0b, 0xdd, 0x88, 0xb7, 0x73, 0x77, 0x72, 0xf7, 0xea, 0x76, - 0x8b, 0x0a, 0x0e, 0x35, 0x9c, 0xbd, 0x06, 0xf5, 0x48, 0xa0, 0x72, 0x3f, 0x0e, 0x83, 0xd1, 0x55, - 0x3b, 0x8f, 0x78, 0x35, 0x01, 0xdb, 0x24, 0x90, 0x35, 0x80, 0x79, 0xdd, 0x43, 0x34, 0x0a, 0xfc, - 0x88, 0xb3, 0x47, 0xb0, 0xd4, 0xf3, 0x46, 0x67, 0x3c, 0x74, 0xb0, 0xf2, 0xd0, 0xe7, 0xc3, 0xc0, - 0xf7, 0x7a, 0xed, 0xdc, 0x9d, 0xc2, 0xbd, 0xaa, 0xcd, 0xa8, 0x4c, 0xd4, 0xd8, 0x93, 0x25, 0xec, - 0x2e, 0xcc, 0x73, 0x9f, 0xe0, 0xbc, 0x8f, 0xb5, 0x64, 0x57, 0xcd, 0x04, 0x2c, 0x2a, 0x58, 0x7f, - 0x3f, 0x0f, 0x0b, 0x3b, 0xbe, 0x17, 0x7f, 0xee, 0x0e, 0x06, 0x3c, 0x56, 0x73, 0xba, 0x0b, 0xf3, - 0x17, 0x08, 0xc0, 0x39, 0x5d, 0x04, 0x61, 0x5f, 0xce, 0xa8, 0x49, 0xe0, 0x43, 0x09, 0x9d, 0x39, - 0xb2, 0xfc, 0xcc, 0x91, 0x65, 0x2e, 0x57, 0x61, 0xc6, 0x72, 0xdd, 0x85, 0xf9, 0x90, 0xf7, 0x82, - 0x73, 0x1e, 0x5e, 0x39, 0x17, 0x9e, 0xdf, 0x0f, 0x2e, 0xda, 0xc5, 0x3b, 0xb9, 0x7b, 0x25, 0xbb, - 0xa9, 0xc0, 0x9f, 0x23, 0x94, 0xad, 0xc1, 0x7c, 0xef, 0xcc, 0xf5, 0x7d, 0x3e, 0x70, 0x8e, 0xdd, - 0xde, 0xb3, 0xf1, 0x28, 0x6a, 0x97, 0xee, 0xe4, 0xee, 0xd5, 0x1e, 0xdf, 0x78, 0x80, 0xbb, 0xfa, - 0x60, 0xfd, 0xcc, 0xf5, 0xd7, 0xb0, 0xa4, 0xeb, 0xbb, 0xa3, 0xe8, 0x2c, 0x88, 0xed, 0xa6, 0xac, - 0x41, 0xe0, 0xc8, 0x5a, 0x02, 0x66, 0xae, 0x04, 0xad, 0xbd, 0xf5, 0x1f, 0x73, 0xb0, 0xf8, 0xd4, - 0x1f, 0x04, 0xbd, 0x67, 0xdf, 0x72, 0x89, 0x32, 0xe6, 0x90, 0x7f, 0xd9, 0x39, 0x14, 0xbe, 0xe9, - 0x1c, 0x96, 0x61, 0x29, 0x3d, 0x58, 0x39, 0x0b, 0x0e, 0xd7, 0x45, 0xed, 0x53, 0xae, 0x86, 0xa5, - 0xa6, 0xf1, 0x16, 0xb4, 0x7a, 0xe3, 0x30, 0xe4, 0xfe, 0xd4, 0x3c, 0xe6, 0x25, 0x5c, 0x4f, 0xe4, - 0x35, 0xa8, 0xfb, 0xfc, 0x22, 0x41, 0x93, 0xb4, 0xeb, 0xf3, 0x0b, 0x85, 0x62, 0xb5, 0x61, 0x79, - 0xb2, 0x1b, 0x39, 0x80, 0xbf, 0xca, 0x41, 0xf1, 0x69, 0x7c, 0x19, 0xb0, 0x0f, 0xa0, 0xee, 0xf6, - 0xfb, 0x21, 0x8f, 0x22, 0x27, 0xbe, 0x1a, 0xd1, 0x49, 0x69, 0x3e, 0x66, 0x72, 0x8a, 0xab, 0x54, - 0x74, 0x74, 0x35, 0xe2, 0x76, 0xcd, 0x4d, 0x3e, 0x58, 0x1b, 0xca, 0xf2, 0x13, 0xfb, 0xad, 0xda, - 0xea, 0x93, 0xdd, 0x02, 0x70, 0x87, 0xc1, 0xd8, 0x8f, 0x9d, 0xc8, 0x8d, 0x71, 0xc5, 0x0a, 0x76, - 0x95, 0x20, 0x5d, 0x37, 0x66, 0x37, 0xa1, 0x3a, 0x7a, 0xe6, 0x44, 0xbd, 0xd0, 0x1b, 0xc5, 0x48, - 0x3c, 0x55, 0xbb, 0x32, 0x7a, 0xd6, 0xc5, 0x6f, 0xf6, 0x36, 0x54, 0x82, 0x71, 0x3c, 0x0a, 0x3c, - 0x3f, 0x96, 0xf4, 0x32, 0x2f, 0x07, 0x72, 0x30, 0x8e, 0x0f, 0x05, 0xd8, 0xd6, 0x08, 0xec, 0x0d, - 0x68, 0xf4, 0x02, 0xff, 0xc4, 0x0b, 0x87, 0xc4, 0x11, 0xda, 0x73, 0xd8, 0x57, 0x1a, 0x68, 0xfd, - 0x51, 0x1e, 0x6a, 0x47, 0xa1, 0xeb, 0x47, 0x6e, 0x4f, 0x00, 0xd8, 0x0a, 0x94, 0xe3, 0x4b, 0xe7, - 0xcc, 0x8d, 0xce, 0x70, 0xaa, 0x55, 0x7b, 0x2e, 0xbe, 0xdc, 0x76, 0xa3, 0x33, 0xb6, 0x0c, 0x73, - 0x34, 0x4a, 0x9c, 0x50, 0xc1, 0x96, 0x5f, 0xe2, 0x80, 0xf8, 0xe3, 0xa1, 0x93, 0xee, 0xaa, 0x80, - 0x14, 0xd3, 0xf2, 0xc7, 0xc3, 0x75, 0x13, 0x2e, 0x26, 0x7f, 0x2c, 0xb6, 0x9b, 0x3a, 0xa0, 0xe9, - 0x55, 0x11, 0x82, 0x7d, 0xbc, 0x06, 0x75, 0x59, 0xcc, 0xbd, 0xd3, 0x33, 0x9a, 0x63, 0xc9, 0xae, - 0x11, 0x02, 0x82, 0x44, 0x0b, 0xb1, 0x37, 0xe4, 0x4e, 0x14, 0xbb, 0xc3, 0x91, 0x9c, 0x52, 0x55, - 0x40, 0xba, 0x02, 0x80, 0xc5, 0x41, 0xec, 0x0e, 0x9c, 0x13, 0xce, 0xa3, 0x76, 0x59, 0x16, 0x0b, - 0xc8, 0x16, 0xe7, 0x11, 0xfb, 0x0e, 0x34, 0xfb, 0x3c, 0x8a, 0x1d, 0xb9, 0x19, 0x3c, 0x6a, 0x57, - 0xf0, 0xe4, 0x37, 0x04, 0x74, 0x55, 0x01, 0xd9, 0x2b, 0x00, 0xa1, 0x7b, 0xe1, 0x88, 0x85, 0xe0, - 0x97, 0xed, 0x2a, 0xed, 0x42, 0xe8, 0x5e, 0x1c, 0x5d, 0x6e, 0xf3, 0x4b, 0x41, 0x35, 0x9f, 0xf2, - 0xd8, 0x58, 0xb4, 0x48, 0x52, 0xa7, 0xb5, 0x0b, 0xcc, 0x00, 0x6f, 0xf0, 0xd8, 0xf5, 0x06, 0x11, - 0xfb, 0x1e, 0xd4, 0x63, 0x03, 0x19, 0xd9, 0x60, 0x4d, 0x93, 0x90, 0x51, 0xc1, 0x4e, 0xe1, 0x59, - 0x67, 0x50, 0xd9, 0xe2, 0x7c, 0xd7, 0x1b, 0x7a, 0x31, 0x5b, 0x86, 0xd2, 0x89, 0x77, 0xc9, 0x89, - 0xd8, 0x0b, 0xdb, 0xd7, 0x6c, 0xfa, 0x64, 0xb7, 0x01, 0xf0, 0x0f, 0x67, 0xa8, 0xa9, 0x69, 0xfb, - 0x9a, 0x5d, 0x45, 0xd8, 0x5e, 0xe4, 0xc6, 0xac, 0x03, 0xe5, 0x11, 0x0f, 0x7b, 0x5c, 0xed, 0xdb, - 0xf6, 0x35, 0x5b, 0x01, 0xd6, 0xca, 0x50, 0x1a, 0x88, 0xd6, 0xad, 0x3f, 0x29, 0x41, 0xad, 0xcb, - 0x7d, 0x7d, 0xca, 0x18, 0x14, 0xc5, 0x82, 0xc8, 0x93, 0x85, 0x7f, 0xb3, 0xd7, 0xa1, 0x86, 0x4b, - 0x17, 0xc5, 0xa1, 0xe7, 0x9f, 0x12, 0x55, 0xaf, 0xe5, 0xdb, 0x39, 0x1b, 0x04, 0xb8, 0x8b, 0x50, - 0xd6, 0x82, 0x82, 0x3b, 0x54, 0x54, 0x2d, 0xfe, 0x64, 0x37, 0xa0, 0xe2, 0x0e, 0x63, 0x1a, 0x5e, - 0x1d, 0xc1, 0x65, 0x77, 0x18, 0xe3, 0xd0, 0x5e, 0x83, 0xfa, 0xc8, 0xbd, 0x1a, 0x8a, 0xb3, 0xac, - 0xc9, 0xa1, 0x6e, 0xd7, 0x24, 0x0c, 0x09, 0xe2, 0x31, 0x2c, 0x9a, 0x28, 0xaa, 0xf3, 0x92, 0xee, - 0x7c, 0xc1, 0xc0, 0x96, 0x63, 0xb8, 0x0b, 0xf3, 0xaa, 0x4e, 0x48, 0xf3, 0x41, 0x32, 0xa9, 0xda, - 0x4d, 0x09, 0x56, 0xb3, 0xbc, 0x07, 0xad, 0x13, 0xcf, 0x77, 0x07, 0x4e, 0x6f, 0x10, 0x9f, 0x3b, - 0x7d, 0x3e, 0x88, 0x5d, 0xa4, 0x98, 0x92, 0xdd, 0x44, 0xf8, 0xfa, 0x20, 0x3e, 0xdf, 0x10, 0x50, - 0xf6, 0x0e, 0x54, 0x4f, 0x38, 0x77, 0x70, 0xb1, 0xda, 0x95, 0xd4, 0xc1, 0x53, 0x3b, 0x64, 0x57, - 0x4e, 0xd4, 0x5e, 0xbd, 0x03, 0xad, 0x60, 0x1c, 0x9f, 0x06, 0x9e, 0x7f, 0xea, 0x08, 0x7e, 0xe7, - 0x78, 0x7d, 0xa4, 0xa1, 0xe2, 0x5a, 0xfe, 0x51, 0xce, 0x6e, 0xaa, 0x32, 0xc1, 0x79, 0x76, 0xfa, - 0xec, 0x4d, 0x98, 0x1f, 0xb8, 0x51, 0xec, 0x9c, 0x05, 0x23, 0x67, 0x34, 0x3e, 0x7e, 0xc6, 0xaf, - 0xda, 0x0d, 0x5c, 0x88, 0x86, 0x00, 0x6f, 0x07, 0xa3, 0x43, 0x04, 0x0a, 0xca, 0xc6, 0x71, 0xd2, - 0x20, 0xe0, 0x4e, 0xee, 0x5e, 0xc3, 0xae, 0x0a, 0x08, 0x75, 0xfa, 0x05, 0x2c, 0xe2, 0xf6, 0xf4, - 0xc6, 0x51, 0x1c, 0x0c, 0x1d, 0xc1, 0xab, 0xc3, 0x7e, 0xd4, 0xae, 0x21, 0xad, 0xbd, 0x25, 0x07, - 0x6b, 0xec, 0xf1, 0x83, 0x0d, 0x1e, 0xc5, 0xeb, 0x88, 0x6c, 0x13, 0xae, 0xb8, 0xd0, 0xaf, 0xec, - 0x85, 0xfe, 0x24, 0x9c, 0xbd, 0x03, 0xcc, 0x1d, 0x0c, 0x82, 0x0b, 0x27, 0xe2, 0x83, 0x13, 0x47, - 0x2e, 0x62, 0xbb, 0x79, 0x27, 0x77, 0xaf, 0x62, 0xb7, 0xb0, 0xa4, 0xcb, 0x07, 0x27, 0x87, 0x04, - 0x67, 0xdf, 0x03, 0x3c, 0x4c, 0xce, 0x09, 0x77, 0xe3, 0x71, 0xc8, 0xa3, 0xf6, 0xfc, 0x9d, 0xc2, - 0xbd, 0xe6, 0xe3, 0x05, 0xbd, 0x5e, 0x08, 0x5e, 0xf3, 0x62, 0xbb, 0x2e, 0xf0, 0xe4, 0x77, 0xd4, - 0xd9, 0x80, 0xe5, 0xec, 0x21, 0x09, 0xa2, 0x12, 0xab, 0x22, 0x88, 0xb1, 0x68, 0x8b, 0x3f, 0xd9, - 0x12, 0x94, 0xce, 0xdd, 0xc1, 0x98, 0x4b, 0x9e, 0x4e, 0x1f, 0x1f, 0xe7, 0x3f, 0xca, 0x59, 0x7f, - 0x9c, 0x83, 0x3a, 0xcd, 0x52, 0xca, 0x22, 0xaf, 0x43, 0x43, 0x51, 0x03, 0x0f, 0xc3, 0x20, 0x94, - 0x5c, 0x4d, 0x51, 0xde, 0xa6, 0x80, 0x89, 0x5b, 0x45, 0x21, 0x8d, 0x42, 0xee, 0x0d, 0xdd, 0x53, - 0xd5, 0xb4, 0x22, 0xa5, 0x43, 0x09, 0x66, 0xef, 0x25, 0xed, 0x85, 0xc1, 0x38, 0xe6, 0xf2, 0xce, - 0xab, 0xcb, 0xe9, 0xd9, 0x02, 0xa6, 0x5b, 0xc7, 0xaf, 0x97, 0xa0, 0x73, 0xeb, 0xf7, 0x72, 0xc0, - 0xc4, 0xb0, 0x8f, 0x02, 0x6a, 0x40, 0x52, 0xe8, 0x64, 0xcd, 0xdc, 0x4b, 0x9f, 0x90, 0xfc, 0xf3, - 0x4e, 0x88, 0x05, 0x25, 0x1a, 0x7b, 0x31, 0x63, 0xec, 0x54, 0xf4, 0x83, 0x62, 0xa5, 0xd0, 0x2a, - 0x5a, 0xff, 0xbb, 0x00, 0x4b, 0xeb, 0x74, 0x65, 0xaf, 0xf6, 0x7a, 0x7c, 0xa4, 0xcf, 0xce, 0x6d, - 0xa8, 0xf9, 0x41, 0x9f, 0x2b, 0x8a, 0xa5, 0x81, 0x81, 0x00, 0x19, 0xe4, 0x7a, 0xe6, 0x7a, 0x3e, - 0x0d, 0x9c, 0x16, 0xb3, 0x8a, 0x10, 0x1c, 0xf6, 0x9b, 0x30, 0x3f, 0xe2, 0x7e, 0xdf, 0x3c, 0x22, - 0x24, 0x54, 0x35, 0x24, 0x58, 0x9e, 0x8e, 0xdb, 0x50, 0x3b, 0x19, 0x13, 0x9e, 0x60, 0x2c, 0x45, - 0xa4, 0x01, 0x90, 0xa0, 0x55, 0xe2, 0x2f, 0xa3, 0x71, 0x74, 0x86, 0xa5, 0x25, 0x2c, 0x2d, 0x8b, - 0x6f, 0x51, 0x74, 0x0b, 0xa0, 0x3f, 0x8e, 0x62, 0x79, 0x62, 0xe6, 0xb0, 0xb0, 0x2a, 0x20, 0x74, - 0x62, 0xde, 0x85, 0xc5, 0xa1, 0x7b, 0xe9, 0x20, 0xed, 0x38, 0x9e, 0xef, 0x9c, 0x0c, 0xf0, 0xce, - 0x29, 0x23, 0x5e, 0x6b, 0xe8, 0x5e, 0xfe, 0x50, 0x94, 0xec, 0xf8, 0x5b, 0x08, 0x17, 0x6c, 0x45, - 0x89, 0x3b, 0x21, 0x8f, 0x78, 0x78, 0xce, 0x91, 0x13, 0x14, 0xb5, 0x4c, 0x63, 0x13, 0x54, 0x8c, - 0x68, 0x28, 0xe6, 0x1d, 0x0f, 0x7a, 0x74, 0xec, 0xed, 0xf2, 0xd0, 0xf3, 0xb7, 0xe3, 0x41, 0x4f, - 0xdc, 0x2b, 0x82, 0x8f, 0x8c, 0x78, 0xe8, 0x3c, 0xbb, 0xc0, 0x33, 0x5c, 0x44, 0xbe, 0x71, 0xc8, - 0xc3, 0x27, 0x17, 0xe2, 0xea, 0xef, 0x45, 0xc8, 0x88, 0xdc, 0xab, 0x76, 0x0d, 0x0f, 0x78, 0xa5, - 0x17, 0x09, 0x16, 0xe4, 0x5e, 0x89, 0x43, 0x28, 0x46, 0xeb, 0xe2, 0x2e, 0xf0, 0x3e, 0x36, 0x1f, - 0x21, 0x47, 0x6d, 0xe0, 0x60, 0x57, 0x65, 0x81, 0xe8, 0x27, 0x12, 0x54, 0xaf, 0x06, 0x7b, 0x32, - 0x70, 0x4f, 0x23, 0x64, 0x29, 0x0d, 0xbb, 0x2e, 0x81, 0x5b, 0x02, 0x66, 0x7d, 0x4e, 0x42, 0x96, - 0xb1, 0xb7, 0xf2, 0xcc, 0x88, 0xab, 0x1e, 0x21, 0xb8, 0xaf, 0x15, 0x5b, 0x7e, 0x65, 0x6d, 0x5a, - 0x3e, 0x63, 0xd3, 0xac, 0x3f, 0xc8, 0x41, 0x5d, 0xb6, 0x8c, 0x42, 0x09, 0x7b, 0x00, 0x4c, 0xed, - 0x62, 0x7c, 0xe9, 0xf5, 0x9d, 0xe3, 0xab, 0x98, 0x47, 0x44, 0x34, 0xdb, 0xd7, 0xec, 0x96, 0x2c, - 0x3b, 0xba, 0xf4, 0xfa, 0x6b, 0xa2, 0x84, 0xdd, 0x87, 0x56, 0x0a, 0x3f, 0x8a, 0x43, 0xa2, 0xe8, - 0xed, 0x6b, 0x76, 0xd3, 0xc0, 0xee, 0xc6, 0xa1, 0x38, 0x23, 0x42, 0xe4, 0x19, 0xc7, 0x8e, 0xe7, - 0xf7, 0xf9, 0x25, 0x92, 0x51, 0xc3, 0xae, 0x11, 0x6c, 0x47, 0x80, 0xd6, 0x9a, 0x50, 0x37, 0x9b, - 0xb3, 0x4e, 0xa1, 0xa2, 0xe4, 0x25, 0x14, 0x18, 0x26, 0x86, 0x64, 0x57, 0x63, 0x3d, 0x92, 0x1b, - 0x50, 0x49, 0x8f, 0xc0, 0x2e, 0xc7, 0x2f, 0xdd, 0xb1, 0xf5, 0x7d, 0x68, 0xed, 0x0a, 0xe2, 0xf1, - 0x05, 0xb1, 0x4a, 0xf9, 0x6f, 0x19, 0xe6, 0x8c, 0x43, 0x53, 0xb5, 0xe5, 0x97, 0xb8, 0x73, 0xcf, - 0x82, 0x28, 0x96, 0xbd, 0xe0, 0xdf, 0xd6, 0x9f, 0xe4, 0x80, 0x6d, 0x46, 0xb1, 0x37, 0x74, 0x63, - 0xbe, 0xc5, 0x35, 0x5b, 0x38, 0x80, 0xba, 0x68, 0xed, 0x28, 0x58, 0x25, 0x81, 0x8c, 0x04, 0x8a, - 0xb7, 0xe5, 0x31, 0x9e, 0xae, 0xf0, 0xc0, 0xc4, 0x26, 0x36, 0x9f, 0x6a, 0x40, 0x9c, 0xb2, 0xd8, - 0x0d, 0x4f, 0x79, 0x8c, 0x62, 0x9c, 0x94, 0xf7, 0x81, 0x40, 0x42, 0x80, 0xeb, 0xfc, 0x3a, 0x2c, - 0x4c, 0xb5, 0x61, 0xf2, 0xe5, 0x6a, 0x06, 0x5f, 0x2e, 0x98, 0x7c, 0xd9, 0x81, 0xc5, 0xd4, 0xb8, - 0x24, 0xa5, 0xad, 0x40, 0x59, 0x1c, 0x08, 0x21, 0x1c, 0xe4, 0x48, 0xaa, 0x3c, 0xe1, 0x5c, 0x88, - 0xc1, 0x0f, 0x61, 0xe9, 0x84, 0xf3, 0xd0, 0x8d, 0xb1, 0x10, 0x4f, 0x8c, 0xd8, 0x21, 0xd9, 0xf0, - 0x82, 0x2c, 0xeb, 0xba, 0xf1, 0x21, 0x0f, 0xc5, 0x4e, 0x59, 0xff, 0x27, 0x07, 0xf3, 0x82, 0x83, - 0xee, 0xb9, 0xfe, 0x95, 0x5a, 0xa7, 0xdd, 0xcc, 0x75, 0xba, 0x67, 0x5c, 0x86, 0x06, 0xf6, 0x37, - 0x5d, 0xa4, 0xc2, 0xe4, 0x22, 0xb1, 0x3b, 0x50, 0x4f, 0x8d, 0xb5, 0x84, 0x63, 0x85, 0x48, 0x0f, - 0xf2, 0x17, 0x5f, 0xc6, 0x37, 0xa1, 0x95, 0x0c, 0x5b, 0xae, 0x21, 0x83, 0xa2, 0x20, 0x49, 0xd9, - 0x00, 0xfe, 0x6d, 0xfd, 0xcb, 0x1c, 0x21, 0xae, 0x07, 0x9e, 0x96, 0x4e, 0x05, 0xa2, 0x90, 0x7b, - 0x15, 0xa2, 0xf8, 0x7b, 0xa6, 0x54, 0xff, 0x8b, 0x4f, 0x56, 0x1c, 0x9d, 0x88, 0xfb, 0x7d, 0xc7, - 0x1d, 0x0c, 0x90, 0xf9, 0x56, 0xec, 0xb2, 0xf8, 0x5e, 0x1d, 0x0c, 0xac, 0xbb, 0xb0, 0x60, 0x8c, - 0xee, 0x39, 0xf3, 0xd8, 0x07, 0xb6, 0xeb, 0x45, 0xf1, 0x53, 0x3f, 0x1a, 0x19, 0x82, 0xdb, 0x4d, - 0xa8, 0x0a, 0x0e, 0x2b, 0x46, 0x46, 0x47, 0xb6, 0x64, 0x0b, 0x96, 0x2b, 0xc6, 0x15, 0x61, 0xa1, - 0x7b, 0x29, 0x0b, 0xf3, 0xb2, 0xd0, 0xbd, 0xc4, 0x42, 0xeb, 0x23, 0x58, 0x4c, 0xb5, 0x27, 0xbb, - 0x7e, 0x0d, 0x4a, 0xe3, 0xf8, 0x32, 0x50, 0xa2, 0x79, 0x4d, 0x52, 0x88, 0x50, 0x00, 0x6d, 0x2a, - 0xb1, 0x3e, 0x81, 0x85, 0x7d, 0x7e, 0x21, 0x0f, 0xb1, 0x1a, 0xc8, 0x9b, 0x50, 0x7c, 0x81, 0x52, - 0x88, 0xe5, 0xd6, 0x03, 0x60, 0x66, 0x65, 0xd9, 0xab, 0xa1, 0x23, 0xe6, 0x52, 0x3a, 0xa2, 0xf5, - 0x26, 0xb0, 0xae, 0x77, 0xea, 0xef, 0xf1, 0x28, 0x72, 0x4f, 0xf5, 0xb1, 0x6f, 0x41, 0x61, 0x18, - 0x9d, 0x4a, 0x1e, 0x25, 0xfe, 0xb4, 0xbe, 0x0b, 0x8b, 0x29, 0x3c, 0xd9, 0xf0, 0x2b, 0x50, 0x8d, - 0xbc, 0x53, 0x1f, 0x05, 0x2b, 0xd9, 0x74, 0x02, 0xb0, 0xb6, 0x60, 0xe9, 0x87, 0x3c, 0xf4, 0x4e, - 0xae, 0x5e, 0xd4, 0x7c, 0xba, 0x9d, 0xfc, 0x64, 0x3b, 0x9b, 0x70, 0x7d, 0xa2, 0x1d, 0xd9, 0x3d, - 0x91, 0xaf, 0xdc, 0xc9, 0x8a, 0x4d, 0x1f, 0x06, 0xdf, 0xcb, 0x9b, 0x7c, 0xcf, 0x7a, 0x0a, 0x6c, - 0x3d, 0xf0, 0x7d, 0xde, 0x8b, 0x0f, 0x39, 0x0f, 0x13, 0x2b, 0x55, 0x42, 0xab, 0xb5, 0xc7, 0x2b, - 0x72, 0x65, 0x27, 0x99, 0xa9, 0x24, 0x62, 0x06, 0xc5, 0x11, 0x0f, 0x87, 0xd8, 0x70, 0xc5, 0xc6, - 0xbf, 0xad, 0xeb, 0xb0, 0x98, 0x6a, 0x56, 0xea, 0xf5, 0x8f, 0xe0, 0xfa, 0x86, 0x17, 0xf5, 0xa6, - 0x3b, 0x5c, 0x81, 0xf2, 0x68, 0x7c, 0xec, 0xa4, 0xf9, 0xf2, 0x13, 0x7e, 0x25, 0xb4, 0xbd, 0xc9, - 0x1a, 0xb2, 0xad, 0xbf, 0x9b, 0x83, 0xe2, 0xf6, 0xd1, 0xee, 0x3a, 0xeb, 0x40, 0xc5, 0xf3, 0x7b, - 0xc1, 0x50, 0x08, 0x5e, 0x34, 0x67, 0xfd, 0x3d, 0xf3, 0x80, 0xdd, 0x84, 0x2a, 0xca, 0x6b, 0x42, - 0xb5, 0x95, 0xa2, 0x4f, 0x45, 0x00, 0x76, 0x83, 0xde, 0x33, 0xa1, 0x53, 0xf3, 0xcb, 0x91, 0x17, - 0xa2, 0xd6, 0xac, 0x94, 0xe1, 0x22, 0xdd, 0xf5, 0x49, 0x01, 0x69, 0xc4, 0xd6, 0x7f, 0x2a, 0x43, - 0x59, 0xde, 0xb6, 0x74, 0x73, 0xc7, 0xde, 0x39, 0x4f, 0x6e, 0x6e, 0xf1, 0x25, 0xe4, 0x81, 0x90, - 0x0f, 0x83, 0x58, 0x0b, 0x6c, 0xb4, 0x07, 0x75, 0x02, 0x4a, 0x91, 0xcd, 0x10, 0x1a, 0xc8, 0xc4, - 0x50, 0x20, 0xa4, 0x9e, 0x79, 0x95, 0xdf, 0x84, 0xb2, 0xba, 0xfb, 0x8b, 0x5a, 0xa7, 0x99, 0xeb, - 0x91, 0xb4, 0xd6, 0x81, 0x4a, 0xcf, 0x1d, 0xb9, 0x3d, 0x2f, 0xbe, 0x92, 0x0c, 0x41, 0x7f, 0x8b, - 0xd6, 0x07, 0x41, 0xcf, 0x1d, 0x38, 0xc7, 0xee, 0xc0, 0xf5, 0x7b, 0x5c, 0xea, 0xee, 0x75, 0x04, - 0xae, 0x11, 0x4c, 0xe8, 0xe7, 0x72, 0x9c, 0x0a, 0x8b, 0x54, 0x78, 0x39, 0x7a, 0x85, 0x26, 0x84, - 0xcb, 0x60, 0x38, 0xf4, 0x84, 0x96, 0x41, 0x62, 0x58, 0xc1, 0xae, 0x12, 0x64, 0x8b, 0xe3, 0x6c, - 0x65, 0xf1, 0x05, 0x2d, 0x5d, 0x95, 0xba, 0x22, 0xe0, 0xe7, 0x64, 0x48, 0x98, 0x96, 0xc5, 0x0a, - 0x86, 0x2c, 0xf6, 0x36, 0x2c, 0x8c, 0xfd, 0x88, 0xc7, 0xf1, 0x80, 0xf7, 0xf5, 0x58, 0x6a, 0x88, - 0xd4, 0xd2, 0x05, 0x6a, 0x38, 0x0f, 0x60, 0x91, 0x8c, 0x0e, 0x91, 0x1b, 0x07, 0xd1, 0x99, 0x17, - 0x39, 0x91, 0xd0, 0x90, 0x48, 0xdd, 0x5d, 0xc0, 0xa2, 0xae, 0x2c, 0xe9, 0x92, 0x8a, 0xb4, 0x32, - 0x81, 0x1f, 0xf2, 0x1e, 0xf7, 0xce, 0x79, 0x1f, 0xe5, 0xb4, 0x82, 0x7d, 0x3d, 0x55, 0xc7, 0x96, - 0x85, 0x28, 0x74, 0x8f, 0x87, 0xce, 0x78, 0xd4, 0x77, 0x85, 0xb0, 0xd2, 0x24, 0x61, 0xd8, 0x1f, - 0x0f, 0x9f, 0x12, 0x84, 0x3d, 0x02, 0x25, 0x89, 0x49, 0xf9, 0x70, 0x3e, 0xc5, 0xcf, 0x04, 0xb1, - 0xda, 0x75, 0x89, 0x41, 0x82, 0x62, 0x4a, 0xe6, 0x6c, 0x4d, 0xc8, 0x9c, 0x6d, 0x28, 0x8f, 0x42, - 0xef, 0xdc, 0x8d, 0x79, 0x7b, 0x81, 0x18, 0xb8, 0xfc, 0x14, 0x9c, 0xc1, 0xf3, 0xbd, 0xd8, 0x73, - 0xe3, 0x20, 0x6c, 0x33, 0x2c, 0x4b, 0x00, 0xec, 0x3e, 0x2c, 0x20, 0x8d, 0x44, 0xb1, 0x1b, 0x8f, - 0x23, 0x29, 0x81, 0x2e, 0x22, 0x31, 0xa1, 0x0c, 0xdd, 0x45, 0x38, 0x0a, 0xa1, 0xec, 0xbb, 0xb0, - 0x4c, 0x64, 0x81, 0x35, 0xa4, 0x64, 0x8d, 0x02, 0xc1, 0x12, 0x2e, 0xc5, 0x22, 0x96, 0x0a, 0xfa, - 0x96, 0xf2, 0xb5, 0x90, 0x0e, 0x3e, 0x80, 0x15, 0x49, 0x26, 0x53, 0xb5, 0xae, 0x63, 0xad, 0x25, - 0x2a, 0x9e, 0xa8, 0x76, 0x1f, 0x16, 0xc4, 0x90, 0xbc, 0x9e, 0x23, 0x6b, 0x8b, 0x93, 0xb0, 0x8c, - 0xa3, 0x9f, 0xa7, 0x02, 0x1b, 0xe1, 0x4f, 0xf8, 0x95, 0x20, 0xe5, 0x81, 0x77, 0xc2, 0x63, 0x6f, - 0xc8, 0xdb, 0x2b, 0x44, 0x1c, 0xea, 0x5b, 0x9c, 0xb2, 0xf1, 0x08, 0x4b, 0xda, 0x74, 0xa6, 0xe9, - 0x0b, 0xe9, 0x6e, 0x10, 0x44, 0x5c, 0x99, 0x97, 0xda, 0x37, 0xe4, 0x01, 0x12, 0x40, 0xc9, 0xb2, - 0xac, 0x9f, 0xe5, 0xe8, 0x0e, 0x92, 0x47, 0x36, 0x32, 0x34, 0x2a, 0x3a, 0xac, 0x4e, 0xe0, 0x0f, - 0xae, 0xe4, 0xf9, 0x05, 0x02, 0x1d, 0xf8, 0x03, 0x3c, 0x40, 0x9e, 0x6f, 0xa2, 0x10, 0xbb, 0xab, - 0x2b, 0x20, 0x22, 0xdd, 0x86, 0xda, 0x68, 0x7c, 0x3c, 0xf0, 0x7a, 0x84, 0x52, 0xa0, 0x56, 0x08, - 0x84, 0x08, 0x42, 0xa5, 0xa4, 0x4d, 0x24, 0x8c, 0x22, 0x62, 0xd4, 0x24, 0x0c, 0x51, 0x90, 0x9d, - 0xf2, 0x10, 0x4f, 0x70, 0xdd, 0xc6, 0xbf, 0xad, 0x35, 0x58, 0x4a, 0x0f, 0x5a, 0xf2, 0xfa, 0xfb, - 0x50, 0x91, 0xec, 0x41, 0xd9, 0x1a, 0x9a, 0x86, 0xf5, 0x57, 0x68, 0x45, 0xba, 0xdc, 0xfa, 0x9d, - 0x39, 0x58, 0x94, 0xd0, 0x75, 0xb1, 0x22, 0xdd, 0xf1, 0x70, 0xe8, 0x86, 0x19, 0x7c, 0x27, 0xf7, - 0x7c, 0xbe, 0x93, 0x9f, 0xe2, 0x3b, 0x69, 0x65, 0x93, 0xd8, 0x56, 0x5a, 0xd9, 0x14, 0x5b, 0x40, - 0xf2, 0xbf, 0x69, 0x7a, 0x6c, 0x48, 0xf0, 0x11, 0x99, 0x38, 0xa7, 0xb8, 0x64, 0x29, 0x83, 0x4b, - 0x9a, 0x3c, 0x6e, 0x6e, 0x82, 0xc7, 0xbd, 0x06, 0xb4, 0xd7, 0x8a, 0x65, 0x97, 0x49, 0x25, 0x40, - 0x98, 0xb4, 0x5f, 0xde, 0x85, 0xf9, 0x49, 0xb6, 0x42, 0xfc, 0xab, 0x99, 0xc1, 0x54, 0xbc, 0x21, - 0xc7, 0x0b, 0xc2, 0x40, 0xae, 0x4a, 0xa6, 0xe2, 0x0d, 0xf9, 0x2e, 0x96, 0x28, 0xfc, 0x4d, 0x00, - 0xea, 0x1b, 0x25, 0x12, 0x40, 0x89, 0xe4, 0xcd, 0xf4, 0x5e, 0x98, 0xab, 0xfe, 0x40, 0x7c, 0x8c, - 0x43, 0x8e, 0x52, 0x4a, 0x15, 0x6b, 0xa2, 0xe1, 0xfa, 0x09, 0x34, 0x83, 0x11, 0xf7, 0x9d, 0xe4, - 0x78, 0xd7, 0xb0, 0xa9, 0x37, 0x9e, 0xd3, 0xd4, 0x8e, 0xc2, 0xb5, 0x1b, 0xa2, 0xae, 0xfe, 0x64, - 0x7b, 0xb4, 0xf0, 0xdc, 0x68, 0xad, 0xfe, 0x0d, 0x5a, 0x6b, 0x62, 0x65, 0xfd, 0x6d, 0xfd, 0x83, - 0x1c, 0xd4, 0x8c, 0x61, 0xb3, 0xeb, 0xb0, 0xb0, 0x7e, 0x70, 0x70, 0xb8, 0x69, 0xaf, 0x1e, 0xed, - 0xfc, 0x70, 0xd3, 0x59, 0xdf, 0x3d, 0xe8, 0x6e, 0xb6, 0xae, 0x09, 0xf0, 0xee, 0xc1, 0xfa, 0xea, - 0xae, 0xb3, 0x75, 0x60, 0xaf, 0x2b, 0x70, 0x8e, 0x2d, 0x03, 0xb3, 0x37, 0xf7, 0x0e, 0x8e, 0x36, - 0x53, 0xf0, 0x3c, 0x6b, 0x41, 0x7d, 0xcd, 0xde, 0x5c, 0x5d, 0xdf, 0x96, 0x90, 0x02, 0x5b, 0x82, - 0xd6, 0xd6, 0xd3, 0xfd, 0x8d, 0x9d, 0xfd, 0x4f, 0x9d, 0xf5, 0xd5, 0xfd, 0xf5, 0xcd, 0xdd, 0xcd, - 0x8d, 0x56, 0x91, 0x35, 0xa0, 0xba, 0xba, 0xb6, 0xba, 0xbf, 0x71, 0xb0, 0xbf, 0xb9, 0xd1, 0x2a, - 0x59, 0xbf, 0x06, 0xd5, 0x64, 0xa2, 0x35, 0x28, 0x3f, 0xdd, 0x7f, 0xb2, 0x7f, 0xf0, 0xf9, 0x7e, - 0xeb, 0x1a, 0xab, 0x42, 0x09, 0xfb, 0x6f, 0xe5, 0x18, 0xc0, 0x1c, 0xf5, 0xd9, 0xca, 0xb3, 0x0a, - 0x14, 0xd7, 0x0e, 0x8e, 0xb6, 0x5b, 0x05, 0xeb, 0xcf, 0x73, 0x70, 0x1d, 0xa7, 0xdc, 0x9f, 0x64, - 0x02, 0x77, 0xa0, 0xd6, 0x0b, 0x82, 0x91, 0x50, 0x6e, 0x92, 0x4b, 0xdc, 0x04, 0x89, 0x03, 0x4e, - 0xfc, 0xf2, 0x24, 0x08, 0x7b, 0x5c, 0xf2, 0x00, 0x40, 0xd0, 0x96, 0x80, 0x08, 0x1a, 0x94, 0x44, - 0x4c, 0x18, 0xc4, 0x02, 0x6a, 0x04, 0x23, 0x94, 0x65, 0x98, 0x3b, 0x0e, 0xb9, 0xdb, 0x3b, 0x93, - 0xa7, 0x5f, 0x7e, 0xb1, 0xb7, 0x12, 0xb5, 0xbb, 0x27, 0x68, 0x6a, 0xc0, 0xfb, 0x78, 0x04, 0x2a, - 0xf6, 0xbc, 0x84, 0xaf, 0x4b, 0xb0, 0xb8, 0x00, 0xdc, 0x63, 0xd7, 0xef, 0x07, 0x3e, 0xef, 0x4b, - 0xe9, 0x3e, 0x01, 0x58, 0x87, 0xb0, 0x3c, 0x39, 0x3f, 0xc9, 0x2f, 0xbe, 0x67, 0xf0, 0x0b, 0x12, - 0xb6, 0x3b, 0xb3, 0x49, 0xc1, 0xe0, 0x1d, 0x3f, 0x2f, 0x40, 0x51, 0x08, 0x5f, 0x33, 0xe5, 0x34, - 0x53, 0x9a, 0x2e, 0x4c, 0x79, 0x5c, 0x50, 0xbb, 0xa7, 0x5b, 0x99, 0x4c, 0x48, 0x55, 0x84, 0xe0, - 0x6d, 0xac, 0x8b, 0x43, 0xde, 0x3b, 0x97, 0x36, 0x24, 0x2a, 0xb6, 0x79, 0xef, 0x1c, 0xd5, 0x18, - 0x37, 0xa6, 0xba, 0x74, 0xde, 0xcb, 0x91, 0x1b, 0x63, 0x4d, 0x59, 0x84, 0xf5, 0xca, 0xba, 0x08, - 0x6b, 0xb5, 0xa1, 0xec, 0xf9, 0xc7, 0xc1, 0xd8, 0xef, 0xe3, 0xf1, 0xae, 0xd8, 0xea, 0x13, 0x1d, - 0x3c, 0xc8, 0x89, 0xc4, 0xfd, 0x41, 0xa7, 0xb9, 0x22, 0x00, 0x47, 0xe2, 0x06, 0x79, 0x0f, 0xaa, - 0xd1, 0x95, 0xdf, 0x33, 0xcf, 0xf0, 0x92, 0x5c, 0x1f, 0x31, 0xfb, 0x07, 0xdd, 0x2b, 0xbf, 0x87, - 0x27, 0xb6, 0x12, 0xc9, 0xbf, 0xd8, 0x07, 0x50, 0xd1, 0xa6, 0x56, 0xe2, 0xc0, 0x37, 0xcc, 0x1a, - 0xca, 0xbe, 0x4a, 0x1a, 0xad, 0x46, 0xed, 0x3c, 0x81, 0x46, 0xaa, 0xc8, 0x54, 0x43, 0x1b, 0xa4, - 0x86, 0xbe, 0x61, 0xaa, 0xa1, 0x09, 0x63, 0x97, 0xd5, 0x4c, 0xb5, 0xf4, 0xd7, 0xa1, 0xa2, 0x46, - 0x26, 0x8e, 0x93, 0x3c, 0x0a, 0x4e, 0xf7, 0x8b, 0xfd, 0xf5, 0xd6, 0x35, 0x36, 0x0f, 0xb5, 0xd5, - 0x75, 0x3c, 0xa1, 0x08, 0xc8, 0x09, 0x94, 0xc3, 0xd5, 0x6e, 0x57, 0x43, 0xf2, 0x16, 0x83, 0x96, - 0xb8, 0x5e, 0xc4, 0x88, 0xb5, 0x33, 0xe5, 0x7b, 0xb0, 0x60, 0xc0, 0x12, 0x4d, 0x4d, 0xdc, 0x47, - 0x93, 0x9a, 0x1a, 0xca, 0xe5, 0x54, 0x62, 0xad, 0xc0, 0x75, 0xf1, 0xb9, 0x79, 0xce, 0xfd, 0xb8, - 0x3b, 0x3e, 0x26, 0x57, 0x9a, 0x17, 0xf8, 0x42, 0x5e, 0xaf, 0xea, 0x92, 0xd9, 0x84, 0xf4, 0x40, - 0x2a, 0x75, 0x79, 0x5c, 0xfe, 0x8e, 0xd1, 0x03, 0x56, 0x7c, 0x80, 0xff, 0xa6, 0x94, 0xbb, 0xaa, - 0x06, 0x89, 0xb9, 0x1e, 0x6e, 0x6e, 0xda, 0xce, 0xc1, 0xfe, 0xee, 0xce, 0xbe, 0x60, 0x46, 0x62, - 0xae, 0x08, 0xd8, 0xda, 0x42, 0x48, 0xce, 0x6a, 0x41, 0xf3, 0x53, 0x1e, 0xef, 0xf8, 0x27, 0x81, - 0x9a, 0xe9, 0x5f, 0x95, 0x60, 0x5e, 0x83, 0x12, 0xe5, 0xf0, 0x9c, 0x87, 0x91, 0x17, 0xf8, 0x28, - 0xe7, 0x55, 0x6d, 0xf5, 0x29, 0x6e, 0x10, 0xaf, 0xcf, 0xfd, 0xd8, 0x8b, 0xaf, 0x9c, 0x94, 0x25, - 0xa9, 0xa9, 0xc0, 0xf2, 0xa6, 0x5a, 0x82, 0x92, 0x3b, 0xf0, 0x5c, 0xe5, 0x81, 0xa4, 0x0f, 0x01, - 0xed, 0x05, 0x83, 0x20, 0x44, 0x91, 0xae, 0x6a, 0xd3, 0x07, 0x7b, 0x04, 0x4b, 0x42, 0xb4, 0x34, - 0xcd, 0x7b, 0x78, 0x46, 0xc9, 0xa8, 0xc5, 0xfc, 0xf1, 0xf0, 0x30, 0x31, 0xf1, 0x89, 0x12, 0x71, - 0x3f, 0x89, 0x1a, 0x52, 0x20, 0xd1, 0x15, 0x48, 0x4b, 0x59, 0xf0, 0xc7, 0xc3, 0x55, 0x2c, 0xd1, - 0xf8, 0x8f, 0xe1, 0xba, 0xc0, 0xd7, 0x22, 0x8c, 0xae, 0x31, 0x8f, 0x35, 0x44, 0x63, 0x3b, 0xb2, - 0x4c, 0xd7, 0xb9, 0x09, 0x55, 0x1a, 0x95, 0xd8, 0xf1, 0x12, 0x49, 0xa7, 0x38, 0x14, 0x1e, 0x46, - 0x53, 0xce, 0xc2, 0x39, 0xba, 0x6c, 0x27, 0x9c, 0x85, 0x86, 0xbb, 0xb1, 0x32, 0xe9, 0x6e, 0x7c, - 0x0c, 0xd7, 0x8f, 0x79, 0x14, 0x3b, 0x67, 0xdc, 0xed, 0xf3, 0x10, 0x4f, 0x24, 0xb9, 0x15, 0x49, - 0x0a, 0x5f, 0x14, 0x85, 0xdb, 0x58, 0x76, 0xa4, 0x8a, 0x84, 0x2c, 0x21, 0x8e, 0x1e, 0xef, 0x3b, - 0x71, 0xe0, 0xa0, 0x88, 0x81, 0x87, 0xb8, 0x62, 0x37, 0x08, 0x7c, 0x14, 0xac, 0x0b, 0x60, 0x1a, - 0xef, 0x34, 0x74, 0x47, 0x67, 0x52, 0x4e, 0xd6, 0x78, 0x9f, 0x0a, 0x20, 0x7b, 0x05, 0xca, 0x31, - 0x8f, 0x62, 0x9f, 0x93, 0x4f, 0xa7, 0x82, 0x36, 0x7b, 0x05, 0x62, 0x6f, 0xc0, 0x1c, 0xf6, 0x11, - 0xb5, 0x5b, 0x48, 0xef, 0xf5, 0x84, 0x59, 0x7a, 0xbe, 0x2d, 0xcb, 0x84, 0xc0, 0x36, 0x0e, 0xbd, - 0xa8, 0x5d, 0x47, 0x5f, 0x26, 0xfe, 0xcd, 0x7e, 0xc3, 0x60, 0x0b, 0x8b, 0x58, 0x57, 0xdd, 0xb9, - 0x13, 0x94, 0xf6, 0x2b, 0xe1, 0x10, 0x3f, 0x28, 0x56, 0x6a, 0xad, 0xba, 0xf5, 0x21, 0x94, 0x68, - 0x75, 0x04, 0x11, 0xe2, 0xda, 0xe5, 0x24, 0x11, 0x22, 0xb4, 0x0d, 0x65, 0x9f, 0xc7, 0x17, 0x41, - 0xf8, 0x4c, 0xd9, 0x5a, 0xe5, 0xa7, 0xf5, 0x53, 0x34, 0x12, 0x68, 0x47, 0x32, 0xe9, 0x3b, 0x82, - 0x3c, 0x68, 0x7b, 0xa3, 0x33, 0x57, 0xda, 0x2d, 0x2a, 0x08, 0xe8, 0x9e, 0xb9, 0x53, 0xe4, 0x91, - 0x9f, 0xf6, 0x25, 0xbf, 0x01, 0x4d, 0xe5, 0xba, 0x8e, 0x9c, 0x01, 0x3f, 0x89, 0x25, 0xb9, 0xd7, - 0xa5, 0xdf, 0x3a, 0xda, 0xe5, 0x27, 0xb1, 0xb5, 0x07, 0x0b, 0x92, 0x20, 0x0f, 0x46, 0x5c, 0x75, - 0xfd, 0x51, 0x96, 0xcc, 0x5a, 0x7b, 0xbc, 0x98, 0xbe, 0xcc, 0xc8, 0x25, 0x9f, 0x12, 0x64, 0xad, - 0xcf, 0x80, 0x99, 0x57, 0x9d, 0x6c, 0x4f, 0x4a, 0x8e, 0xca, 0x44, 0xad, 0x3c, 0x3d, 0x5a, 0x3e, - 0xf5, 0xfa, 0x62, 0x75, 0xa2, 0x71, 0xaf, 0xa7, 0x42, 0x0a, 0x2a, 0xb6, 0xfa, 0xb4, 0xfe, 0x2c, - 0x07, 0x8b, 0xd8, 0x98, 0x92, 0xb9, 0xa5, 0x34, 0xf1, 0xad, 0x07, 0x29, 0xf6, 0xc7, 0x94, 0x2f, - 0xe8, 0xe3, 0x9b, 0x1b, 0x05, 0x8b, 0x53, 0x46, 0xc1, 0xb7, 0xa0, 0xd5, 0xe7, 0x03, 0x0f, 0xa3, - 0x4b, 0xd4, 0x75, 0x4d, 0x52, 0xf6, 0xbc, 0x82, 0x2b, 0x45, 0xe9, 0x9f, 0xe5, 0x60, 0x81, 0xa4, - 0x01, 0x54, 0x17, 0xe5, 0x42, 0x7d, 0xa2, 0x74, 0x2c, 0xc9, 0xaa, 0xe4, 0x9c, 0x92, 0x5b, 0x12, - 0xa1, 0x84, 0xbc, 0x7d, 0x4d, 0xea, 0x5e, 0x12, 0xca, 0x3e, 0x46, 0x3d, 0xc1, 0x77, 0x10, 0x98, - 0x11, 0xad, 0x92, 0xde, 0x94, 0xed, 0x6b, 0xa8, 0x44, 0xf8, 0x08, 0x5a, 0xab, 0x08, 0xa5, 0x4f, - 0x80, 0xad, 0x2d, 0x68, 0xa4, 0xba, 0x49, 0x59, 0x2e, 0xeb, 0x64, 0xb9, 0x9c, 0xf2, 0x0e, 0xe4, - 0xa7, 0xbd, 0x03, 0x7f, 0xaf, 0x08, 0x4c, 0x90, 0xd4, 0xc4, 0xae, 0x4d, 0xb8, 0xd6, 0xf2, 0x53, - 0xae, 0xb5, 0x47, 0xc0, 0x0c, 0x04, 0xe5, 0xf1, 0x2b, 0x68, 0x8f, 0x5f, 0x2b, 0xc1, 0x95, 0x0e, - 0xbf, 0x47, 0xb0, 0x24, 0x85, 0x46, 0xed, 0x4b, 0x43, 0x93, 0x14, 0xed, 0x0f, 0x23, 0xe9, 0x51, - 0xf9, 0xd4, 0xd0, 0x3c, 0xa5, 0xdc, 0x6a, 0x42, 0xa5, 0x26, 0x4b, 0x0e, 0xba, 0xd5, 0x84, 0x16, - 0x3d, 0x41, 0x05, 0x73, 0x2f, 0xa4, 0x82, 0xf2, 0x14, 0x15, 0x18, 0x86, 0x85, 0x4a, 0xda, 0xb0, - 0x60, 0x41, 0x43, 0x39, 0xcf, 0x28, 0x66, 0x80, 0x24, 0xa4, 0x9a, 0xf4, 0xa0, 0x61, 0xdc, 0xc0, - 0x3d, 0x68, 0x29, 0xed, 0x5f, 0x9b, 0x2e, 0xc8, 0x1f, 0x2e, 0x8d, 0x47, 0xeb, 0xca, 0x80, 0x91, - 0x32, 0x14, 0xd7, 0x26, 0x0c, 0xc5, 0x6f, 0xc3, 0x42, 0x24, 0x88, 0xc8, 0x19, 0xfb, 0x32, 0x78, - 0x85, 0xf7, 0x51, 0x3d, 0xa9, 0xd8, 0x2d, 0x2c, 0x78, 0x9a, 0xc0, 0xa7, 0x55, 0xfb, 0xc6, 0xb4, - 0x6a, 0xcf, 0x3e, 0x48, 0xfc, 0x4c, 0xd1, 0x99, 0x37, 0xc4, 0x8b, 0x3b, 0x09, 0xf4, 0x90, 0x0b, - 0xdc, 0x3d, 0xf3, 0x86, 0xb6, 0x72, 0x6a, 0x8a, 0x0f, 0xeb, 0xbf, 0xe6, 0xa0, 0x25, 0xe8, 0x20, - 0x45, 0xe7, 0xbf, 0x06, 0x78, 0x22, 0x5f, 0x92, 0xcc, 0x6b, 0x02, 0x57, 0x51, 0xf9, 0x87, 0x80, - 0x64, 0xeb, 0x08, 0x5d, 0x4c, 0x12, 0x79, 0x3b, 0x4d, 0xe4, 0x09, 0x23, 0xdb, 0xbe, 0x46, 0x42, - 0xb6, 0x80, 0x64, 0xf9, 0xf7, 0x8a, 0x19, 0xfe, 0x3d, 0xe3, 0x28, 0x6c, 0x03, 0x3c, 0xe1, 0x57, - 0xbb, 0x41, 0x0f, 0xb5, 0xa0, 0x5b, 0x00, 0x82, 0x20, 0x4f, 0xdc, 0xa1, 0x27, 0x2d, 0x18, 0x25, - 0xbb, 0xfa, 0x8c, 0x5f, 0x6d, 0x21, 0x40, 0xec, 0x86, 0x28, 0x4e, 0xce, 0x43, 0xc9, 0xae, 0x3c, - 0xe3, 0x57, 0x74, 0x18, 0x1c, 0x68, 0x3c, 0xe1, 0x57, 0x1b, 0x9c, 0xc4, 0xb5, 0x20, 0x14, 0x94, - 0x10, 0xba, 0x17, 0x42, 0x3e, 0x4b, 0xf9, 0xe6, 0x6a, 0xa1, 0x7b, 0xf1, 0x84, 0x5f, 0x29, 0x3f, - 0x61, 0x59, 0x94, 0x0f, 0x82, 0x9e, 0xbc, 0x81, 0x54, 0x94, 0x41, 0x32, 0x28, 0x7b, 0xee, 0x19, - 0xfe, 0x6d, 0xfd, 0x69, 0x0e, 0x1a, 0x62, 0xfc, 0xc8, 0xe0, 0xc4, 0xba, 0xab, 0x60, 0x95, 0x5c, - 0x12, 0xac, 0xf2, 0x58, 0xf2, 0x07, 0xe2, 0x96, 0xf9, 0xd9, 0xdc, 0x12, 0x17, 0x98, 0x58, 0xe5, - 0x7b, 0x50, 0xa5, 0xb3, 0x25, 0x0e, 0x6b, 0x21, 0xb5, 0x4b, 0xa9, 0x09, 0xd9, 0x15, 0x44, 0x7b, - 0x42, 0xbe, 0x71, 0xc3, 0x00, 0x45, 0x4b, 0x5c, 0x0d, 0xb5, 0xe9, 0x29, 0x63, 0x1b, 0x4a, 0x59, - 0x6e, 0xd6, 0xa7, 0x50, 0x33, 0x68, 0x8a, 0x7d, 0x9f, 0x1c, 0xd4, 0x34, 0x78, 0x22, 0xc0, 0x34, - 0xd1, 0xa4, 0x66, 0xbf, 0x7d, 0xcd, 0x6e, 0xf4, 0x4c, 0xc0, 0xda, 0x1c, 0x14, 0x45, 0x25, 0xeb, - 0x13, 0x58, 0x30, 0x9a, 0x25, 0x8d, 0x2f, 0x6b, 0x4c, 0xb9, 0xac, 0x31, 0xfd, 0xf3, 0x1c, 0x2c, - 0xc9, 0xda, 0x18, 0xd8, 0xe4, 0x89, 0xeb, 0x7a, 0x2f, 0x3a, 0x65, 0xbf, 0x06, 0x0d, 0xd1, 0xba, - 0x13, 0xf2, 0x53, 0x2f, 0x8a, 0xb9, 0xb2, 0xec, 0x67, 0x1c, 0x0e, 0xc1, 0xb5, 0x05, 0xaa, 0x2d, - 0x31, 0xd9, 0x27, 0x50, 0xc3, 0xaa, 0xa4, 0x93, 0xca, 0x6d, 0x69, 0x4f, 0x57, 0xa4, 0xa1, 0x6e, - 0x5f, 0xb3, 0x21, 0xd2, 0x5f, 0x6b, 0x55, 0x28, 0xc7, 0xa1, 0x77, 0x7a, 0xca, 0x43, 0x6b, 0x59, - 0x0f, 0x4d, 0x9c, 0x34, 0xde, 0x8d, 0xf9, 0x48, 0x08, 0x41, 0xd6, 0x7f, 0xcf, 0x41, 0x4d, 0x9e, - 0x9d, 0x6f, 0x6d, 0xce, 0xef, 0x18, 0x91, 0x79, 0xa4, 0x7e, 0x26, 0x81, 0x78, 0x77, 0x61, 0x7e, - 0x28, 0x04, 0x22, 0x21, 0xb0, 0xa7, 0x6c, 0xf9, 0x4d, 0x05, 0x96, 0xf2, 0xc8, 0x03, 0x58, 0x44, - 0xf1, 0x24, 0x72, 0x62, 0x6f, 0xe0, 0xa8, 0x42, 0x19, 0x05, 0xb7, 0x40, 0x45, 0x47, 0xde, 0x60, - 0x4f, 0x16, 0x88, 0x5b, 0x3a, 0x8a, 0xdd, 0x53, 0x2e, 0x45, 0x5f, 0xfa, 0xb0, 0xda, 0xb0, 0x3c, - 0x21, 0xab, 0x2b, 0x3d, 0xe3, 0x1f, 0x36, 0x60, 0x65, 0xaa, 0x48, 0xea, 0x1b, 0xda, 0x86, 0x3d, - 0xf0, 0x86, 0xc7, 0x81, 0x36, 0x37, 0xe5, 0x0c, 0x1b, 0xf6, 0xae, 0x28, 0x51, 0xe6, 0x26, 0x0e, - 0xd7, 0x15, 0x41, 0xa0, 0xbd, 0x48, 0x8b, 0xf3, 0x79, 0x14, 0x36, 0xdf, 0x4b, 0x33, 0xaa, 0xc9, - 0xee, 0x14, 0xdc, 0xbc, 0xfe, 0x16, 0x47, 0x53, 0xb0, 0x88, 0x9d, 0x40, 0x5b, 0xd3, 0x9d, 0x94, - 0x8f, 0x0c, 0xdd, 0x44, 0xf4, 0xf4, 0xce, 0x0b, 0x7a, 0x4a, 0x19, 0x22, 0xec, 0x65, 0x45, 0xae, - 0xd4, 0x98, 0xee, 0xe7, 0x1c, 0x5e, 0x55, 0xfd, 0xa0, 0xac, 0x33, 0xdd, 0x5b, 0xf1, 0xa5, 0xe6, - 0x85, 0x06, 0x96, 0x74, 0x97, 0x37, 0x65, 0xc3, 0xba, 0xc8, 0xec, 0xf7, 0x0c, 0x96, 0x2f, 0x5c, - 0x2f, 0x56, 0xf3, 0x33, 0xd4, 0xa2, 0x12, 0xf6, 0xf7, 0xf8, 0x05, 0xfd, 0x7d, 0x4e, 0x95, 0x53, - 0xd2, 0xdf, 0xd2, 0xc5, 0x34, 0x30, 0xea, 0xfc, 0xe7, 0x3c, 0x34, 0xd3, 0xad, 0x88, 0x43, 0x2d, - 0xf9, 0x90, 0x92, 0x27, 0xa4, 0x3c, 0x2e, 0xcd, 0xa0, 0xfb, 0x24, 0x47, 0x4c, 0x1b, 0x68, 0xf3, - 0x19, 0x06, 0x5a, 0xd3, 0x2e, 0x5a, 0x78, 0x91, 0xef, 0xa7, 0xf8, 0x52, 0xbe, 0x9f, 0x52, 0x96, - 0xef, 0x67, 0xb6, 0xc3, 0x60, 0xee, 0x5b, 0x39, 0x0c, 0xca, 0xb3, 0x1d, 0x06, 0x9d, 0xbf, 0xce, - 0x01, 0x9b, 0xa6, 0x54, 0xf6, 0x29, 0xd9, 0xa2, 0x7d, 0x3e, 0x90, 0x5c, 0xec, 0xdd, 0x97, 0xa3, - 0x76, 0xb5, 0x41, 0xaa, 0x36, 0x7b, 0x08, 0x8b, 0x66, 0xdc, 0xac, 0xa9, 0xaa, 0x34, 0x6c, 0x66, - 0x16, 0x25, 0x0a, 0xad, 0xe1, 0xf8, 0x2a, 0xbe, 0xd0, 0xf1, 0x55, 0x7a, 0xa1, 0xe3, 0x6b, 0x2e, - 0xed, 0xf8, 0xea, 0xfc, 0x9d, 0x1c, 0x2c, 0x66, 0x10, 0xd5, 0x2f, 0x6f, 0xce, 0x82, 0x16, 0x52, - 0x2c, 0x26, 0x2f, 0x69, 0xc1, 0xe0, 0x2e, 0x9d, 0xaf, 0xa0, 0x91, 0x3a, 0x44, 0xbf, 0xbc, 0xee, - 0x27, 0x15, 0x2d, 0x22, 0x65, 0x53, 0xd1, 0xea, 0xfc, 0x65, 0x1e, 0xd8, 0xf4, 0x39, 0xfe, 0x55, - 0x0e, 0x61, 0x7a, 0x91, 0x0a, 0xd3, 0x8b, 0xf4, 0xff, 0xee, 0x5e, 0x79, 0x1b, 0x16, 0x64, 0xac, - 0xbf, 0xe1, 0x78, 0x20, 0x42, 0x69, 0xe9, 0x02, 0x35, 0x8a, 0x0f, 0x27, 0x7d, 0x8e, 0x95, 0x54, - 0x78, 0xb3, 0x71, 0xb1, 0xa6, 0x5d, 0x8f, 0x56, 0x07, 0xda, 0x72, 0x69, 0xa6, 0x4d, 0x75, 0xbf, - 0x57, 0xd4, 0x5a, 0x32, 0x16, 0x4a, 0xa1, 0xf8, 0xbb, 0x50, 0x37, 0x2f, 0x1b, 0xb9, 0x0f, 0x13, - 0x1e, 0x27, 0x21, 0x0e, 0x07, 0xc6, 0x69, 0x5d, 0x07, 0xf2, 0x23, 0xf4, 0x75, 0x35, 0x92, 0x20, - 0x9e, 0x63, 0x78, 0x46, 0xe1, 0x28, 0xb5, 0xf9, 0xff, 0x1f, 0x34, 0xd3, 0x76, 0x2b, 0x29, 0xea, - 0x65, 0x49, 0x87, 0xa2, 0x76, 0xca, 0x90, 0xc5, 0x7e, 0x03, 0x5a, 0x93, 0x76, 0x2f, 0x19, 0x7b, - 0x39, 0xa3, 0xfe, 0xbc, 0x97, 0x36, 0x85, 0xb1, 0x6d, 0x58, 0xca, 0xba, 0x6e, 0x71, 0x57, 0x66, - 0xab, 0x05, 0x6c, 0xfa, 0x4a, 0x65, 0x1f, 0x49, 0xf3, 0x66, 0x29, 0xcb, 0x11, 0x63, 0x2c, 0xf6, - 0x03, 0xfa, 0xcf, 0x30, 0x74, 0x9e, 0x03, 0x24, 0x30, 0xd6, 0x82, 0xfa, 0xc1, 0xe1, 0xe6, 0xbe, - 0xb3, 0xbe, 0xbd, 0xba, 0xbf, 0xbf, 0xb9, 0xdb, 0xba, 0xc6, 0x18, 0x34, 0xd1, 0x83, 0xb2, 0xa1, - 0x61, 0x39, 0x01, 0x93, 0xb6, 0x5f, 0x05, 0xcb, 0xb3, 0x25, 0x68, 0xed, 0xec, 0x4f, 0x40, 0x0b, - 0xac, 0x0d, 0x4b, 0x87, 0x9b, 0xe4, 0x74, 0x49, 0xb5, 0x5b, 0x14, 0x22, 0x9c, 0x9c, 0xae, 0x10, - 0xe1, 0x28, 0x53, 0x44, 0x52, 0x9f, 0x92, 0x6c, 0x7e, 0x3f, 0x07, 0xd7, 0x27, 0x0a, 0x92, 0xf8, - 0x5f, 0x92, 0x6b, 0xd2, 0x12, 0x4d, 0x1d, 0x81, 0x8a, 0x86, 0xdf, 0x86, 0x05, 0xad, 0xea, 0x4d, - 0xf0, 0xa5, 0x96, 0x2e, 0x50, 0xc8, 0x0f, 0x61, 0xd1, 0xd0, 0x18, 0x27, 0x4e, 0x28, 0x33, 0x8a, - 0x64, 0x05, 0x6b, 0x45, 0xc7, 0x59, 0x4e, 0x8c, 0xba, 0x4f, 0xe9, 0x27, 0x66, 0x41, 0x62, 0xfd, - 0x4d, 0x8f, 0x57, 0x7d, 0x0a, 0x55, 0x3e, 0x45, 0x08, 0xe9, 0xd1, 0x9a, 0x1b, 0xae, 0xba, 0xff, - 0xc3, 0x39, 0x60, 0x9f, 0x8d, 0x79, 0x78, 0x85, 0xf1, 0xbd, 0xd1, 0x8b, 0x02, 0x5e, 0x94, 0x5a, - 0x94, 0x7f, 0xa9, 0x18, 0xfe, 0xac, 0x18, 0xfa, 0xe2, 0x8b, 0x63, 0xe8, 0x4b, 0x2f, 0x8a, 0xa1, - 0x7f, 0x1d, 0x1a, 0xde, 0xa9, 0x1f, 0x08, 0x06, 0x24, 0x64, 0x93, 0xa8, 0x3d, 0x77, 0xa7, 0x70, - 0xaf, 0x6e, 0xd7, 0x25, 0x50, 0x48, 0x26, 0x11, 0xfb, 0x24, 0x41, 0xe2, 0xfd, 0x53, 0xcc, 0xf7, - 0x30, 0x59, 0xcf, 0x66, 0xff, 0x94, 0x4b, 0x2d, 0x10, 0xed, 0x22, 0xaa, 0xb2, 0x80, 0x47, 0xec, - 0x0d, 0x68, 0x46, 0xc1, 0x58, 0x88, 0x7a, 0x6a, 0x19, 0xc8, 0x3e, 0x5c, 0x27, 0xe8, 0xa1, 0x72, - 0x06, 0x2c, 0x8e, 0x23, 0xee, 0x0c, 0xbd, 0x28, 0x12, 0x17, 0x74, 0x2f, 0xf0, 0xe3, 0x30, 0x18, - 0x48, 0x93, 0xef, 0xc2, 0x38, 0xe2, 0x7b, 0x54, 0xb2, 0x4e, 0x05, 0xec, 0xfd, 0x64, 0x48, 0x23, - 0xd7, 0x0b, 0xa3, 0x36, 0xe0, 0x90, 0xd4, 0x4c, 0x51, 0xa2, 0x72, 0xbd, 0x50, 0x8f, 0x45, 0x7c, - 0x44, 0x13, 0xb1, 0xfd, 0xb5, 0xc9, 0xd8, 0xfe, 0x9f, 0x64, 0xc7, 0xf6, 0x37, 0xb0, 0xe9, 0x47, - 0xb2, 0xe9, 0xe9, 0x2d, 0xfe, 0x46, 0x21, 0xfe, 0xd3, 0x29, 0x0b, 0xcd, 0x6f, 0x92, 0xb2, 0x30, - 0x9f, 0x95, 0xb2, 0xf0, 0x1e, 0xd4, 0x30, 0x98, 0xdc, 0x39, 0xf3, 0xfc, 0x58, 0x99, 0xb0, 0x5b, - 0x66, 0xb4, 0xf9, 0xb6, 0x50, 0xa6, 0x21, 0x54, 0x7f, 0x46, 0xd3, 0xd9, 0x03, 0x0b, 0xbf, 0xc2, - 0xec, 0x01, 0x19, 0xf4, 0xfe, 0x00, 0x2a, 0x6a, 0x9f, 0x18, 0x83, 0xe2, 0x49, 0x18, 0x0c, 0x95, - 0x69, 0x4f, 0xfc, 0xcd, 0x9a, 0x90, 0x8f, 0x03, 0x59, 0x39, 0x1f, 0x07, 0xd6, 0x6f, 0x41, 0xcd, - 0x20, 0x35, 0xf6, 0x1a, 0x19, 0x11, 0x84, 0xb4, 0x2c, 0xb5, 0x64, 0x5a, 0xc5, 0xaa, 0x84, 0xee, - 0xf4, 0x05, 0xbf, 0xe9, 0x7b, 0x21, 0xc7, 0x3c, 0x1f, 0x27, 0xe4, 0xe7, 0x3c, 0x8c, 0x94, 0xa9, - 0xb5, 0xa5, 0x0b, 0x6c, 0x82, 0x5b, 0x7f, 0x13, 0x16, 0x53, 0x7b, 0x2b, 0x59, 0xc4, 0x1b, 0x30, - 0x87, 0xeb, 0xa6, 0x5c, 0x61, 0xe9, 0x28, 0x7e, 0x59, 0x86, 0x09, 0x9c, 0x64, 0x25, 0x76, 0x46, - 0x61, 0x70, 0x8c, 0x9d, 0xe4, 0xec, 0x9a, 0x84, 0x1d, 0x86, 0xc1, 0xb1, 0xf5, 0xf3, 0x02, 0x14, - 0xb6, 0x83, 0x91, 0x19, 0x61, 0x91, 0x9b, 0x8a, 0xb0, 0x90, 0x2a, 0x80, 0xa3, 0x45, 0x7c, 0x29, - 0xb5, 0xa1, 0x7d, 0x54, 0x89, 0xf9, 0xf7, 0xa0, 0x29, 0xf8, 0x44, 0x1c, 0x08, 0x1d, 0xea, 0xc2, - 0x0d, 0x29, 0xa6, 0xbf, 0x40, 0x87, 0xcf, 0x1d, 0xc6, 0x47, 0xc1, 0x16, 0xc1, 0xd9, 0x12, 0x14, - 0xb4, 0x00, 0x8b, 0xc5, 0xe2, 0x53, 0x28, 0xd7, 0x18, 0xdd, 0x76, 0x25, 0x7d, 0x3d, 0xf2, 0x8b, - 0xbd, 0x0b, 0x8b, 0xe9, 0x76, 0x89, 0x15, 0x49, 0x89, 0xc4, 0x6c, 0x18, 0x79, 0xd2, 0x0d, 0x10, - 0x7c, 0x84, 0x70, 0xa4, 0x5b, 0xf6, 0x84, 0x73, 0x2c, 0x32, 0x98, 0x5e, 0x25, 0xc5, 0xf4, 0x6e, - 0x43, 0x2d, 0x1e, 0x9c, 0x3b, 0x23, 0xf7, 0x6a, 0x10, 0xb8, 0x7d, 0x79, 0xbe, 0x21, 0x1e, 0x9c, - 0x1f, 0x12, 0x84, 0x3d, 0x04, 0x18, 0x8e, 0x46, 0xf2, 0xec, 0xa1, 0xb9, 0x31, 0x21, 0xe5, 0xbd, - 0xc3, 0x43, 0x22, 0x39, 0xbb, 0x3a, 0x1c, 0x8d, 0xe8, 0x4f, 0xb6, 0x01, 0xcd, 0xcc, 0x5c, 0x9c, - 0x5b, 0x2a, 0x18, 0x2b, 0x18, 0x3d, 0xc8, 0x38, 0x9c, 0x8d, 0x9e, 0x09, 0xeb, 0xfc, 0x06, 0xb0, - 0x5f, 0x30, 0x23, 0xe6, 0x08, 0xaa, 0x7a, 0x7c, 0x66, 0x42, 0x09, 0x86, 0x57, 0xd6, 0x52, 0x09, - 0x25, 0xab, 0xfd, 0x7e, 0x28, 0xf8, 0x22, 0x5d, 0x98, 0x9a, 0xe5, 0x83, 0x71, 0x63, 0xae, 0x12, - 0xdf, 0xb7, 0xfe, 0x22, 0x07, 0x25, 0xca, 0x6e, 0x79, 0x13, 0xe6, 0x09, 0x5f, 0x47, 0xab, 0x48, - 0x0f, 0x11, 0xdd, 0xbb, 0x47, 0x32, 0x50, 0x45, 0x1c, 0x0b, 0x23, 0x33, 0x2f, 0xaf, 0x77, 0xde, - 0xc8, 0xce, 0xbb, 0x0d, 0x55, 0xdd, 0xb5, 0x41, 0x3a, 0x15, 0xd5, 0x33, 0x7b, 0x15, 0x8a, 0x67, - 0xc1, 0x48, 0xe9, 0xe2, 0x90, 0xac, 0xa4, 0x8d, 0xf0, 0x64, 0x2c, 0xa2, 0x0f, 0x1a, 0xbc, 0xd4, - 0x21, 0x75, 0x27, 0x48, 0x06, 0xd3, 0x73, 0x9c, 0xcb, 0x98, 0xe3, 0x53, 0x98, 0x17, 0x7c, 0xc0, - 0xf0, 0xd4, 0xce, 0xbe, 0x34, 0xdf, 0x12, 0x12, 0x5e, 0x6f, 0x30, 0xee, 0x73, 0xd3, 0x12, 0x82, - 0xa1, 0x13, 0x12, 0xae, 0xd4, 0x03, 0xeb, 0x0f, 0x73, 0xc4, 0x5f, 0x44, 0xbb, 0xec, 0x1e, 0x14, - 0xc5, 0xfd, 0x36, 0x61, 0xa9, 0xd3, 0x71, 0xae, 0x02, 0xcf, 0x46, 0x0c, 0x4c, 0x67, 0x1d, 0x0f, - 0xd3, 0xad, 0x37, 0xec, 0x9a, 0x3f, 0x1e, 0x6a, 0x63, 0xc2, 0x77, 0xd4, 0xb4, 0x26, 0x14, 0x71, - 0x9a, 0xbd, 0x3e, 0xa6, 0x0f, 0x8c, 0x18, 0x8c, 0x62, 0xea, 0xc6, 0x54, 0x52, 0x60, 0xff, 0x94, - 0x1b, 0xb1, 0x17, 0x7f, 0x9c, 0x87, 0x46, 0x6a, 0x44, 0x18, 0x84, 0x22, 0x2e, 0x00, 0xb2, 0x02, - 0xcb, 0xfd, 0x06, 0x01, 0x92, 0x82, 0xba, 0xb1, 0x4e, 0xf9, 0xd4, 0x3a, 0x69, 0x9f, 0x74, 0xc1, - 0xf4, 0x49, 0x3f, 0x82, 0x6a, 0x92, 0x91, 0x99, 0x1e, 0x92, 0xe8, 0x4f, 0x45, 0xfb, 0x26, 0x48, - 0x89, 0x17, 0xbb, 0x64, 0x7a, 0xb1, 0xbf, 0x6f, 0x38, 0x3d, 0xe7, 0xb0, 0x19, 0x2b, 0x6b, 0x45, - 0x7f, 0x35, 0x41, 0x11, 0x9f, 0x40, 0xcd, 0x18, 0xbc, 0xe9, 0xdc, 0xcc, 0xa5, 0x9c, 0x9b, 0x3a, - 0x2e, 0x3f, 0x9f, 0xc4, 0xe5, 0x5b, 0xbf, 0x93, 0x87, 0x86, 0x38, 0x5f, 0x9e, 0x7f, 0x7a, 0x18, - 0x0c, 0xbc, 0x1e, 0x5a, 0x85, 0xf5, 0x09, 0x93, 0x82, 0x96, 0x3a, 0x67, 0xf2, 0x88, 0x91, 0x9c, - 0x65, 0xa6, 0x1f, 0x11, 0x93, 0xd6, 0xe9, 0x47, 0x16, 0x34, 0x04, 0x63, 0x3c, 0x76, 0x23, 0x6e, - 0xe4, 0x8b, 0xda, 0xb5, 0x13, 0xce, 0xd7, 0xdc, 0x88, 0x38, 0xe4, 0xbb, 0xb0, 0x28, 0x70, 0x30, - 0xf3, 0x62, 0xe8, 0x0d, 0x06, 0x1e, 0x61, 0x92, 0xa9, 0xa1, 0x75, 0xc2, 0xb9, 0xed, 0xc6, 0x7c, - 0x4f, 0x14, 0xc8, 0xf4, 0xd2, 0x4a, 0xdf, 0x8b, 0xdc, 0xe3, 0x24, 0x54, 0x48, 0x7f, 0xa3, 0x2f, - 0xc7, 0xbd, 0x34, 0x7c, 0x39, 0x94, 0x82, 0x55, 0x1b, 0xba, 0x97, 0xda, 0x97, 0x33, 0x41, 0x49, - 0xe5, 0x49, 0x4a, 0xb2, 0xfe, 0x5b, 0x1e, 0x6a, 0x06, 0x59, 0xbe, 0xcc, 0xed, 0x7a, 0x6b, 0xca, - 0x8a, 0x5f, 0x35, 0x0d, 0xf6, 0xaf, 0xa7, 0xbb, 0x44, 0x97, 0x2f, 0x25, 0xb2, 0x1a, 0x04, 0x7c, - 0x13, 0xaa, 0xe2, 0xd4, 0xbd, 0x87, 0x46, 0x31, 0x99, 0x86, 0x8d, 0x80, 0xc3, 0xf1, 0xb1, 0x2a, - 0x7c, 0x8c, 0x85, 0xa5, 0xa4, 0xf0, 0xb1, 0x28, 0x7c, 0x5e, 0x7c, 0xe0, 0x87, 0x50, 0x97, 0xad, - 0xe2, 0x9e, 0xe2, 0x74, 0x93, 0x53, 0x9f, 0xda, 0x6f, 0xbb, 0x46, 0xdd, 0xd1, 0xe6, 0xcb, 0x8a, - 0x8f, 0x55, 0xc5, 0xca, 0x8b, 0x2a, 0x3e, 0xa6, 0x0f, 0x6b, 0x4b, 0x87, 0x5c, 0x62, 0xb8, 0x81, - 0xe2, 0x63, 0x0f, 0x61, 0x51, 0xb1, 0xab, 0xb1, 0xef, 0xfa, 0x7e, 0x30, 0xf6, 0x7b, 0x5c, 0x05, - 0xec, 0x33, 0x59, 0xf4, 0x34, 0x29, 0xb1, 0xfa, 0x3a, 0xa3, 0x8b, 0xc2, 0x16, 0xee, 0x43, 0x89, - 0xe4, 0x72, 0x12, 0x3e, 0xb2, 0x19, 0x17, 0xa1, 0xb0, 0x7b, 0x50, 0x22, 0xf1, 0x3c, 0x3f, 0x93, - 0xd9, 0x10, 0x82, 0xf5, 0x00, 0xe6, 0x51, 0xc4, 0x34, 0x38, 0xee, 0xf3, 0xa4, 0x12, 0x6b, 0x09, - 0xd8, 0x3e, 0x1d, 0x22, 0x33, 0x9c, 0xe6, 0x7f, 0x15, 0xa0, 0x66, 0x80, 0x05, 0x5b, 0xc4, 0x00, - 0x0c, 0xa7, 0xef, 0xb9, 0x43, 0xae, 0x7c, 0x0f, 0x0d, 0xbb, 0x81, 0xd0, 0x0d, 0x09, 0x14, 0x97, - 0x82, 0x7b, 0x7e, 0xea, 0x04, 0xe3, 0xd8, 0xe9, 0xf3, 0xd3, 0x90, 0x73, 0x29, 0x2c, 0xd5, 0xdd, - 0xf3, 0xd3, 0x83, 0x71, 0xbc, 0x81, 0x30, 0x81, 0x25, 0x88, 0xda, 0xc0, 0x92, 0x31, 0x03, 0x43, - 0xf7, 0x32, 0xc1, 0x92, 0x81, 0x2b, 0xb4, 0x44, 0x45, 0x1d, 0xb8, 0x42, 0x6a, 0xcb, 0x24, 0x27, - 0x2f, 0x4d, 0x73, 0xf2, 0xf7, 0x61, 0x99, 0x38, 0xb9, 0xe4, 0x11, 0xce, 0x04, 0x49, 0x2d, 0x61, - 0xa9, 0x9c, 0xa4, 0x21, 0x7f, 0xb5, 0xc4, 0x0c, 0xd4, 0xf9, 0x88, 0xbc, 0x9f, 0xd2, 0x89, 0xca, - 0xd9, 0x62, 0x66, 0xb2, 0xf1, 0xae, 0xf7, 0x53, 0x2e, 0x30, 0xd1, 0x31, 0x6a, 0x62, 0xca, 0x30, - 0xd4, 0xa1, 0xe7, 0x4f, 0x62, 0xba, 0x97, 0x69, 0xcc, 0xaa, 0xc4, 0x74, 0x2f, 0x4d, 0xcc, 0x0f, - 0x60, 0x65, 0xc8, 0xfb, 0x9e, 0x9b, 0x6e, 0xd6, 0x49, 0x24, 0x88, 0x25, 0x2a, 0x36, 0xea, 0x74, - 0x49, 0x83, 0x14, 0xab, 0xf1, 0xd3, 0x60, 0x78, 0xec, 0xd1, 0xe5, 0x49, 0xae, 0xda, 0xa2, 0xdd, - 0xf4, 0xc7, 0xc3, 0x1f, 0x21, 0x58, 0x54, 0x89, 0xac, 0x06, 0xd4, 0xba, 0x71, 0x30, 0x52, 0xdb, - 0xdc, 0x84, 0x3a, 0x7d, 0xca, 0x74, 0x8c, 0x9b, 0x70, 0x03, 0x69, 0xf3, 0x28, 0x18, 0x05, 0x83, - 0xe0, 0xf4, 0x2a, 0x65, 0x50, 0xfa, 0x1f, 0x39, 0x58, 0x4c, 0x95, 0xca, 0x73, 0xfe, 0x3e, 0x1d, - 0x2c, 0x1d, 0x53, 0x4f, 0xe4, 0xbc, 0x60, 0x5c, 0x3e, 0x84, 0x48, 0xa7, 0x4a, 0xc5, 0xd9, 0xaf, - 0x26, 0xb9, 0xa0, 0xaa, 0x22, 0xd1, 0x76, 0x7b, 0x9a, 0xb6, 0x65, 0x7d, 0x95, 0x25, 0xaa, 0x9a, - 0xf8, 0xff, 0x65, 0xa8, 0x70, 0x5f, 0x4e, 0xb9, 0x90, 0x0e, 0x86, 0x34, 0x8d, 0x4f, 0x6a, 0x04, - 0x89, 0x45, 0x2a, 0xb2, 0xfe, 0x4d, 0x0e, 0x20, 0x19, 0x1d, 0x86, 0x63, 0xea, 0x0b, 0x94, 0x9e, - 0x59, 0x31, 0x2e, 0xcb, 0xd7, 0xa0, 0xae, 0x23, 0xc6, 0x92, 0x2b, 0xb9, 0xa6, 0x60, 0xe2, 0x5e, - 0xbe, 0x0b, 0xf3, 0xa7, 0x83, 0xe0, 0x18, 0x45, 0x27, 0x79, 0x81, 0x52, 0x52, 0x4a, 0x93, 0xc0, - 0xea, 0x5a, 0x4c, 0x2e, 0xf0, 0x62, 0x66, 0x50, 0x99, 0x79, 0x1d, 0x5b, 0xbf, 0x9b, 0xd7, 0xa1, - 0x33, 0xc9, 0x4a, 0x3c, 0x5f, 0xcf, 0xf8, 0x36, 0x1e, 0xd8, 0xe7, 0x79, 0x1e, 0x3e, 0x81, 0x66, - 0x48, 0xdc, 0x51, 0xb1, 0xce, 0xe2, 0x73, 0x58, 0x67, 0x23, 0x4c, 0x5d, 0xb9, 0x6f, 0x41, 0xcb, - 0xed, 0x9f, 0xf3, 0x30, 0xf6, 0xd0, 0x58, 0x8b, 0x82, 0x9a, 0x0c, 0x56, 0x31, 0xe0, 0x28, 0x11, - 0xdd, 0x85, 0x79, 0x99, 0x22, 0xa4, 0x31, 0xe5, 0xa3, 0x03, 0x09, 0x58, 0x20, 0x5a, 0xff, 0x5e, - 0xc5, 0xea, 0xa4, 0x77, 0xf7, 0xf9, 0xab, 0x62, 0xce, 0x30, 0x3f, 0xed, 0x5b, 0x91, 0x84, 0x24, - 0x6d, 0xc0, 0x92, 0x1f, 0x11, 0x50, 0x5a, 0x80, 0xd3, 0xcb, 0x5a, 0x7c, 0x99, 0x65, 0xb5, 0xfe, - 0x34, 0x07, 0xe5, 0xed, 0x60, 0x24, 0xf4, 0x72, 0x21, 0xcf, 0xe1, 0x31, 0xd1, 0xe9, 0x79, 0x73, - 0xe2, 0x73, 0xa7, 0xff, 0xfc, 0xb0, 0xfc, 0x4c, 0x79, 0xa3, 0x91, 0x96, 0x37, 0xbe, 0x0f, 0x37, - 0xd1, 0x1b, 0x11, 0x06, 0xa3, 0x20, 0x14, 0x47, 0xd5, 0x1d, 0x90, 0xdc, 0x11, 0xf8, 0xf1, 0x99, - 0xe2, 0x9d, 0x37, 0x4e, 0x38, 0x3f, 0x34, 0x30, 0xf6, 0x34, 0x02, 0xe6, 0x9a, 0x0c, 0xe2, 0x73, - 0x87, 0x54, 0x45, 0x29, 0x18, 0x11, 0x47, 0x9d, 0x17, 0x05, 0x9b, 0x08, 0x47, 0xd1, 0xc8, 0xfa, - 0x08, 0xaa, 0xda, 0xea, 0xc0, 0xde, 0x86, 0xea, 0x59, 0x30, 0x92, 0xa6, 0x89, 0x5c, 0x2a, 0x75, - 0x41, 0xce, 0xda, 0xae, 0x9c, 0xd1, 0x1f, 0x91, 0xf5, 0xf3, 0x32, 0x94, 0x77, 0xfc, 0xf3, 0xc0, - 0xeb, 0x61, 0xb4, 0xcf, 0x90, 0x0f, 0x03, 0x95, 0xa7, 0x28, 0xfe, 0x46, 0x8f, 0x7e, 0xf2, 0x74, - 0x40, 0x41, 0x7a, 0xf4, 0xf5, 0xa3, 0x01, 0xd7, 0x61, 0x2e, 0x34, 0x73, 0xff, 0x4b, 0x21, 0xc6, - 0x1f, 0x6a, 0xa5, 0xad, 0x64, 0xe4, 0x79, 0x8a, 0xb6, 0x28, 0x27, 0x1d, 0x97, 0x8c, 0x72, 0x4f, - 0xaa, 0x08, 0xc1, 0x05, 0x7b, 0x05, 0xca, 0x32, 0x53, 0x80, 0xe2, 0xae, 0x29, 0x60, 0x50, 0x82, - 0x90, 0x1a, 0x42, 0x4e, 0xde, 0x24, 0x2d, 0x51, 0x09, 0x3d, 0x5d, 0x02, 0x37, 0x04, 0xad, 0xdd, - 0x86, 0x1a, 0xe1, 0x13, 0x4a, 0x45, 0xc6, 0xe7, 0x20, 0x08, 0x11, 0x32, 0x9e, 0xd0, 0xa8, 0x66, - 0x3e, 0xa1, 0x81, 0xe1, 0x5c, 0x9a, 0xcb, 0xd2, 0x14, 0x81, 0x1e, 0x4e, 0x30, 0xe0, 0xea, 0xfd, - 0x18, 0xa9, 0xdc, 0x53, 0x1a, 0x95, 0x52, 0xee, 0x5f, 0x87, 0xc6, 0x89, 0x3b, 0x18, 0x1c, 0xbb, - 0xbd, 0x67, 0xa4, 0x93, 0xd6, 0xc9, 0x0c, 0xa7, 0x80, 0xa8, 0x94, 0xde, 0x86, 0x9a, 0xb1, 0xcb, - 0x18, 0x7c, 0x53, 0xb4, 0x21, 0xd9, 0xdf, 0x49, 0x53, 0x53, 0xf3, 0x25, 0x4c, 0x4d, 0x46, 0x10, - 0xd2, 0x7c, 0x3a, 0x08, 0xe9, 0x26, 0x72, 0x53, 0x19, 0xa8, 0xd2, 0xa2, 0x2c, 0x7d, 0xb7, 0xdf, - 0xc7, 0x40, 0x15, 0x7a, 0x12, 0x0b, 0x17, 0x8f, 0xca, 0x17, 0x48, 0xa8, 0x25, 0x18, 0xa1, 0xdc, - 0x22, 0x7b, 0xe9, 0xc8, 0xf5, 0xfa, 0x18, 0xf4, 0x49, 0x6a, 0x6c, 0xd9, 0x1d, 0xc6, 0x87, 0xae, - 0xd7, 0x67, 0x77, 0xa0, 0xae, 0x8a, 0xf1, 0x76, 0x5c, 0xa4, 0xf5, 0x97, 0xc5, 0xe2, 0x4e, 0xb4, - 0xa0, 0xa1, 0x31, 0x86, 0x49, 0x2e, 0x54, 0x4d, 0xa2, 0x20, 0x1d, 0xbc, 0x87, 0xce, 0xff, 0x98, - 0x63, 0xc6, 0x53, 0xf3, 0xf1, 0x4d, 0x39, 0x57, 0x49, 0xa5, 0xea, 0x7f, 0x8c, 0x74, 0xb0, 0x09, - 0x53, 0x08, 0x62, 0xe4, 0xa2, 0x59, 0x4e, 0x09, 0x62, 0x12, 0x15, 0x5d, 0x34, 0x84, 0xc0, 0x3e, - 0x32, 0x14, 0xa9, 0x36, 0x22, 0xbf, 0x32, 0xd1, 0xfe, 0x0c, 0x15, 0x4a, 0x50, 0xaf, 0x17, 0x89, - 0x5b, 0x26, 0xe2, 0x7e, 0x1f, 0x13, 0xa0, 0x2a, 0x76, 0xd5, 0x8b, 0x9e, 0x10, 0xe0, 0x97, 0xab, - 0x61, 0xad, 0x42, 0xdd, 0x9c, 0x26, 0xab, 0x40, 0xf1, 0xe0, 0x70, 0x73, 0xbf, 0x75, 0x8d, 0xd5, - 0xa0, 0xdc, 0xdd, 0x3c, 0x3a, 0xda, 0xdd, 0xdc, 0x68, 0xe5, 0x58, 0x1d, 0x2a, 0x3a, 0x8d, 0x23, - 0x2f, 0xbe, 0x56, 0xd7, 0xd7, 0x37, 0x0f, 0x8f, 0x36, 0x37, 0x5a, 0x85, 0x1f, 0x14, 0x2b, 0xf9, - 0x56, 0xc1, 0xfa, 0xf3, 0x02, 0xd4, 0x8c, 0x55, 0x78, 0x3e, 0x33, 0xbe, 0x05, 0x80, 0x2a, 0x4d, - 0x12, 0xc7, 0x54, 0xb4, 0xab, 0x02, 0x42, 0x9b, 0x6f, 0x1a, 0xcb, 0x0b, 0xf4, 0xfc, 0x83, 0x32, - 0x96, 0xbf, 0x0e, 0x0d, 0x7a, 0x49, 0xc1, 0x74, 0xd7, 0x95, 0xec, 0x3a, 0x01, 0x25, 0xab, 0xc6, - 0x3c, 0x30, 0x44, 0xc2, 0x0c, 0x01, 0x99, 0x57, 0x4d, 0x20, 0xcc, 0x11, 0xc0, 0x04, 0x8f, 0x28, - 0x18, 0x9c, 0x73, 0xc2, 0x20, 0x89, 0xb0, 0x26, 0x61, 0x47, 0x32, 0x11, 0x4d, 0xf2, 0x43, 0x23, - 0x11, 0xa9, 0x64, 0xd7, 0x09, 0x28, 0x3b, 0x7a, 0x57, 0x11, 0x50, 0x05, 0x09, 0x68, 0x65, 0x9a, - 0x1a, 0x52, 0xc4, 0xb3, 0x3b, 0x65, 0xcf, 0xaa, 0x22, 0x61, 0x7c, 0x67, 0xba, 0xde, 0x8b, 0xed, - 0x5a, 0xec, 0x6d, 0x60, 0xc3, 0xd1, 0xc8, 0xc9, 0xb0, 0x34, 0x15, 0xed, 0xf9, 0xe1, 0x68, 0x74, - 0x64, 0x18, 0x62, 0x7e, 0x09, 0x46, 0xb0, 0x2f, 0x81, 0xad, 0x8a, 0x03, 0x8c, 0x43, 0xd4, 0x26, - 0xd4, 0x84, 0x2d, 0xe7, 0x4c, 0xb6, 0x9c, 0xc1, 0xfd, 0xf2, 0x99, 0xdc, 0xef, 0x79, 0x7c, 0xc2, - 0xda, 0x82, 0xda, 0xa1, 0xf1, 0x4e, 0xcb, 0x1d, 0x71, 0x43, 0xa8, 0x17, 0x5a, 0xe8, 0xee, 0x20, - 0xe3, 0x56, 0x28, 0x1f, 0x66, 0x31, 0x46, 0x93, 0x37, 0x46, 0x63, 0xfd, 0xeb, 0x1c, 0xe5, 0xc0, - 0xeb, 0xc1, 0x27, 0x4f, 0xc3, 0x28, 0x3f, 0x50, 0x92, 0x2f, 0x58, 0x53, 0xfe, 0x1f, 0x99, 0xea, - 0x87, 0x43, 0x73, 0x82, 0x93, 0x93, 0x88, 0xab, 0xcc, 0x97, 0x1a, 0xc2, 0x0e, 0x10, 0xa4, 0x84, - 0x6f, 0x21, 0xe1, 0x7b, 0xd4, 0x7e, 0x24, 0x33, 0x60, 0x84, 0xf0, 0xbd, 0xe7, 0x5e, 0xca, 0x5e, - 0x23, 0x21, 0x82, 0x48, 0x43, 0xb5, 0xca, 0xf7, 0xd1, 0xdf, 0xd6, 0xbf, 0x90, 0x29, 0x8d, 0x93, - 0xeb, 0x7b, 0x1f, 0x2a, 0xba, 0xd5, 0xf4, 0x0d, 0xab, 0x30, 0x75, 0xb9, 0xb8, 0xc7, 0x51, 0x2b, - 0x4f, 0x8d, 0x98, 0x0e, 0x17, 0x3a, 0x1b, 0x76, 0x8c, 0x51, 0xbf, 0x03, 0xec, 0xc4, 0x0b, 0x27, - 0x91, 0xe9, 0xb0, 0xb5, 0xb0, 0xc4, 0xc0, 0xb6, 0x9e, 0xc2, 0xa2, 0xe2, 0x12, 0x86, 0x46, 0x90, - 0xde, 0xbc, 0xdc, 0x0b, 0x98, 0x7c, 0x7e, 0x8a, 0xc9, 0x5b, 0x3f, 0x2b, 0x42, 0x59, 0xbd, 0x79, - 0x94, 0xf5, 0x4e, 0x4f, 0x35, 0xfd, 0x4e, 0x4f, 0x3b, 0xf5, 0xa6, 0x03, 0x6e, 0xbd, 0xbc, 0xef, - 0xef, 0x4e, 0x5e, 0xd9, 0x86, 0xd1, 0x3c, 0x75, 0x6d, 0x2f, 0x43, 0x71, 0xe4, 0xc6, 0x67, 0x68, - 0x20, 0x23, 0xe2, 0xc1, 0x6f, 0x65, 0x4c, 0x2f, 0xa5, 0x8d, 0xe9, 0x59, 0x6f, 0x1a, 0x91, 0x48, - 0x3a, 0xf5, 0xa6, 0xd1, 0x4d, 0x20, 0xf9, 0xc2, 0x88, 0x87, 0xa9, 0x20, 0x40, 0xdc, 0x45, 0x69, - 0x71, 0xa4, 0x32, 0x29, 0x8e, 0xbc, 0xb4, 0xa8, 0xf0, 0x3e, 0xcc, 0x51, 0x3e, 0xb0, 0xcc, 0x6b, - 0x52, 0x17, 0x8a, 0x5c, 0x43, 0xf5, 0x3f, 0x05, 0xc1, 0xda, 0x12, 0xd7, 0x7c, 0x20, 0xa4, 0x96, - 0x7a, 0x20, 0xc4, 0x34, 0xf2, 0xd7, 0xd3, 0x46, 0xfe, 0x7b, 0xd0, 0xd2, 0x0b, 0x8a, 0x26, 0x33, - 0x3f, 0x92, 0x19, 0x1d, 0x4d, 0x05, 0x17, 0x5c, 0x72, 0x3f, 0x4a, 0x2e, 0xc4, 0x66, 0xea, 0x42, - 0x14, 0x3c, 0x6c, 0x35, 0x8e, 0xf9, 0x70, 0x14, 0xcb, 0x0b, 0x11, 0x63, 0xbe, 0xcd, 0x01, 0xa6, - 0x33, 0xfe, 0x1a, 0x50, 0xdd, 0xd9, 0x77, 0xb6, 0x76, 0x77, 0x3e, 0xdd, 0x3e, 0x6a, 0xe5, 0xc4, - 0x67, 0xf7, 0xe9, 0xfa, 0xfa, 0xe6, 0xe6, 0x06, 0xde, 0x38, 0x00, 0x73, 0x5b, 0xab, 0x3b, 0xe2, - 0xf6, 0x29, 0x58, 0x7f, 0x9d, 0x83, 0x9a, 0xd1, 0x3c, 0xfb, 0x40, 0xaf, 0x0a, 0xbd, 0x21, 0x71, - 0x6b, 0x7a, 0x08, 0x0f, 0x14, 0x2b, 0x36, 0x96, 0x45, 0xbf, 0xe0, 0x94, 0x9f, 0xf9, 0x82, 0x13, - 0x7b, 0x13, 0xe6, 0x5d, 0x6a, 0x41, 0xaf, 0x82, 0x34, 0x07, 0x4b, 0xb0, 0x5c, 0x04, 0x8c, 0x02, - 0x4b, 0xee, 0x13, 0x81, 0x57, 0x54, 0x81, 0x57, 0xfa, 0x4a, 0xd9, 0x8f, 0xac, 0xef, 0x01, 0x24, - 0x23, 0x49, 0x4f, 0xf9, 0x5a, 0x7a, 0xca, 0x39, 0x63, 0xca, 0x79, 0x6b, 0x83, 0x98, 0x83, 0x5c, - 0x3e, 0xed, 0x7f, 0x7e, 0x17, 0x94, 0x9d, 0xc9, 0xc1, 0xe8, 0xca, 0xd1, 0x80, 0xc7, 0x2a, 0xe3, - 0x71, 0x41, 0x96, 0xec, 0xe8, 0x02, 0x95, 0x80, 0x9c, 0xb4, 0x92, 0xf0, 0x18, 0x49, 0x68, 0x93, - 0x3c, 0x46, 0xa2, 0xda, 0xba, 0xdc, 0xea, 0x40, 0x7b, 0x83, 0x8b, 0xd6, 0x56, 0x07, 0x83, 0x89, - 0xe1, 0x58, 0x37, 0xe1, 0x46, 0x46, 0x99, 0x34, 0x2d, 0x7c, 0x06, 0xd7, 0x57, 0x29, 0xb9, 0xf1, - 0x97, 0x95, 0x61, 0x61, 0xb5, 0x61, 0x79, 0xb2, 0x49, 0xd9, 0xd9, 0x16, 0x2c, 0x6c, 0xf0, 0xe3, - 0xf1, 0xe9, 0x2e, 0x3f, 0x4f, 0x3a, 0x62, 0x50, 0x8c, 0xce, 0x82, 0x0b, 0xb9, 0x3e, 0xf8, 0xb7, - 0x38, 0x99, 0x03, 0x81, 0xe3, 0x44, 0x23, 0xde, 0x53, 0x76, 0x4e, 0x84, 0x74, 0x47, 0xbc, 0x67, - 0x7d, 0x00, 0xcc, 0x6c, 0x47, 0xae, 0x97, 0x90, 0xfd, 0xc7, 0xc7, 0x4e, 0x74, 0x15, 0xc5, 0x7c, - 0xa8, 0x1e, 0x1e, 0x81, 0x68, 0x7c, 0xdc, 0x25, 0x88, 0x75, 0x17, 0xea, 0x87, 0xee, 0x95, 0xcd, - 0xbf, 0x94, 0xb9, 0x03, 0x2b, 0x50, 0x1e, 0xb9, 0x57, 0xe2, 0x70, 0x6b, 0x97, 0x07, 0x16, 0x5b, - 0x7f, 0x54, 0x84, 0x39, 0xc2, 0x64, 0x77, 0xe8, 0x6d, 0x40, 0xcf, 0xc7, 0xc3, 0xa5, 0xd8, 0x9f, - 0x01, 0x9a, 0xe2, 0x90, 0xf9, 0x69, 0x0e, 0x29, 0xcd, 0x62, 0xea, 0x4d, 0x04, 0x65, 0x9c, 0xf6, - 0xc7, 0x43, 0xf5, 0x10, 0x02, 0x7b, 0x05, 0xaa, 0x49, 0x92, 0x56, 0x31, 0x79, 0xfb, 0x91, 0x52, - 0xb3, 0xd2, 0xee, 0xc3, 0x44, 0xc3, 0xa0, 0xd1, 0x29, 0xc6, 0x2f, 0x99, 0xa0, 0x09, 0xca, 0x54, - 0x63, 0xca, 0x2a, 0x2b, 0x25, 0xad, 0xc6, 0x4c, 0xa9, 0x2b, 0x95, 0x17, 0xab, 0x2b, 0x64, 0x2f, - 0x7b, 0x8e, 0xba, 0x02, 0x2f, 0xa1, 0xae, 0xbc, 0x84, 0xeb, 0xee, 0x06, 0x54, 0xf0, 0x36, 0x37, - 0x78, 0xa2, 0xb8, 0xc5, 0x05, 0x4f, 0xfc, 0xd0, 0x10, 0xe8, 0x29, 0x6e, 0xe0, 0x66, 0x72, 0x4c, - 0x6c, 0xfe, 0xe5, 0xaf, 0xc6, 0x25, 0xf2, 0x05, 0x94, 0x25, 0x54, 0x10, 0xb4, 0xef, 0x0e, 0xd5, - 0xb3, 0x32, 0xf8, 0xb7, 0x58, 0x36, 0x7c, 0x0b, 0xe3, 0xcb, 0xb1, 0x17, 0xf2, 0xbe, 0x7a, 0xbc, - 0xc0, 0xc3, 0x33, 0x2a, 0x20, 0x62, 0x82, 0x42, 0xb9, 0xf0, 0x83, 0x0b, 0x5f, 0xa6, 0x2e, 0x97, - 0xbd, 0xe8, 0x89, 0xf8, 0xb4, 0x18, 0xb4, 0xf0, 0x61, 0xa9, 0x51, 0x10, 0xaa, 0x2b, 0xc7, 0xfa, - 0x59, 0x0e, 0x5a, 0xf2, 0x74, 0xe9, 0x32, 0x53, 0xb6, 0x2f, 0xcd, 0x72, 0x73, 0x3f, 0xff, 0x29, - 0x02, 0x0b, 0x1a, 0x68, 0xd2, 0xd0, 0xf7, 0x0f, 0x99, 0x64, 0x6a, 0x02, 0xb8, 0x25, 0xef, 0xa0, - 0x57, 0xa1, 0xa6, 0x82, 0x2c, 0x87, 0xde, 0x40, 0x3d, 0xf3, 0x4a, 0x51, 0x96, 0x7b, 0xde, 0x40, - 0x5d, 0x5f, 0xa1, 0x2b, 0xb3, 0xa4, 0x72, 0x78, 0x7d, 0xd9, 0x6e, 0xcc, 0xad, 0xff, 0x92, 0x83, - 0x05, 0x63, 0x2a, 0xf2, 0xdc, 0x7e, 0x0c, 0x75, 0xfd, 0xa2, 0x1b, 0xd7, 0xf2, 0xd4, 0x4a, 0x9a, - 0xd1, 0x24, 0xd5, 0x6a, 0x3d, 0x0d, 0x89, 0xc4, 0x60, 0xfa, 0xee, 0x15, 0x8e, 0x37, 0x1a, 0x0f, - 0x95, 0xca, 0xd2, 0x77, 0xaf, 0xb6, 0x38, 0xef, 0x8e, 0x87, 0x42, 0x21, 0xbd, 0xe0, 0xfc, 0x99, - 0x46, 0x20, 0x49, 0x0a, 0x04, 0x4c, 0x62, 0x58, 0xd0, 0x18, 0x06, 0x7e, 0x7c, 0xa6, 0x51, 0xa4, - 0x2c, 0x89, 0x40, 0xc2, 0xb1, 0xfe, 0x67, 0x1e, 0x16, 0xc9, 0x70, 0x26, 0x0d, 0x96, 0x92, 0x75, - 0xb5, 0x61, 0x8e, 0x6c, 0x88, 0xc4, 0xbc, 0xb6, 0xaf, 0xd9, 0xf2, 0x9b, 0xbd, 0xff, 0x92, 0xc6, - 0x3e, 0x95, 0x88, 0x35, 0x63, 0xf9, 0x0b, 0xd3, 0xcb, 0x3f, 0x7b, 0x79, 0xb3, 0xfc, 0x68, 0xa5, - 0x2c, 0x3f, 0xda, 0xcb, 0x78, 0xaf, 0xa6, 0xb2, 0x95, 0xca, 0x12, 0xc7, 0xc8, 0x56, 0xfa, 0x00, - 0x56, 0x52, 0x38, 0xc8, 0xad, 0xbd, 0x13, 0x8f, 0xab, 0xcc, 0xf0, 0x25, 0x03, 0xbb, 0xab, 0xca, - 0xd6, 0xca, 0x50, 0x8a, 0x7a, 0xc1, 0x88, 0x5b, 0xcb, 0xb0, 0x94, 0x5e, 0x55, 0x79, 0x4d, 0xfc, - 0x41, 0x0e, 0xda, 0x32, 0xea, 0xc1, 0xf3, 0x4f, 0xb7, 0xbd, 0x28, 0x0e, 0x42, 0xfd, 0xf2, 0xd9, - 0x2d, 0x80, 0x28, 0x76, 0x43, 0xa9, 0x43, 0x92, 0x74, 0x5b, 0x45, 0x08, 0xea, 0x87, 0x37, 0xa0, - 0xc2, 0xfd, 0x3e, 0x15, 0x12, 0x35, 0x94, 0xb9, 0xdf, 0x57, 0xda, 0xe5, 0x94, 0x54, 0xdd, 0x48, - 0x2b, 0x0d, 0x32, 0x6d, 0x52, 0xac, 0x0e, 0x3f, 0xc7, 0x8b, 0xb7, 0xa8, 0xd3, 0x26, 0xf7, 0xdc, - 0x4b, 0x8c, 0x21, 0x8c, 0xac, 0x7f, 0x9a, 0x87, 0xf9, 0x64, 0x7c, 0x94, 0x73, 0x9d, 0xe2, 0xdf, - 0x72, 0x54, 0x09, 0xff, 0xbe, 0x23, 0xc9, 0xc1, 0x13, 0x52, 0xb9, 0x61, 0x4e, 0xac, 0xd0, 0xe1, - 0xdc, 0xf1, 0x99, 0x05, 0x35, 0x85, 0x11, 0x8c, 0x63, 0xe3, 0x01, 0xa2, 0x2a, 0xa1, 0x1c, 0x8c, - 0x63, 0xa1, 0x46, 0x09, 0x7d, 0xd2, 0xf3, 0xa5, 0x22, 0x53, 0x72, 0x87, 0xf1, 0x0e, 0xbe, 0x6b, - 0x2c, 0xc0, 0xa2, 0x1a, 0x6d, 0xa4, 0xc0, 0x12, 0xf8, 0x2d, 0x92, 0x9e, 0x69, 0xe7, 0x50, 0x72, - 0x36, 0x45, 0x4b, 0x7a, 0xe2, 0x51, 0x8b, 0x96, 0xaf, 0x42, 0x8d, 0x1a, 0x4f, 0x92, 0xd3, 0x8a, - 0x76, 0x15, 0x7b, 0xc0, 0x72, 0x69, 0xda, 0x09, 0xc6, 0x29, 0x85, 0x16, 0xa8, 0x2b, 0x0c, 0x2a, - 0xf8, 0x47, 0x39, 0xb8, 0x91, 0xb1, 0x6d, 0xf2, 0x94, 0xaf, 0xc3, 0xc2, 0x89, 0x2e, 0x54, 0xab, - 0x4b, 0x47, 0x7d, 0x59, 0xb1, 0xd5, 0xf4, 0x9a, 0xda, 0xad, 0x93, 0x34, 0x20, 0x51, 0xa5, 0x68, - 0x07, 0x53, 0xf9, 0x87, 0xa8, 0x4a, 0xd1, 0x36, 0x92, 0x16, 0x73, 0x08, 0x9d, 0xcd, 0x4b, 0xc1, - 0x31, 0xd6, 0xcd, 0x87, 0xb9, 0x15, 0x19, 0xa5, 0xcd, 0xc6, 0xb9, 0x97, 0x32, 0x1b, 0xf7, 0x29, - 0xcd, 0x4a, 0xb7, 0xf5, 0x6d, 0x1a, 0xc1, 0x0b, 0x54, 0xd4, 0xa1, 0x87, 0xc5, 0x55, 0x0e, 0x64, - 0x4f, 0x3f, 0x28, 0x6e, 0x45, 0x30, 0xbf, 0x37, 0x1e, 0xc4, 0x5e, 0xf2, 0xc6, 0x38, 0x7b, 0x5f, - 0xd6, 0xc1, 0x7e, 0xd4, 0xaa, 0x65, 0x76, 0x04, 0xba, 0x23, 0x5c, 0xac, 0xa1, 0x68, 0xc8, 0x99, - 0xee, 0x6f, 0x7e, 0x98, 0xee, 0xc1, 0xba, 0x01, 0x2b, 0xc9, 0x17, 0x2d, 0x9b, 0xba, 0x6a, 0xfe, - 0x55, 0x8e, 0x02, 0x96, 0xd3, 0xef, 0x9d, 0xb3, 0x4d, 0x58, 0x8c, 0x3c, 0xff, 0x74, 0xc0, 0xcd, - 0xe6, 0x23, 0xb9, 0x08, 0xd7, 0xd3, 0x63, 0x93, 0x6f, 0xa2, 0xdb, 0x0b, 0x54, 0x23, 0x69, 0x2d, - 0x62, 0x6b, 0xb3, 0x06, 0x99, 0x90, 0xc5, 0xc4, 0x6a, 0x4c, 0x0f, 0x7e, 0x07, 0x9a, 0xe9, 0x8e, - 0xd8, 0x87, 0x32, 0xc5, 0x30, 0x19, 0x55, 0x61, 0x22, 0x5b, 0x2c, 0x21, 0x88, 0x5a, 0xb2, 0xf6, - 0x91, 0xf5, 0x8f, 0x73, 0xd0, 0xb6, 0xb9, 0xa0, 0x5c, 0x63, 0x94, 0x8a, 0x66, 0x3e, 0x9e, 0x6a, - 0x75, 0xf6, 0x5c, 0x55, 0xe6, 0xa2, 0x1a, 0xd1, 0x3b, 0x33, 0x37, 0x63, 0xfb, 0xda, 0xd4, 0x8c, - 0xd6, 0x2a, 0x30, 0x47, 0x28, 0xd6, 0x0a, 0x5c, 0x97, 0xe3, 0x51, 0x63, 0x49, 0x7c, 0x82, 0xa9, - 0x1e, 0x53, 0x3e, 0xc1, 0x0e, 0xb4, 0xe9, 0x01, 0x3b, 0x73, 0x12, 0xb2, 0xe2, 0x06, 0xb0, 0x3d, - 0xb7, 0xe7, 0x86, 0x41, 0xe0, 0x1f, 0xf2, 0x50, 0x86, 0x7f, 0xa2, 0x84, 0x89, 0x2e, 0x33, 0x25, - 0x0a, 0xd3, 0x97, 0x7a, 0x76, 0x2d, 0xf0, 0x55, 0xb4, 0x0b, 0x7d, 0x59, 0x36, 0x2c, 0xae, 0xb9, - 0xcf, 0xb8, 0x6a, 0x49, 0x2d, 0xd1, 0x27, 0x50, 0x1b, 0xe9, 0x46, 0xd5, 0xba, 0xab, 0x3c, 0xe4, - 0xe9, 0x6e, 0x6d, 0x13, 0xdb, 0x7a, 0x0c, 0x4b, 0xe9, 0x36, 0x25, 0xeb, 0xe8, 0x40, 0x65, 0x28, - 0x61, 0x72, 0x74, 0xfa, 0xfb, 0xfe, 0xd7, 0x50, 0x33, 0x1e, 0x25, 0x64, 0x2b, 0xb0, 0xf8, 0xf9, - 0xce, 0xd1, 0xfe, 0x66, 0xb7, 0xeb, 0x1c, 0x3e, 0x5d, 0x7b, 0xb2, 0xf9, 0x85, 0xb3, 0xbd, 0xda, - 0xdd, 0x6e, 0x5d, 0x63, 0xcb, 0xc0, 0xf6, 0x37, 0xbb, 0x47, 0x9b, 0x1b, 0x29, 0x78, 0x8e, 0xbd, - 0x0a, 0x9d, 0xa7, 0xfb, 0x4f, 0xbb, 0x9b, 0x1b, 0x4e, 0x56, 0xbd, 0x3c, 0xbb, 0x05, 0x37, 0x64, - 0x79, 0x46, 0xf5, 0xc2, 0xfd, 0x4f, 0xa0, 0x35, 0x69, 0x55, 0x4c, 0x99, 0x61, 0x9f, 0x67, 0xaf, - 0xbd, 0xff, 0xef, 0x0a, 0x00, 0x49, 0xd8, 0x27, 0x6b, 0xc3, 0xd2, 0xc6, 0xea, 0xd1, 0xea, 0xee, - 0x81, 0x18, 0x84, 0x7d, 0x70, 0xb4, 0xb9, 0x7e, 0xe4, 0xd8, 0x9b, 0x9f, 0xb5, 0xae, 0x65, 0x96, - 0x1c, 0x1c, 0x0a, 0x7d, 0x7c, 0x05, 0x16, 0x77, 0xf6, 0x77, 0x8e, 0x76, 0x56, 0x77, 0x1d, 0xfb, - 0xe0, 0xe9, 0xce, 0xfe, 0xa7, 0xf4, 0xec, 0x48, 0x81, 0xdd, 0x86, 0x9b, 0x4f, 0x0f, 0xb7, 0xec, - 0x83, 0xfd, 0x23, 0xa7, 0xbb, 0xfd, 0xf4, 0x68, 0x03, 0x1f, 0x2d, 0x59, 0xb7, 0x77, 0x0e, 0xa9, - 0xcd, 0xe2, 0xf3, 0x10, 0x44, 0xd3, 0x25, 0xb1, 0x62, 0x9f, 0x1e, 0x74, 0xbb, 0x3b, 0x87, 0xce, - 0x67, 0x4f, 0x37, 0xed, 0x9d, 0xcd, 0x2e, 0x56, 0x9c, 0xcb, 0x80, 0x0b, 0xfc, 0x32, 0x5b, 0x80, - 0xc6, 0xd1, 0xee, 0x0f, 0x9d, 0x83, 0xfd, 0x9d, 0x83, 0x7d, 0x44, 0xad, 0xa4, 0x41, 0x02, 0xab, - 0xca, 0x3a, 0xb0, 0xbc, 0xf9, 0x9b, 0x47, 0x4e, 0x46, 0xcb, 0x30, 0xa3, 0x4c, 0xd4, 0xab, 0xb1, - 0x1b, 0x70, 0xbd, 0x7b, 0xb4, 0x7a, 0xb4, 0xb3, 0xee, 0xc8, 0x97, 0x8e, 0xc4, 0x26, 0x88, 0x6a, - 0xf5, 0xec, 0x22, 0x51, 0xab, 0xc1, 0x96, 0xa0, 0x75, 0xb8, 0xfa, 0xc5, 0xde, 0xe6, 0xfe, 0x91, - 0xb3, 0xba, 0xb1, 0x61, 0x63, 0x85, 0xe6, 0x14, 0x54, 0xe0, 0xce, 0x8b, 0x8d, 0xda, 0x3b, 0x3c, - 0x44, 0x94, 0x96, 0xfa, 0x10, 0x25, 0x0b, 0x8f, 0x7f, 0xb7, 0x00, 0x4d, 0x0a, 0xc1, 0xa7, 0x5f, - 0x74, 0xe0, 0x21, 0xdb, 0x83, 0xb2, 0xfc, 0x69, 0x10, 0x76, 0x5d, 0x3f, 0x3e, 0x61, 0xfe, 0x18, - 0x49, 0x67, 0x79, 0x12, 0x2c, 0x8f, 0xdf, 0xe2, 0xdf, 0xfe, 0xb3, 0xbf, 0xfc, 0x27, 0xf9, 0x06, - 0xab, 0x3d, 0x3c, 0x7f, 0xef, 0xe1, 0x29, 0xf7, 0x23, 0xd1, 0xc6, 0xdf, 0x00, 0x48, 0x7e, 0xf0, - 0x82, 0xb5, 0xb5, 0x29, 0x71, 0xe2, 0xd7, 0x40, 0x3a, 0x37, 0x32, 0x4a, 0x64, 0xbb, 0x37, 0xb0, - 0xdd, 0x45, 0xab, 0x29, 0xda, 0xf5, 0x7c, 0x2f, 0xa6, 0x1f, 0xbf, 0xf8, 0x38, 0x77, 0x9f, 0xf5, - 0xa1, 0x6e, 0xfe, 0x14, 0x05, 0x53, 0xae, 0xf8, 0x8c, 0x1f, 0xd3, 0xe8, 0xdc, 0xcc, 0x2c, 0x53, - 0x3c, 0x07, 0xfb, 0xb8, 0x6e, 0xb5, 0x44, 0x1f, 0x63, 0xc4, 0x48, 0x7a, 0x19, 0x10, 0x17, 0x4e, - 0x7e, 0x71, 0x82, 0xbd, 0x62, 0x70, 0xc6, 0xa9, 0xdf, 0xbb, 0xe8, 0xdc, 0x9a, 0x51, 0x2a, 0xfb, - 0xba, 0x85, 0x7d, 0xad, 0x58, 0x4c, 0xf4, 0xd5, 0x43, 0x1c, 0xf5, 0x7b, 0x17, 0x1f, 0xe7, 0xee, - 0x3f, 0xfe, 0x8b, 0x7b, 0x50, 0xd5, 0x21, 0x39, 0xec, 0xb7, 0xa1, 0x91, 0xca, 0x91, 0x60, 0x6a, - 0x1a, 0x59, 0x29, 0x15, 0x9d, 0x57, 0xb2, 0x0b, 0x65, 0xc7, 0xaf, 0x62, 0xc7, 0x6d, 0xb6, 0x2c, - 0x3a, 0x96, 0x39, 0x08, 0x0f, 0x31, 0x93, 0x88, 0x9e, 0xf2, 0x78, 0x66, 0xdc, 0x36, 0xd4, 0xd9, - 0x2b, 0x93, 0x37, 0x40, 0xaa, 0xb7, 0x5b, 0x33, 0x4a, 0x65, 0x77, 0xaf, 0x60, 0x77, 0xcb, 0x6c, - 0xc9, 0xec, 0x4e, 0x05, 0xd0, 0x30, 0x8e, 0xcf, 0xe7, 0x98, 0x3f, 0xc8, 0xc0, 0x6e, 0x25, 0x8f, - 0x9d, 0x64, 0xfc, 0x50, 0x83, 0x26, 0x91, 0xe9, 0x5f, 0x6b, 0xb0, 0xda, 0xd8, 0x15, 0x63, 0xb8, - 0x7d, 0xe6, 0xef, 0x31, 0xb0, 0x63, 0xa8, 0x19, 0x6f, 0x18, 0xb3, 0x1b, 0x33, 0xdf, 0x5b, 0xee, - 0x74, 0xb2, 0x8a, 0xb2, 0xa6, 0x62, 0xb6, 0xff, 0x50, 0xc8, 0x9e, 0x3f, 0x86, 0xaa, 0x7e, 0x19, - 0x97, 0xad, 0x18, 0x2f, 0x15, 0x9b, 0x2f, 0xf9, 0x76, 0xda, 0xd3, 0x05, 0x59, 0xc4, 0x67, 0xb6, - 0x2e, 0x88, 0xef, 0x73, 0xa8, 0x19, 0xaf, 0xdf, 0xea, 0x09, 0x4c, 0xbf, 0xb0, 0xab, 0x27, 0x90, - 0xf1, 0x58, 0xae, 0xb5, 0x80, 0x5d, 0xd4, 0x58, 0x15, 0xe9, 0x3b, 0xbe, 0x0c, 0x22, 0xb6, 0x0b, - 0xd7, 0xe5, 0xcd, 0x7a, 0xcc, 0xbf, 0xc9, 0x36, 0x64, 0xfc, 0x06, 0xc6, 0xa3, 0x1c, 0xfb, 0x04, - 0x2a, 0xea, 0x91, 0x63, 0xb6, 0x9c, 0xfd, 0x58, 0x73, 0x67, 0x65, 0x0a, 0x2e, 0xaf, 0xc1, 0x2f, - 0x00, 0x92, 0xa7, 0x76, 0x35, 0x93, 0x98, 0x7a, 0xba, 0x57, 0x53, 0xc0, 0xf4, 0xbb, 0xbc, 0xd6, - 0x32, 0x4e, 0xb0, 0xc5, 0x90, 0x49, 0xf8, 0xfc, 0x42, 0xbd, 0x23, 0xf6, 0x13, 0xa8, 0x19, 0xaf, - 0xed, 0xea, 0xe5, 0x9b, 0x7e, 0xa9, 0x57, 0x2f, 0x5f, 0xc6, 0xe3, 0xbc, 0x56, 0x07, 0x5b, 0x5f, - 0xb2, 0xe6, 0x45, 0xeb, 0x91, 0x77, 0xea, 0x0f, 0x09, 0x41, 0x6c, 0xd0, 0x19, 0x34, 0x52, 0x4f, - 0xea, 0xea, 0x13, 0x9a, 0xf5, 0x60, 0xaf, 0x3e, 0xa1, 0x99, 0xaf, 0xf0, 0x2a, 0x3a, 0xb3, 0x16, - 0x44, 0x3f, 0xe7, 0x88, 0x62, 0xf4, 0xf4, 0x23, 0xa8, 0x19, 0xcf, 0xe3, 0xea, 0xb9, 0x4c, 0xbf, - 0xc4, 0xab, 0xe7, 0x92, 0xf5, 0x9a, 0xee, 0x12, 0xf6, 0xd1, 0xb4, 0x90, 0x14, 0xf0, 0x95, 0x26, - 0xd1, 0xf6, 0x6f, 0x43, 0x33, 0xfd, 0x62, 0xae, 0x3e, 0xfb, 0x99, 0x4f, 0xef, 0xea, 0xb3, 0x3f, - 0xe3, 0x99, 0x5d, 0x49, 0xd2, 0xf7, 0x17, 0x75, 0x27, 0x0f, 0xbf, 0x92, 0xc1, 0xc5, 0x5f, 0xb3, - 0xcf, 0x04, 0x83, 0x93, 0x8f, 0x84, 0xb1, 0x15, 0x83, 0x6a, 0xcd, 0xa7, 0xc4, 0xf4, 0x79, 0x99, - 0x7a, 0x4f, 0x2c, 0x4d, 0xcc, 0xd8, 0x38, 0xfb, 0x14, 0x16, 0x35, 0x31, 0xeb, 0x57, 0xbf, 0x22, - 0x3d, 0x87, 0xcc, 0xb7, 0xc5, 0x3a, 0xad, 0xc9, 0xd2, 0x47, 0x39, 0xba, 0xfe, 0xf0, 0xad, 0x25, - 0xe3, 0xfa, 0x33, 0x1f, 0xfe, 0x32, 0xae, 0xbf, 0xd4, 0x93, 0x4c, 0x93, 0xd7, 0x5f, 0xec, 0x89, - 0x36, 0x7c, 0x98, 0x9f, 0x7c, 0x83, 0xeb, 0xd6, 0xac, 0x0c, 0x54, 0x6a, 0xfe, 0xd5, 0xe7, 0x27, - 0xa8, 0xa6, 0x59, 0x91, 0xe2, 0xa6, 0x0f, 0xa5, 0x0b, 0x91, 0xfd, 0x16, 0xd4, 0xcd, 0x27, 0x3f, - 0x99, 0xc9, 0x13, 0x26, 0x7b, 0xba, 0x99, 0x59, 0x96, 0xa6, 0x12, 0x56, 0x37, 0xbb, 0x61, 0x3f, - 0x84, 0x65, 0xbd, 0xcc, 0x66, 0xf6, 0x61, 0xc4, 0x6e, 0x67, 0xe4, 0x24, 0xa6, 0x16, 0xfb, 0xc6, - 0xcc, 0xa4, 0xc5, 0x47, 0x39, 0x41, 0x7d, 0xe9, 0xb7, 0x07, 0x93, 0x9b, 0x27, 0xeb, 0xc9, 0xc5, - 0xe4, 0xe6, 0xc9, 0x7c, 0xb0, 0x50, 0x51, 0x1f, 0x5b, 0x4c, 0xad, 0x11, 0x05, 0x57, 0xb1, 0x1f, - 0xc1, 0xbc, 0x91, 0x5a, 0xd9, 0xbd, 0xf2, 0x7b, 0xfa, 0x24, 0x4d, 0x3f, 0xec, 0xd3, 0xc9, 0xd2, - 0x45, 0xad, 0x15, 0x6c, 0x7f, 0xc1, 0x4a, 0x2d, 0x8e, 0x38, 0x45, 0xeb, 0x50, 0x33, 0xd3, 0x36, - 0x9f, 0xd3, 0xee, 0x8a, 0x51, 0x64, 0xbe, 0x21, 0xf3, 0x28, 0xc7, 0x76, 0xa1, 0x35, 0xf9, 0xe4, - 0x85, 0xe6, 0x29, 0x59, 0xcf, 0x74, 0x74, 0x26, 0x0a, 0x53, 0x0f, 0x65, 0xb0, 0x43, 0x0a, 0xcf, - 0xd5, 0x3f, 0x18, 0x11, 0x84, 0x93, 0xb7, 0x7a, 0xfa, 0x87, 0x24, 0x74, 0x6b, 0x59, 0x3f, 0x21, - 0x72, 0x2f, 0xf7, 0x28, 0xc7, 0x7e, 0x3f, 0x07, 0xf5, 0x54, 0x9a, 0x79, 0x2a, 0x00, 0x72, 0x62, - 0x9e, 0x6d, 0xb3, 0xcc, 0x9c, 0xa8, 0x65, 0xe3, 0x22, 0xee, 0xde, 0xff, 0x41, 0x6a, 0x93, 0xbe, - 0x4a, 0x99, 0x72, 0x1f, 0x4c, 0xfe, 0xa2, 0xc4, 0xd7, 0x93, 0x08, 0xe6, 0x7b, 0x4d, 0x5f, 0x3f, - 0xca, 0xb1, 0xff, 0x90, 0x83, 0x66, 0xda, 0x47, 0xa3, 0xa7, 0x9b, 0xe9, 0x0d, 0xd2, 0xa4, 0x34, - 0xc3, 0xb1, 0xf3, 0x23, 0x1c, 0xe5, 0xd1, 0x7d, 0x3b, 0x35, 0x4a, 0xf9, 0x6a, 0xe6, 0x2f, 0x36, - 0x5a, 0xf6, 0x31, 0xfd, 0x80, 0x93, 0x72, 0x48, 0xb3, 0xe9, 0x1f, 0xfc, 0xd1, 0xe4, 0x67, 0xfe, - 0x3c, 0x0e, 0x6e, 0xc2, 0x4f, 0xe8, 0x97, 0x13, 0x94, 0x7f, 0x53, 0x50, 0xf1, 0xcb, 0xd6, 0xb7, - 0xde, 0xc0, 0x39, 0xbd, 0x6a, 0xdd, 0x48, 0xcd, 0x69, 0x52, 0xf0, 0x58, 0xa5, 0xd1, 0xc9, 0x5f, - 0xb7, 0x49, 0x6e, 0xce, 0xa9, 0x5f, 0xbc, 0x99, 0x3d, 0xc8, 0x21, 0x0d, 0x52, 0xa2, 0xa7, 0x8e, - 0xda, 0x4b, 0x36, 0x63, 0xdd, 0xc7, 0xb1, 0xbe, 0x61, 0xdd, 0x9e, 0x39, 0xd6, 0x87, 0xe8, 0x6f, - 0x11, 0x23, 0x3e, 0x04, 0x48, 0x02, 0x46, 0xd8, 0x44, 0xd8, 0x82, 0x66, 0x40, 0xd3, 0x31, 0x25, - 0xe9, 0xf3, 0xac, 0xa2, 0x1b, 0x44, 0x8b, 0x3f, 0x26, 0x76, 0xaa, 0x03, 0x2a, 0x4c, 0xe9, 0x2b, - 0x1d, 0xdb, 0x91, 0x92, 0xbe, 0x26, 0xdb, 0x4f, 0x31, 0x53, 0x1d, 0x3d, 0xf1, 0x14, 0x1a, 0xbb, - 0x41, 0xf0, 0x6c, 0x3c, 0xd2, 0x41, 0x8a, 0x69, 0x27, 0xe8, 0xb6, 0x1b, 0x9d, 0x75, 0x26, 0x66, - 0x61, 0xdd, 0xc1, 0xa6, 0x3a, 0xac, 0x6d, 0x34, 0xf5, 0xf0, 0xab, 0x24, 0x4a, 0xe5, 0x6b, 0xe6, - 0xc2, 0x82, 0xe6, 0xd1, 0x49, 0x24, 0x48, 0xba, 0x99, 0x14, 0x67, 0x9e, 0xec, 0x22, 0xa5, 0x26, - 0xa8, 0xd1, 0x3e, 0x8c, 0x54, 0x9b, 0x8f, 0x72, 0xec, 0x10, 0xea, 0x1b, 0xbc, 0x87, 0xe9, 0x96, - 0xe8, 0x4a, 0x5c, 0x4c, 0xb9, 0xa5, 0xc8, 0x07, 0xd9, 0x69, 0xa4, 0x80, 0xe9, 0x7b, 0x6b, 0xe4, - 0x5e, 0x85, 0xfc, 0xcb, 0x87, 0x5f, 0x49, 0x27, 0xe5, 0xd7, 0xea, 0xde, 0x52, 0x4e, 0xdc, 0xd4, - 0xbd, 0x35, 0xe1, 0xf5, 0x4d, 0xdd, 0x5b, 0x53, 0x5e, 0xdf, 0xd4, 0x52, 0x2b, 0x27, 0x32, 0x1b, - 0xc0, 0xc2, 0x94, 0xa3, 0x58, 0x5f, 0x59, 0xb3, 0xdc, 0xcb, 0x9d, 0x3b, 0xb3, 0x11, 0xd2, 0xbd, - 0xdd, 0x4f, 0xf7, 0xd6, 0x85, 0x06, 0x3d, 0x21, 0x75, 0xcc, 0x29, 0xf1, 0x62, 0xe2, 0xd5, 0x02, - 0x33, 0xab, 0x63, 0xf2, 0x82, 0xc1, 0xb2, 0xb4, 0x84, 0x83, 0x19, 0x0f, 0xec, 0xc7, 0x50, 0xfb, - 0x94, 0xc7, 0x2a, 0xd3, 0x42, 0xcb, 0xd8, 0x13, 0xa9, 0x17, 0x9d, 0x8c, 0x44, 0x8d, 0x34, 0xcd, - 0x60, 0x6b, 0x0f, 0x79, 0xff, 0x94, 0x13, 0x73, 0x72, 0xbc, 0xfe, 0xd7, 0xec, 0x37, 0xb1, 0x71, - 0x9d, 0xe0, 0xb6, 0x6c, 0x84, 0xd2, 0x9b, 0x8d, 0xcf, 0x4f, 0xc0, 0xb3, 0x5a, 0xf6, 0x83, 0x3e, - 0x37, 0x64, 0x3d, 0x1f, 0x6a, 0x46, 0x22, 0xac, 0x3e, 0x40, 0xd3, 0x89, 0xcf, 0xfa, 0x00, 0x65, - 0xe4, 0xcd, 0x5a, 0xf7, 0xb0, 0x1f, 0x8b, 0xdd, 0x49, 0xfa, 0xa1, 0x5c, 0xd9, 0xa4, 0xa7, 0x87, - 0x5f, 0xb9, 0xc3, 0xf8, 0x6b, 0xf6, 0x39, 0x3e, 0xd4, 0x6a, 0x66, 0x92, 0x24, 0x4a, 0xc3, 0x64, - 0xd2, 0x89, 0x5e, 0x2c, 0xa3, 0x28, 0xad, 0x48, 0x50, 0x57, 0x28, 0xc9, 0x7d, 0x00, 0xd0, 0x8d, - 0x83, 0xd1, 0x86, 0xcb, 0x87, 0x81, 0x9f, 0xf0, 0xda, 0x24, 0xb7, 0x21, 0xe1, 0x5f, 0x46, 0x82, - 0x03, 0xfb, 0xdc, 0xd0, 0xb2, 0x52, 0xc9, 0x38, 0x8a, 0xb8, 0x66, 0xa6, 0x3f, 0xe8, 0x05, 0xc9, - 0x48, 0x81, 0x78, 0x94, 0x63, 0xab, 0x00, 0x49, 0xa4, 0x80, 0xd6, 0x99, 0xa6, 0x82, 0x10, 0x34, - 0xdb, 0xcb, 0x08, 0x2b, 0x38, 0x84, 0x6a, 0xe2, 0x62, 0x5d, 0x49, 0xf2, 0xfa, 0x53, 0x0e, 0x59, - 0x7d, 0x83, 0x4f, 0xb9, 0x37, 0xad, 0x16, 0x2e, 0x15, 0xb0, 0x8a, 0x58, 0xaa, 0x13, 0xce, 0x23, - 0xe6, 0xc1, 0x22, 0x0d, 0x50, 0x8b, 0x4b, 0x18, 0x93, 0xaf, 0xdf, 0xe3, 0x9d, 0xf6, 0x34, 0xea, - 0xd3, 0x9c, 0xe9, 0x2f, 0x4b, 0x99, 0x7e, 0x04, 0xb5, 0x52, 0x3e, 0x80, 0x60, 0xcd, 0x43, 0x58, - 0x98, 0x72, 0xc9, 0xe8, 0x23, 0x3d, 0xcb, 0xc7, 0xa6, 0x8f, 0xf4, 0x4c, 0x6f, 0x8e, 0x75, 0x1d, - 0xbb, 0x9c, 0xb7, 0x00, 0x55, 0xbd, 0x0b, 0x2f, 0xee, 0x9d, 0x89, 0xee, 0xfe, 0x6d, 0x0e, 0x16, - 0x33, 0x9c, 0x2e, 0xec, 0x35, 0x65, 0x35, 0x98, 0xe9, 0x90, 0xe9, 0x64, 0x1a, 0xe7, 0xad, 0x2e, - 0xf6, 0xb3, 0xc7, 0x9e, 0xa4, 0x2e, 0x36, 0xb2, 0x8d, 0xcb, 0x93, 0xf9, 0x5c, 0xa1, 0x22, 0x53, - 0xa2, 0xf8, 0x12, 0x56, 0x68, 0x20, 0xab, 0x83, 0xc1, 0x84, 0xe3, 0xe0, 0xd5, 0xa9, 0x1f, 0x78, - 0x4d, 0x39, 0x43, 0x3a, 0xb3, 0x7f, 0x00, 0x76, 0x86, 0x38, 0x4d, 0x43, 0x65, 0x63, 0x68, 0x4d, - 0x1a, 0xe4, 0xd9, 0xec, 0xb6, 0x3a, 0xb7, 0x53, 0xfa, 0x6f, 0x86, 0x11, 0xff, 0x3b, 0xd8, 0xd9, - 0x6d, 0xab, 0x93, 0xb5, 0x2e, 0xa4, 0x12, 0x8b, 0xfd, 0xf8, 0x5b, 0xda, 0x7b, 0x30, 0x31, 0x4f, - 0xd5, 0xc1, 0x2c, 0x5f, 0x87, 0xd6, 0xc0, 0xb3, 0x9d, 0x0f, 0x6f, 0x62, 0xf7, 0x77, 0xac, 0x9b, - 0x59, 0xdd, 0x87, 0x54, 0x85, 0x74, 0xf1, 0x95, 0xc9, 0x73, 0xad, 0x46, 0x70, 0x27, 0x6b, 0xbf, - 0x67, 0xea, 0x42, 0x13, 0x6b, 0x7d, 0x0d, 0x65, 0xbb, 0xba, 0xe9, 0x2d, 0xd0, 0xc7, 0x27, 0xc3, - 0x2d, 0xa1, 0x8f, 0x4f, 0x96, 0x7b, 0x21, 0x2d, 0xd7, 0x28, 0xc7, 0xc2, 0xc7, 0xb9, 0xfb, 0x6b, - 0x77, 0x7f, 0xf4, 0x9d, 0x53, 0x2f, 0x3e, 0x1b, 0x1f, 0x3f, 0xe8, 0x05, 0xc3, 0x87, 0x03, 0x65, - 0x6d, 0x94, 0x89, 0x6b, 0x0f, 0x07, 0x7e, 0xff, 0x21, 0x36, 0x7b, 0x3c, 0x87, 0xbf, 0x48, 0xfd, - 0xdd, 0xff, 0x1b, 0x00, 0x00, 0xff, 0xff, 0x7d, 0xa1, 0xab, 0x8e, 0xc3, 0x7a, 0x00, 0x00, + // 11084 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x7d, 0x6b, 0x8f, 0x1b, 0x57, + 0x96, 0x98, 0xf8, 0x6a, 0x92, 0x87, 0x8f, 0x66, 0xdf, 0x7e, 0x51, 0x2d, 0xc9, 0x92, 0xcb, 0x1e, + 0x4b, 0x96, 0x6d, 0x49, 0xd6, 0xf8, 0xb5, 0x76, 0x32, 0xbb, 0xec, 0x6e, 0xb6, 0x9a, 0xa3, 0x7e, + 0xb9, 0xc8, 0xb6, 0xc7, 0x33, 0xd9, 0xd4, 0x54, 0x93, 0xb7, 0xbb, 0x6b, 0x45, 0x56, 0xd1, 0x55, + 0xc5, 0x7e, 0x8c, 0xe1, 0x7c, 0xc8, 0x63, 0x11, 0x24, 0x41, 0x80, 0x45, 0xb2, 0x01, 0xb2, 0xc9, + 0x22, 0x41, 0x82, 0x20, 0x08, 0x12, 0x2c, 0x36, 0x98, 0x0d, 0x90, 0x0f, 0xc9, 0xe7, 0xfd, 0x92, + 0x60, 0x3f, 0x6c, 0xf2, 0x25, 0x18, 0x2c, 0xb0, 0xc8, 0x62, 0xf2, 0x75, 0x7f, 0x41, 0x10, 0xdc, + 0x73, 0xee, 0xad, 0xba, 0x45, 0x56, 0x4b, 0xb2, 0x67, 0x32, 0x5f, 0xa4, 0xae, 0x73, 0xce, 0x7d, + 0x9f, 0x7b, 0xee, 0x79, 0xdd, 0x4b, 0x28, 0xfb, 0xe3, 0xfe, 0x83, 0xb1, 0xef, 0x85, 0x1e, 0x2b, + 0x0c, 0x5d, 0x7f, 0xdc, 0x5f, 0xbb, 0x79, 0xe2, 0x79, 0x27, 0x43, 0xfe, 0xd0, 0x1e, 0x3b, 0x0f, + 0x6d, 0xd7, 0xf5, 0x42, 0x3b, 0x74, 0x3c, 0x37, 0x20, 0x22, 0xe3, 0xc7, 0x50, 0x7f, 0xc2, 0xdd, + 0x2e, 0xe7, 0x03, 0x93, 0x7f, 0x39, 0xe1, 0x41, 0xc8, 0xde, 0x82, 0x05, 0x9b, 0xff, 0x84, 0xf3, + 0x81, 0x35, 0xb6, 0x83, 0x60, 0x7c, 0xea, 0xdb, 0x01, 0x6f, 0x66, 0xee, 0x64, 0xee, 0x55, 0xcd, + 0x06, 0x21, 0x0e, 0x22, 0x38, 0x7b, 0x15, 0xaa, 0x81, 0x20, 0xe5, 0x6e, 0xe8, 0x7b, 0xe3, 0xcb, + 0x66, 0x16, 0xe9, 0x2a, 0x02, 0xd6, 0x26, 0x90, 0x31, 0x84, 0xf9, 0xa8, 0x85, 0x60, 0xec, 0xb9, + 0x01, 0x67, 0x8f, 0x60, 0xa9, 0xef, 0x8c, 0x4f, 0xb9, 0x6f, 0x61, 0xe1, 0x91, 0xcb, 0x47, 0x9e, + 0xeb, 0xf4, 0x9b, 0x99, 0x3b, 0xb9, 0x7b, 0x65, 0x93, 0x11, 0x4e, 0x94, 0xd8, 0x95, 0x18, 0x76, + 0x17, 0xe6, 0xb9, 0x4b, 0x70, 0x3e, 0xc0, 0x52, 0xb2, 0xa9, 0x7a, 0x0c, 0x16, 0x05, 0x8c, 0xbf, + 0x9b, 0x85, 0x85, 0x8e, 0xeb, 0x84, 0x9f, 0xdb, 0xc3, 0x21, 0x0f, 0xd5, 0x98, 0xee, 0xc2, 0xfc, + 0x39, 0x02, 0x70, 0x4c, 0xe7, 0x9e, 0x3f, 0x90, 0x23, 0xaa, 0x13, 0xf8, 0x40, 0x42, 0xaf, 0xec, + 0x59, 0xf6, 0xca, 0x9e, 0xa5, 0x4e, 0x57, 0xee, 0x8a, 0xe9, 0xba, 0x0b, 0xf3, 0x3e, 0xef, 0x7b, + 0x67, 0xdc, 0xbf, 0xb4, 0xce, 0x1d, 0x77, 0xe0, 0x9d, 0x37, 0xf3, 0x77, 0x32, 0xf7, 0x0a, 0x66, + 0x5d, 0x81, 0x3f, 0x47, 0x28, 0x5b, 0x87, 0xf9, 0xfe, 0xa9, 0xed, 0xba, 0x7c, 0x68, 0x1d, 0xd9, + 0xfd, 0x67, 0x93, 0x71, 0xd0, 0x2c, 0xdc, 0xc9, 0xdc, 0xab, 0x3c, 0xbe, 0xfe, 0x00, 0x57, 0xf5, + 0xc1, 0xc6, 0xa9, 0xed, 0xae, 0x23, 0xa6, 0xeb, 0xda, 0xe3, 0xe0, 0xd4, 0x0b, 0xcd, 0xba, 0x2c, + 0x41, 0xe0, 0xc0, 0x58, 0x02, 0xa6, 0xcf, 0x04, 0xcd, 0xbd, 0xf1, 0xef, 0x33, 0xb0, 0x78, 0xe8, + 0x0e, 0xbd, 0xfe, 0xb3, 0x6f, 0x39, 0x45, 0x29, 0x63, 0xc8, 0xbe, 0xec, 0x18, 0x72, 0xdf, 0x74, + 0x0c, 0x2b, 0xb0, 0x94, 0xec, 0xac, 0x1c, 0x05, 0x87, 0x65, 0x51, 0xfa, 0x84, 0xab, 0x6e, 0xa9, + 0x61, 0xbc, 0x09, 0x8d, 0xfe, 0xc4, 0xf7, 0xb9, 0x3b, 0x33, 0x8e, 0x79, 0x09, 0x8f, 0x06, 0xf2, + 0x2a, 0x54, 0x5d, 0x7e, 0x1e, 0x93, 0x49, 0xde, 0x75, 0xf9, 0xb9, 0x22, 0x31, 0x9a, 0xb0, 0x32, + 0xdd, 0x8c, 0xec, 0xc0, 0xcf, 0x33, 0x90, 0x3f, 0x0c, 0x2f, 0x3c, 0xf6, 0x3e, 0x54, 0xed, 0xc1, + 0xc0, 0xe7, 0x41, 0x60, 0x85, 0x97, 0x63, 0xda, 0x29, 0xf5, 0xc7, 0x4c, 0x0e, 0xb1, 0x45, 0xa8, + 0xde, 0xe5, 0x98, 0x9b, 0x15, 0x3b, 0xfe, 0x60, 0x4d, 0x28, 0xca, 0x4f, 0x6c, 0xb7, 0x6c, 0xaa, + 0x4f, 0x76, 0x0b, 0xc0, 0x1e, 0x79, 0x13, 0x37, 0xb4, 0x02, 0x3b, 0xc4, 0x19, 0xcb, 0x99, 0x65, + 0x82, 0x74, 0xed, 0x90, 0xdd, 0x80, 0xf2, 0xf8, 0x99, 0x15, 0xf4, 0x7d, 0x67, 0x1c, 0x22, 0xf3, + 0x94, 0xcd, 0xd2, 0xf8, 0x59, 0x17, 0xbf, 0xd9, 0x5b, 0x50, 0xf2, 0x26, 0xe1, 0xd8, 0x73, 0xdc, + 0x50, 0xf2, 0xcb, 0xbc, 0xec, 0xc8, 0xfe, 0x24, 0x3c, 0x10, 0x60, 0x33, 0x22, 0x60, 0xaf, 0x43, + 0xad, 0xef, 0xb9, 0xc7, 0x8e, 0x3f, 0x22, 0x89, 0xd0, 0x9c, 0xc3, 0xb6, 0x92, 0x40, 0xe3, 0x0f, + 0xb3, 0x50, 0xe9, 0xf9, 0xb6, 0x1b, 0xd8, 0x7d, 0x01, 0x60, 0xab, 0x50, 0x0c, 0x2f, 0xac, 0x53, + 0x3b, 0x38, 0xc5, 0xa1, 0x96, 0xcd, 0xb9, 0xf0, 0x62, 0xdb, 0x0e, 0x4e, 0xd9, 0x0a, 0xcc, 0x51, + 0x2f, 0x71, 0x40, 0x39, 0x53, 0x7e, 0x89, 0x0d, 0xe2, 0x4e, 0x46, 0x56, 0xb2, 0xa9, 0x1c, 0x72, + 0x4c, 0xc3, 0x9d, 0x8c, 0x36, 0x74, 0xb8, 0x18, 0xfc, 0x91, 0x58, 0x6e, 0x6a, 0x80, 0x86, 0x57, + 0x46, 0x08, 0xb6, 0xf1, 0x2a, 0x54, 0x25, 0x9a, 0x3b, 0x27, 0xa7, 0x34, 0xc6, 0x82, 0x59, 0x21, + 0x02, 0x04, 0x89, 0x1a, 0x42, 0x67, 0xc4, 0xad, 0x20, 0xb4, 0x47, 0x63, 0x39, 0xa4, 0xb2, 0x80, + 0x74, 0x05, 0x00, 0xd1, 0x5e, 0x68, 0x0f, 0xad, 0x63, 0xce, 0x83, 0x66, 0x51, 0xa2, 0x05, 0x64, + 0x8b, 0xf3, 0x80, 0x7d, 0x07, 0xea, 0x03, 0x1e, 0x84, 0x96, 0x5c, 0x0c, 0x1e, 0x34, 0x4b, 0xb8, + 0xf3, 0x6b, 0x02, 0xda, 0x52, 0x40, 0x76, 0x13, 0xc0, 0xb7, 0xcf, 0x2d, 0x31, 0x11, 0xfc, 0xa2, + 0x59, 0xa6, 0x55, 0xf0, 0xed, 0xf3, 0xde, 0xc5, 0x36, 0xbf, 0x10, 0x5c, 0xf3, 0x84, 0x87, 0xda, + 0xa4, 0x05, 0x92, 0x3b, 0x8d, 0x1d, 0x60, 0x1a, 0x78, 0x93, 0x87, 0xb6, 0x33, 0x0c, 0xd8, 0x07, + 0x50, 0x0d, 0x35, 0x62, 0x14, 0x83, 0x95, 0x88, 0x85, 0xb4, 0x02, 0x66, 0x82, 0xce, 0x38, 0x85, + 0xd2, 0x16, 0xe7, 0x3b, 0xce, 0xc8, 0x09, 0xd9, 0x0a, 0x14, 0x8e, 0x9d, 0x0b, 0x4e, 0xcc, 0x9e, + 0xdb, 0xbe, 0x66, 0xd2, 0x27, 0xbb, 0x0d, 0x80, 0x7f, 0x58, 0xa3, 0x88, 0x9b, 0xb6, 0xaf, 0x99, + 0x65, 0x84, 0xed, 0x06, 0x76, 0xc8, 0xd6, 0xa0, 0x38, 0xe6, 0x7e, 0x9f, 0xab, 0x75, 0xdb, 0xbe, + 0x66, 0x2a, 0xc0, 0x7a, 0x11, 0x0a, 0x43, 0x51, 0xbb, 0xf1, 0xc7, 0x05, 0xa8, 0x74, 0xb9, 0x1b, + 0xed, 0x32, 0x06, 0x79, 0x31, 0x21, 0x72, 0x67, 0xe1, 0xdf, 0xec, 0x35, 0xa8, 0xe0, 0xd4, 0x05, + 0xa1, 0xef, 0xb8, 0x27, 0xc4, 0xd5, 0xeb, 0xd9, 0x66, 0xc6, 0x04, 0x01, 0xee, 0x22, 0x94, 0x35, + 0x20, 0x67, 0x8f, 0x14, 0x57, 0x8b, 0x3f, 0xd9, 0x75, 0x28, 0xd9, 0xa3, 0x90, 0xba, 0x57, 0x45, + 0x70, 0xd1, 0x1e, 0x85, 0xd8, 0xb5, 0x57, 0xa1, 0x3a, 0xb6, 0x2f, 0x47, 0x62, 0x2f, 0x47, 0xec, + 0x50, 0x35, 0x2b, 0x12, 0x86, 0x0c, 0xf1, 0x18, 0x16, 0x75, 0x12, 0xd5, 0x78, 0x21, 0x6a, 0x7c, + 0x41, 0xa3, 0x96, 0x7d, 0xb8, 0x0b, 0xf3, 0xaa, 0x8c, 0x4f, 0xe3, 0x41, 0x36, 0x29, 0x9b, 0x75, + 0x09, 0x56, 0xa3, 0xbc, 0x07, 0x8d, 0x63, 0xc7, 0xb5, 0x87, 0x56, 0x7f, 0x18, 0x9e, 0x59, 0x03, + 0x3e, 0x0c, 0x6d, 0xe4, 0x98, 0x82, 0x59, 0x47, 0xf8, 0xc6, 0x30, 0x3c, 0xdb, 0x14, 0x50, 0xf6, + 0x36, 0x94, 0x8f, 0x39, 0xb7, 0x70, 0xb2, 0x9a, 0xa5, 0xc4, 0xc6, 0x53, 0x2b, 0x64, 0x96, 0x8e, + 0xd5, 0x5a, 0xbd, 0x0d, 0x0d, 0x6f, 0x12, 0x9e, 0x78, 0x8e, 0x7b, 0x62, 0x09, 0x79, 0x67, 0x39, + 0x03, 0xe4, 0xa1, 0xfc, 0x7a, 0xf6, 0x51, 0xc6, 0xac, 0x2b, 0x9c, 0x90, 0x3c, 0x9d, 0x01, 0x7b, + 0x03, 0xe6, 0x87, 0x76, 0x10, 0x5a, 0xa7, 0xde, 0xd8, 0x1a, 0x4f, 0x8e, 0x9e, 0xf1, 0xcb, 0x66, + 0x0d, 0x27, 0xa2, 0x26, 0xc0, 0xdb, 0xde, 0xf8, 0x00, 0x81, 0x82, 0xb3, 0xb1, 0x9f, 0xd4, 0x09, + 0xb8, 0x93, 0xb9, 0x57, 0x33, 0xcb, 0x02, 0x42, 0x8d, 0x7e, 0x01, 0x8b, 0xb8, 0x3c, 0xfd, 0x49, + 0x10, 0x7a, 0x23, 0x4b, 0xc8, 0x6a, 0x7f, 0x10, 0x34, 0x2b, 0xc8, 0x6b, 0x6f, 0xca, 0xce, 0x6a, + 0x6b, 0xfc, 0x60, 0x93, 0x07, 0xe1, 0x06, 0x12, 0x9b, 0x44, 0x2b, 0x0e, 0xf4, 0x4b, 0x73, 0x61, + 0x30, 0x0d, 0x67, 0x6f, 0x03, 0xb3, 0x87, 0x43, 0xef, 0xdc, 0x0a, 0xf8, 0xf0, 0xd8, 0x92, 0x93, + 0xd8, 0xac, 0xdf, 0xc9, 0xdc, 0x2b, 0x99, 0x0d, 0xc4, 0x74, 0xf9, 0xf0, 0xf8, 0x80, 0xe0, 0xec, + 0x03, 0xc0, 0xcd, 0x64, 0x1d, 0x73, 0x3b, 0x9c, 0xf8, 0x3c, 0x68, 0xce, 0xdf, 0xc9, 0xdd, 0xab, + 0x3f, 0x5e, 0x88, 0xe6, 0x0b, 0xc1, 0xeb, 0x4e, 0x68, 0x56, 0x05, 0x9d, 0xfc, 0x0e, 0xd6, 0x36, + 0x61, 0x25, 0xbd, 0x4b, 0x82, 0xa9, 0xc4, 0xac, 0x08, 0x66, 0xcc, 0x9b, 0xe2, 0x4f, 0xb6, 0x04, + 0x85, 0x33, 0x7b, 0x38, 0xe1, 0x52, 0xa6, 0xd3, 0xc7, 0xc7, 0xd9, 0x8f, 0x32, 0xc6, 0x1f, 0x65, + 0xa0, 0x4a, 0xa3, 0x94, 0xba, 0xc8, 0x6b, 0x50, 0x53, 0xdc, 0xc0, 0x7d, 0xdf, 0xf3, 0xa5, 0x54, + 0x53, 0x9c, 0xd7, 0x16, 0x30, 0x71, 0xaa, 0x28, 0xa2, 0xb1, 0xcf, 0x9d, 0x91, 0x7d, 0xa2, 0xaa, + 0x56, 0xac, 0x74, 0x20, 0xc1, 0xec, 0xdd, 0xb8, 0x3e, 0xdf, 0x9b, 0x84, 0x5c, 0x9e, 0x79, 0x55, + 0x39, 0x3c, 0x53, 0xc0, 0xa2, 0xda, 0xf1, 0xeb, 0x25, 0xf8, 0xdc, 0xf8, 0xdd, 0x0c, 0x30, 0xd1, + 0xed, 0x9e, 0x47, 0x15, 0x48, 0x0e, 0x9d, 0x2e, 0x99, 0x79, 0xe9, 0x1d, 0x92, 0x7d, 0xde, 0x0e, + 0x31, 0xa0, 0x40, 0x7d, 0xcf, 0xa7, 0xf4, 0x9d, 0x50, 0xdf, 0xcf, 0x97, 0x72, 0x8d, 0xbc, 0xf1, + 0xbf, 0x72, 0xb0, 0xb4, 0x41, 0x47, 0x76, 0xab, 0xdf, 0xe7, 0xe3, 0x68, 0xef, 0xdc, 0x86, 0x8a, + 0xeb, 0x0d, 0xb8, 0xe2, 0x58, 0xea, 0x18, 0x08, 0x90, 0xc6, 0xae, 0xa7, 0xb6, 0xe3, 0x52, 0xc7, + 0x69, 0x32, 0xcb, 0x08, 0xc1, 0x6e, 0xbf, 0x01, 0xf3, 0x63, 0xee, 0x0e, 0xf4, 0x2d, 0x42, 0x4a, + 0x55, 0x4d, 0x82, 0xe5, 0xee, 0xb8, 0x0d, 0x95, 0xe3, 0x09, 0xd1, 0x09, 0xc1, 0x92, 0x47, 0x1e, + 0x00, 0x09, 0x6a, 0x91, 0x7c, 0x19, 0x4f, 0x82, 0x53, 0xc4, 0x16, 0x10, 0x5b, 0x14, 0xdf, 0x02, + 0x75, 0x0b, 0x60, 0x30, 0x09, 0x42, 0xb9, 0x63, 0xe6, 0x10, 0x59, 0x16, 0x10, 0xda, 0x31, 0xef, + 0xc0, 0xe2, 0xc8, 0xbe, 0xb0, 0x90, 0x77, 0x2c, 0xc7, 0xb5, 0x8e, 0x87, 0x78, 0xe6, 0x14, 0x91, + 0xae, 0x31, 0xb2, 0x2f, 0x3e, 0x13, 0x98, 0x8e, 0xbb, 0x85, 0x70, 0x21, 0x56, 0x94, 0xba, 0xe3, + 0xf3, 0x80, 0xfb, 0x67, 0x1c, 0x25, 0x41, 0x3e, 0xd2, 0x69, 0x4c, 0x82, 0x8a, 0x1e, 0x8d, 0xc4, + 0xb8, 0xc3, 0x61, 0x9f, 0xb6, 0xbd, 0x59, 0x1c, 0x39, 0xee, 0x76, 0x38, 0xec, 0x8b, 0x73, 0x45, + 0xc8, 0x91, 0x31, 0xf7, 0xad, 0x67, 0xe7, 0xb8, 0x87, 0xf3, 0x28, 0x37, 0x0e, 0xb8, 0xff, 0xf4, + 0x5c, 0x1c, 0xfd, 0xfd, 0x00, 0x05, 0x91, 0x7d, 0xd9, 0xac, 0xe0, 0x06, 0x2f, 0xf5, 0x03, 0x21, + 0x82, 0xec, 0x4b, 0xb1, 0x09, 0x45, 0x6f, 0x6d, 0x5c, 0x05, 0x3e, 0xc0, 0xea, 0x03, 0x94, 0xa8, + 0x35, 0xec, 0x6c, 0x4b, 0x22, 0x44, 0x3b, 0x81, 0xe0, 0x7a, 0xd5, 0xd9, 0xe3, 0xa1, 0x7d, 0x12, + 0xa0, 0x48, 0xa9, 0x99, 0x55, 0x09, 0xdc, 0x12, 0x30, 0xe3, 0x73, 0x52, 0xb2, 0xb4, 0xb5, 0x95, + 0x7b, 0x46, 0x1c, 0xf5, 0x08, 0xc1, 0x75, 0x2d, 0x99, 0xf2, 0x2b, 0x6d, 0xd1, 0xb2, 0x29, 0x8b, + 0x66, 0xfc, 0x7e, 0x06, 0xaa, 0xb2, 0x66, 0x54, 0x4a, 0xd8, 0x03, 0x60, 0x6a, 0x15, 0xc3, 0x0b, + 0x67, 0x60, 0x1d, 0x5d, 0x86, 0x3c, 0x20, 0xa6, 0xd9, 0xbe, 0x66, 0x36, 0x24, 0xae, 0x77, 0xe1, + 0x0c, 0xd6, 0x05, 0x86, 0xdd, 0x87, 0x46, 0x82, 0x3e, 0x08, 0x7d, 0xe2, 0xe8, 0xed, 0x6b, 0x66, + 0x5d, 0xa3, 0xee, 0x86, 0xbe, 0xd8, 0x23, 0x42, 0xe5, 0x99, 0x84, 0x96, 0xe3, 0x0e, 0xf8, 0x05, + 0xb2, 0x51, 0xcd, 0xac, 0x10, 0xac, 0x23, 0x40, 0xeb, 0x75, 0xa8, 0xea, 0xd5, 0x19, 0x27, 0x50, + 0x52, 0xfa, 0x12, 0x2a, 0x0c, 0x53, 0x5d, 0x32, 0xcb, 0x61, 0xd4, 0x93, 0xeb, 0x50, 0x4a, 0xf6, + 0xc0, 0x2c, 0x86, 0x2f, 0xdd, 0xb0, 0xf1, 0x3d, 0x68, 0xec, 0x08, 0xe6, 0x71, 0x05, 0xb3, 0x4a, + 0xfd, 0x6f, 0x05, 0xe6, 0xb4, 0x4d, 0x53, 0x36, 0xe5, 0x97, 0x38, 0x73, 0x4f, 0xbd, 0x20, 0x94, + 0xad, 0xe0, 0xdf, 0xc6, 0x1f, 0x67, 0x80, 0xb5, 0x83, 0xd0, 0x19, 0xd9, 0x21, 0xdf, 0xe2, 0x91, + 0x58, 0xd8, 0x87, 0xaa, 0xa8, 0xad, 0xe7, 0xb5, 0x48, 0x21, 0x23, 0x85, 0xe2, 0x2d, 0xb9, 0x8d, + 0x67, 0x0b, 0x3c, 0xd0, 0xa9, 0x49, 0xcc, 0x27, 0x2a, 0x10, 0xbb, 0x2c, 0xb4, 0xfd, 0x13, 0x1e, + 0xa2, 0x1a, 0x27, 0xf5, 0x7d, 0x20, 0x90, 0x50, 0xe0, 0xd6, 0x7e, 0x1d, 0x16, 0x66, 0xea, 0xd0, + 0xe5, 0x72, 0x39, 0x45, 0x2e, 0xe7, 0x74, 0xb9, 0x6c, 0xc1, 0x62, 0xa2, 0x5f, 0x92, 0xd3, 0x56, + 0xa1, 0x28, 0x36, 0x84, 0x50, 0x0e, 0x32, 0xa4, 0x55, 0x1e, 0x73, 0x2e, 0xd4, 0xe0, 0x87, 0xb0, + 0x74, 0xcc, 0xb9, 0x6f, 0x87, 0x88, 0xc4, 0x1d, 0x23, 0x56, 0x48, 0x56, 0xbc, 0x20, 0x71, 0x5d, + 0x3b, 0x3c, 0xe0, 0xbe, 0x58, 0x29, 0xe3, 0x7f, 0x67, 0x60, 0x5e, 0x48, 0xd0, 0x5d, 0xdb, 0xbd, + 0x54, 0xf3, 0xb4, 0x93, 0x3a, 0x4f, 0xf7, 0xb4, 0xc3, 0x50, 0xa3, 0xfe, 0xa6, 0x93, 0x94, 0x9b, + 0x9e, 0x24, 0x76, 0x07, 0xaa, 0x89, 0xbe, 0x16, 0xb0, 0xaf, 0x10, 0x44, 0x9d, 0xfc, 0xc5, 0xa7, + 0xf1, 0x0d, 0x68, 0xc4, 0xdd, 0x96, 0x73, 0xc8, 0x20, 0x2f, 0x58, 0x52, 0x56, 0x80, 0x7f, 0x1b, + 0xff, 0x3c, 0x43, 0x84, 0x1b, 0x9e, 0x13, 0x69, 0xa7, 0x82, 0x50, 0xe8, 0xbd, 0x8a, 0x50, 0xfc, + 0x7d, 0xa5, 0x56, 0xff, 0x8b, 0x0f, 0x56, 0x6c, 0x9d, 0x80, 0xbb, 0x03, 0xcb, 0x1e, 0x0e, 0x51, + 0xf8, 0x96, 0xcc, 0xa2, 0xf8, 0x6e, 0x0d, 0x87, 0xc6, 0x5d, 0x58, 0xd0, 0x7a, 0xf7, 0x9c, 0x71, + 0xec, 0x01, 0xdb, 0x71, 0x82, 0xf0, 0xd0, 0x0d, 0xc6, 0x9a, 0xe2, 0x76, 0x03, 0xca, 0x42, 0xc2, + 0x8a, 0x9e, 0xd1, 0x96, 0x2d, 0x98, 0x42, 0xe4, 0x8a, 0x7e, 0x05, 0x88, 0xb4, 0x2f, 0x24, 0x32, + 0x2b, 0x91, 0xf6, 0x05, 0x22, 0x8d, 0x8f, 0x60, 0x31, 0x51, 0x9f, 0x6c, 0xfa, 0x55, 0x28, 0x4c, + 0xc2, 0x0b, 0x4f, 0xa9, 0xe6, 0x15, 0xc9, 0x21, 0xc2, 0x00, 0x34, 0x09, 0x63, 0x7c, 0x02, 0x0b, + 0x7b, 0xfc, 0x5c, 0x6e, 0x62, 0xd5, 0x91, 0x37, 0x20, 0xff, 0x02, 0xa3, 0x10, 0xf1, 0xc6, 0x03, + 0x60, 0x7a, 0x61, 0xd9, 0xaa, 0x66, 0x23, 0x66, 0x12, 0x36, 0xa2, 0xf1, 0x06, 0xb0, 0xae, 0x73, + 0xe2, 0xee, 0xf2, 0x20, 0xb0, 0x4f, 0xa2, 0x6d, 0xdf, 0x80, 0xdc, 0x28, 0x38, 0x91, 0x32, 0x4a, + 0xfc, 0x69, 0x7c, 0x17, 0x16, 0x13, 0x74, 0xb2, 0xe2, 0x9b, 0x50, 0x0e, 0x9c, 0x13, 0x17, 0x15, + 0x2b, 0x59, 0x75, 0x0c, 0x30, 0xb6, 0x60, 0xe9, 0x33, 0xee, 0x3b, 0xc7, 0x97, 0x2f, 0xaa, 0x3e, + 0x59, 0x4f, 0x76, 0xba, 0x9e, 0x36, 0x2c, 0x4f, 0xd5, 0x23, 0x9b, 0x27, 0xf6, 0x95, 0x2b, 0x59, + 0x32, 0xe9, 0x43, 0x93, 0x7b, 0x59, 0x5d, 0xee, 0x19, 0x87, 0xc0, 0x36, 0x3c, 0xd7, 0xe5, 0xfd, + 0xf0, 0x80, 0x73, 0x3f, 0xf6, 0x52, 0xc5, 0xbc, 0x5a, 0x79, 0xbc, 0x2a, 0x67, 0x76, 0x5a, 0x98, + 0x4a, 0x26, 0x66, 0x90, 0x1f, 0x73, 0x7f, 0x84, 0x15, 0x97, 0x4c, 0xfc, 0xdb, 0x58, 0x86, 0xc5, + 0x44, 0xb5, 0xd2, 0xae, 0x7f, 0x04, 0xcb, 0x9b, 0x4e, 0xd0, 0x9f, 0x6d, 0x70, 0x15, 0x8a, 0xe3, + 0xc9, 0x91, 0x95, 0x94, 0xcb, 0x4f, 0xf9, 0xa5, 0xb0, 0xf6, 0xa6, 0x4b, 0xc8, 0xba, 0xfe, 0x76, + 0x06, 0xf2, 0xdb, 0xbd, 0x9d, 0x0d, 0xb6, 0x06, 0x25, 0xc7, 0xed, 0x7b, 0x23, 0xa1, 0x78, 0xd1, + 0x98, 0xa3, 0xef, 0x2b, 0x37, 0xd8, 0x0d, 0x28, 0xa3, 0xbe, 0x26, 0x4c, 0x5b, 0xa9, 0xfa, 0x94, + 0x04, 0x60, 0xc7, 0xeb, 0x3f, 0x13, 0x36, 0x35, 0xbf, 0x18, 0x3b, 0x3e, 0x5a, 0xcd, 0xca, 0x18, + 0xce, 0xd3, 0x59, 0x1f, 0x23, 0xc8, 0x22, 0x36, 0xfe, 0x43, 0x11, 0x8a, 0xf2, 0xb4, 0xa5, 0x93, + 0x3b, 0x74, 0xce, 0x78, 0x7c, 0x72, 0x8b, 0x2f, 0xa1, 0x0f, 0xf8, 0x7c, 0xe4, 0x85, 0x91, 0xc2, + 0x46, 0x6b, 0x50, 0x25, 0xa0, 0x54, 0xd9, 0x34, 0xa5, 0x81, 0x5c, 0x0c, 0x39, 0x22, 0xea, 0xeb, + 0x47, 0xf9, 0x0d, 0x28, 0xaa, 0xb3, 0x3f, 0x1f, 0xd9, 0x34, 0x73, 0x7d, 0xd2, 0xd6, 0xd6, 0xa0, + 0xd4, 0xb7, 0xc7, 0x76, 0xdf, 0x09, 0x2f, 0xa5, 0x40, 0x88, 0xbe, 0x45, 0xed, 0x43, 0xaf, 0x6f, + 0x0f, 0xad, 0x23, 0x7b, 0x68, 0xbb, 0x7d, 0x2e, 0x6d, 0xf7, 0x2a, 0x02, 0xd7, 0x09, 0x26, 0xec, + 0x73, 0xd9, 0x4f, 0x45, 0x45, 0x26, 0xbc, 0xec, 0xbd, 0x22, 0x13, 0xca, 0xa5, 0x37, 0x1a, 0x39, + 0xc2, 0xca, 0x20, 0x35, 0x2c, 0x67, 0x96, 0x09, 0xb2, 0xc5, 0x71, 0xb4, 0x12, 0x7d, 0x4e, 0x53, + 0x57, 0xa6, 0xa6, 0x08, 0xf8, 0x39, 0x39, 0x12, 0x66, 0x75, 0xb1, 0x9c, 0xa6, 0x8b, 0xbd, 0x05, + 0x0b, 0x13, 0x37, 0xe0, 0x61, 0x38, 0xe4, 0x83, 0xa8, 0x2f, 0x15, 0x24, 0x6a, 0x44, 0x08, 0xd5, + 0x9d, 0x07, 0xb0, 0x48, 0x4e, 0x87, 0xc0, 0x0e, 0xbd, 0xe0, 0xd4, 0x09, 0xac, 0x40, 0x58, 0x48, + 0x64, 0xee, 0x2e, 0x20, 0xaa, 0x2b, 0x31, 0x5d, 0x32, 0x91, 0x56, 0xa7, 0xe8, 0x7d, 0xde, 0xe7, + 0xce, 0x19, 0x1f, 0xa0, 0x9e, 0x96, 0x33, 0x97, 0x13, 0x65, 0x4c, 0x89, 0x44, 0xa5, 0x7b, 0x32, + 0xb2, 0x26, 0xe3, 0x81, 0x2d, 0x94, 0x95, 0x3a, 0x29, 0xc3, 0xee, 0x64, 0x74, 0x48, 0x10, 0xf6, + 0x08, 0x94, 0x26, 0x26, 0xf5, 0xc3, 0xf9, 0x84, 0x3c, 0x13, 0xcc, 0x6a, 0x56, 0x25, 0x05, 0x29, + 0x8a, 0x09, 0x9d, 0xb3, 0x31, 0xa5, 0x73, 0x36, 0xa1, 0x38, 0xf6, 0x9d, 0x33, 0x3b, 0xe4, 0xcd, + 0x05, 0x12, 0xe0, 0xf2, 0x53, 0x48, 0x06, 0xc7, 0x75, 0x42, 0xc7, 0x0e, 0x3d, 0xbf, 0xc9, 0x10, + 0x17, 0x03, 0xd8, 0x7d, 0x58, 0x40, 0x1e, 0x09, 0x42, 0x3b, 0x9c, 0x04, 0x52, 0x03, 0x5d, 0x44, + 0x66, 0x42, 0x1d, 0xba, 0x8b, 0x70, 0x54, 0x42, 0xd9, 0x77, 0x61, 0x85, 0xd8, 0x02, 0x4b, 0x48, + 0xcd, 0x1a, 0x15, 0x82, 0x25, 0x9c, 0x8a, 0x45, 0xc4, 0x0a, 0xfe, 0x96, 0xfa, 0xb5, 0xd0, 0x0e, + 0xde, 0x87, 0x55, 0xc9, 0x26, 0x33, 0xa5, 0x96, 0xb1, 0xd4, 0x12, 0xa1, 0xa7, 0x8a, 0xdd, 0x87, + 0x05, 0xd1, 0x25, 0xa7, 0x6f, 0xc9, 0xd2, 0x62, 0x27, 0xac, 0x60, 0xef, 0xe7, 0x09, 0x61, 0x22, + 0xfc, 0x29, 0xbf, 0x14, 0xac, 0x3c, 0x74, 0x8e, 0x79, 0xe8, 0x8c, 0x78, 0x73, 0x95, 0x98, 0x43, + 0x7d, 0x8b, 0x5d, 0x36, 0x19, 0x23, 0xa6, 0x49, 0x7b, 0x9a, 0xbe, 0x90, 0xef, 0x86, 0x5e, 0xc0, + 0x95, 0x7b, 0xa9, 0x79, 0x5d, 0x6e, 0x20, 0x01, 0x94, 0x22, 0xcb, 0xf8, 0x69, 0x86, 0xce, 0x20, + 0xb9, 0x65, 0x03, 0xcd, 0xa2, 0xa2, 0xcd, 0x6a, 0x79, 0xee, 0xf0, 0x52, 0xee, 0x5f, 0x20, 0xd0, + 0xbe, 0x3b, 0xc4, 0x0d, 0xe4, 0xb8, 0x3a, 0x09, 0x89, 0xbb, 0xaa, 0x02, 0x22, 0xd1, 0x6d, 0xa8, + 0x8c, 0x27, 0x47, 0x43, 0xa7, 0x4f, 0x24, 0x39, 0xaa, 0x85, 0x40, 0x48, 0x20, 0x4c, 0x4a, 0x5a, + 0x44, 0xa2, 0xc8, 0x23, 0x45, 0x45, 0xc2, 0x90, 0x04, 0xc5, 0x29, 0xf7, 0x71, 0x07, 0x57, 0x4d, + 0xfc, 0xdb, 0x58, 0x87, 0xa5, 0x64, 0xa7, 0xa5, 0xac, 0xbf, 0x0f, 0x25, 0x29, 0x1e, 0x94, 0xaf, + 0xa1, 0xae, 0x79, 0x7f, 0x85, 0x55, 0x14, 0xe1, 0x8d, 0xdf, 0x9e, 0x83, 0x45, 0x09, 0xdd, 0x10, + 0x33, 0xd2, 0x9d, 0x8c, 0x46, 0xb6, 0x9f, 0x22, 0x77, 0x32, 0xcf, 0x97, 0x3b, 0xd9, 0x19, 0xb9, + 0x93, 0x34, 0x36, 0x49, 0x6c, 0x25, 0x8d, 0x4d, 0xb1, 0x04, 0xa4, 0xff, 0xeb, 0xae, 0xc7, 0x9a, + 0x04, 0xf7, 0xc8, 0xc5, 0x39, 0x23, 0x25, 0x0b, 0x29, 0x52, 0x52, 0x97, 0x71, 0x73, 0x53, 0x32, + 0xee, 0x55, 0xa0, 0xb5, 0x56, 0x22, 0xbb, 0x48, 0x26, 0x01, 0xc2, 0xa4, 0xff, 0xf2, 0x2e, 0xcc, + 0x4f, 0x8b, 0x15, 0x92, 0x5f, 0xf5, 0x14, 0xa1, 0xe2, 0x8c, 0x38, 0x1e, 0x10, 0x1a, 0x71, 0x59, + 0x0a, 0x15, 0x67, 0xc4, 0x77, 0x10, 0xa3, 0xe8, 0xdb, 0x00, 0xd4, 0x36, 0x6a, 0x24, 0x80, 0x1a, + 0xc9, 0x1b, 0xc9, 0xb5, 0xd0, 0x67, 0xfd, 0x81, 0xf8, 0x98, 0xf8, 0x1c, 0xb5, 0x94, 0x32, 0x96, + 0x44, 0xc7, 0xf5, 0x53, 0xa8, 0x7b, 0x63, 0xee, 0x5a, 0xf1, 0xf6, 0xae, 0x60, 0x55, 0xaf, 0x3f, + 0xa7, 0xaa, 0x8e, 0xa2, 0x35, 0x6b, 0xa2, 0x6c, 0xf4, 0xc9, 0x76, 0x69, 0xe2, 0xb9, 0x56, 0x5b, + 0xf5, 0x1b, 0xd4, 0x56, 0xc7, 0xc2, 0xd1, 0xb7, 0xf1, 0xf7, 0x32, 0x50, 0xd1, 0xba, 0xcd, 0x96, + 0x61, 0x61, 0x63, 0x7f, 0xff, 0xa0, 0x6d, 0xb6, 0x7a, 0x9d, 0xcf, 0xda, 0xd6, 0xc6, 0xce, 0x7e, + 0xb7, 0xdd, 0xb8, 0x26, 0xc0, 0x3b, 0xfb, 0x1b, 0xad, 0x1d, 0x6b, 0x6b, 0xdf, 0xdc, 0x50, 0xe0, + 0x0c, 0x5b, 0x01, 0x66, 0xb6, 0x77, 0xf7, 0x7b, 0xed, 0x04, 0x3c, 0xcb, 0x1a, 0x50, 0x5d, 0x37, + 0xdb, 0xad, 0x8d, 0x6d, 0x09, 0xc9, 0xb1, 0x25, 0x68, 0x6c, 0x1d, 0xee, 0x6d, 0x76, 0xf6, 0x9e, + 0x58, 0x1b, 0xad, 0xbd, 0x8d, 0xf6, 0x4e, 0x7b, 0xb3, 0x91, 0x67, 0x35, 0x28, 0xb7, 0xd6, 0x5b, + 0x7b, 0x9b, 0xfb, 0x7b, 0xed, 0xcd, 0x46, 0xc1, 0xf8, 0x35, 0x28, 0xc7, 0x03, 0xad, 0x40, 0xf1, + 0x70, 0xef, 0xe9, 0xde, 0xfe, 0xe7, 0x7b, 0x8d, 0x6b, 0xac, 0x0c, 0x05, 0x6c, 0xbf, 0x91, 0x61, + 0x00, 0x73, 0xd4, 0x66, 0x23, 0xcb, 0x4a, 0x90, 0x5f, 0xdf, 0xef, 0x6d, 0x37, 0x72, 0xc6, 0x9f, + 0x65, 0x60, 0x19, 0x87, 0x3c, 0x98, 0x16, 0x02, 0x77, 0xa0, 0xd2, 0xf7, 0xbc, 0xb1, 0x30, 0x6e, + 0xe2, 0x43, 0x5c, 0x07, 0x89, 0x0d, 0x4e, 0xf2, 0xf2, 0xd8, 0xf3, 0xfb, 0x5c, 0xca, 0x00, 0x40, + 0xd0, 0x96, 0x80, 0x08, 0x1e, 0x94, 0x4c, 0x4c, 0x14, 0x24, 0x02, 0x2a, 0x04, 0x23, 0x92, 0x15, + 0x98, 0x3b, 0xf2, 0xb9, 0xdd, 0x3f, 0x95, 0xbb, 0x5f, 0x7e, 0xb1, 0x37, 0x63, 0xb3, 0xbb, 0x2f, + 0x78, 0x6a, 0xc8, 0x07, 0xb8, 0x05, 0x4a, 0xe6, 0xbc, 0x84, 0x6f, 0x48, 0xb0, 0x38, 0x00, 0xec, + 0x23, 0xdb, 0x1d, 0x78, 0x2e, 0x1f, 0x48, 0xed, 0x3e, 0x06, 0x18, 0x07, 0xb0, 0x32, 0x3d, 0x3e, + 0x29, 0x2f, 0x3e, 0xd0, 0xe4, 0x05, 0x29, 0xdb, 0x6b, 0x57, 0xb3, 0x82, 0x26, 0x3b, 0x7e, 0x96, + 0x83, 0xbc, 0x50, 0xbe, 0xae, 0xd4, 0xd3, 0x74, 0x6d, 0x3a, 0x37, 0x13, 0x71, 0x41, 0xeb, 0x9e, + 0x4e, 0x65, 0x72, 0x21, 0x95, 0x11, 0x82, 0xa7, 0x71, 0x84, 0xf6, 0x79, 0xff, 0x4c, 0xfa, 0x90, + 0x08, 0x6d, 0xf2, 0xfe, 0x19, 0x9a, 0x31, 0x76, 0x48, 0x65, 0x69, 0xbf, 0x17, 0x03, 0x3b, 0xc4, + 0x92, 0x12, 0x85, 0xe5, 0x8a, 0x11, 0x0a, 0x4b, 0x35, 0xa1, 0xe8, 0xb8, 0x47, 0xde, 0xc4, 0x1d, + 0xe0, 0xf6, 0x2e, 0x99, 0xea, 0x13, 0x03, 0x3c, 0x28, 0x89, 0xc4, 0xf9, 0x41, 0xbb, 0xb9, 0x24, + 0x00, 0x3d, 0x71, 0x82, 0xbc, 0x0b, 0xe5, 0xe0, 0xd2, 0xed, 0xeb, 0x7b, 0x78, 0x49, 0xce, 0x8f, + 0x18, 0xfd, 0x83, 0xee, 0xa5, 0xdb, 0xc7, 0x1d, 0x5b, 0x0a, 0xe4, 0x5f, 0xec, 0x7d, 0x28, 0x45, + 0xae, 0x56, 0x92, 0xc0, 0xd7, 0xf5, 0x12, 0xca, 0xbf, 0x4a, 0x16, 0x6d, 0x44, 0xba, 0xf6, 0x14, + 0x6a, 0x09, 0x94, 0x6e, 0x86, 0xd6, 0xc8, 0x0c, 0x7d, 0x5d, 0x37, 0x43, 0x63, 0xc1, 0x2e, 0x8b, + 0xe9, 0x66, 0xe9, 0xaf, 0x43, 0x49, 0xf5, 0x4c, 0x6c, 0x27, 0xb9, 0x15, 0xac, 0xee, 0x17, 0x7b, + 0x1b, 0x8d, 0x6b, 0x6c, 0x1e, 0x2a, 0xad, 0x0d, 0xdc, 0xa1, 0x08, 0xc8, 0x08, 0x92, 0x83, 0x56, + 0xb7, 0x1b, 0x41, 0xb2, 0x06, 0x83, 0x86, 0x38, 0x5e, 0x44, 0x8f, 0xa3, 0x60, 0xca, 0x07, 0xb0, + 0xa0, 0xc1, 0x62, 0x4b, 0x4d, 0x9c, 0x47, 0xd3, 0x96, 0x1a, 0xea, 0xe5, 0x84, 0x31, 0x56, 0x61, + 0x59, 0x7c, 0xb6, 0xcf, 0xb8, 0x1b, 0x76, 0x27, 0x47, 0x14, 0x4a, 0x73, 0x3c, 0x57, 0xe8, 0xeb, + 0xe5, 0x08, 0x73, 0x35, 0x23, 0x3d, 0x90, 0x46, 0x5d, 0x16, 0xa7, 0x7f, 0x4d, 0x6b, 0x01, 0x0b, + 0x3e, 0xc0, 0x7f, 0x13, 0xc6, 0x5d, 0x39, 0x02, 0x89, 0xb1, 0x1e, 0xb4, 0xdb, 0xa6, 0xb5, 0xbf, + 0xb7, 0xd3, 0xd9, 0x13, 0xc2, 0x48, 0x8c, 0x15, 0x01, 0x5b, 0x5b, 0x08, 0xc9, 0x18, 0x0d, 0xa8, + 0x3f, 0xe1, 0x61, 0xc7, 0x3d, 0xf6, 0xd4, 0x48, 0x7f, 0x5e, 0x80, 0xf9, 0x08, 0x14, 0x1b, 0x87, + 0x67, 0xdc, 0x0f, 0x1c, 0xcf, 0x45, 0x3d, 0xaf, 0x6c, 0xaa, 0x4f, 0x71, 0x82, 0x38, 0x03, 0xee, + 0x86, 0x4e, 0x78, 0x69, 0x25, 0x3c, 0x49, 0x75, 0x05, 0x96, 0x27, 0xd5, 0x12, 0x14, 0xec, 0xa1, + 0x63, 0xab, 0x08, 0x24, 0x7d, 0x08, 0x68, 0xdf, 0x1b, 0x7a, 0x3e, 0xaa, 0x74, 0x65, 0x93, 0x3e, + 0xd8, 0x23, 0x58, 0x12, 0xaa, 0xa5, 0xee, 0xde, 0xc3, 0x3d, 0x4a, 0x4e, 0x2d, 0xe6, 0x4e, 0x46, + 0x07, 0xb1, 0x8b, 0x4f, 0x60, 0xc4, 0xf9, 0x24, 0x4a, 0x48, 0x85, 0x24, 0x2a, 0x40, 0x56, 0xca, + 0x82, 0x3b, 0x19, 0xb5, 0x10, 0x13, 0xd1, 0x3f, 0x86, 0x65, 0x41, 0x1f, 0xa9, 0x30, 0x51, 0x89, + 0x79, 0x2c, 0x21, 0x2a, 0xeb, 0x48, 0x5c, 0x54, 0xe6, 0x06, 0x94, 0xa9, 0x57, 0x62, 0xc5, 0x0b, + 0xa4, 0x9d, 0x62, 0x57, 0xb8, 0x1f, 0xcc, 0x04, 0x0b, 0xe7, 0xe8, 0xb0, 0x9d, 0x0a, 0x16, 0x6a, + 0xe1, 0xc6, 0xd2, 0x74, 0xb8, 0xf1, 0x31, 0x2c, 0x1f, 0xf1, 0x20, 0xb4, 0x4e, 0xb9, 0x3d, 0xe0, + 0x3e, 0xee, 0x48, 0x0a, 0x2b, 0x92, 0x16, 0xbe, 0x28, 0x90, 0xdb, 0x88, 0xeb, 0x29, 0x94, 0xd0, + 0x25, 0xc4, 0xd6, 0xe3, 0x03, 0x2b, 0xf4, 0x2c, 0x54, 0x31, 0x70, 0x13, 0x97, 0xcc, 0x1a, 0x81, + 0x7b, 0xde, 0x86, 0x00, 0x26, 0xe9, 0x4e, 0x7c, 0x7b, 0x7c, 0x2a, 0xf5, 0xe4, 0x88, 0xee, 0x89, + 0x00, 0xb2, 0x9b, 0x50, 0x0c, 0x79, 0x10, 0xba, 0x9c, 0x62, 0x3a, 0x25, 0xf4, 0xd9, 0x2b, 0x10, + 0x7b, 0x1d, 0xe6, 0xb0, 0x8d, 0xa0, 0xd9, 0x40, 0x7e, 0xaf, 0xc6, 0xc2, 0xd2, 0x71, 0x4d, 0x89, + 0x13, 0x0a, 0xdb, 0xc4, 0x77, 0x82, 0x66, 0x15, 0x63, 0x99, 0xf8, 0x37, 0xfb, 0x0d, 0x4d, 0x2c, + 0x2c, 0x62, 0x59, 0x75, 0xe6, 0x4e, 0x71, 0xda, 0xaf, 0x44, 0x42, 0x7c, 0x3f, 0x5f, 0xaa, 0x34, + 0xaa, 0xc6, 0x87, 0x50, 0xa0, 0xd9, 0x11, 0x4c, 0x88, 0x73, 0x97, 0x91, 0x4c, 0x88, 0xd0, 0x26, + 0x14, 0x5d, 0x1e, 0x9e, 0x7b, 0xfe, 0x33, 0xe5, 0x6b, 0x95, 0x9f, 0xc6, 0x4f, 0xd0, 0x49, 0x10, + 0x05, 0x92, 0xc9, 0xde, 0x11, 0xec, 0x41, 0xcb, 0x1b, 0x9c, 0xda, 0xd2, 0x6f, 0x51, 0x42, 0x40, + 0xf7, 0xd4, 0x9e, 0x61, 0x8f, 0xec, 0x6c, 0x2c, 0xf9, 0x75, 0xa8, 0xab, 0xd0, 0x75, 0x60, 0x0d, + 0xf9, 0x71, 0x28, 0xd9, 0xbd, 0x2a, 0xe3, 0xd6, 0xc1, 0x0e, 0x3f, 0x0e, 0x8d, 0x5d, 0x58, 0x90, + 0x0c, 0xb9, 0x3f, 0xe6, 0xaa, 0xe9, 0x8f, 0xd2, 0x74, 0xd6, 0xca, 0xe3, 0xc5, 0xe4, 0x61, 0x46, + 0x21, 0xf9, 0x84, 0x22, 0x6b, 0x7c, 0x0a, 0x4c, 0x3f, 0xea, 0x64, 0x7d, 0x52, 0x73, 0x54, 0x2e, + 0x6a, 0x15, 0xe9, 0x89, 0xf4, 0x53, 0x67, 0x20, 0x66, 0x27, 0x98, 0xf4, 0xfb, 0x2a, 0xa5, 0xa0, + 0x64, 0xaa, 0x4f, 0xe3, 0x4f, 0x33, 0xb0, 0x88, 0x95, 0x29, 0x9d, 0x5b, 0x6a, 0x13, 0xdf, 0xba, + 0x93, 0x62, 0x7d, 0x74, 0xfd, 0x82, 0x3e, 0xbe, 0xb9, 0x53, 0x30, 0x3f, 0xe3, 0x14, 0x7c, 0x13, + 0x1a, 0x03, 0x3e, 0x74, 0x30, 0xbb, 0x44, 0x1d, 0xd7, 0xa4, 0x65, 0xcf, 0x2b, 0xb8, 0x32, 0x94, + 0xfe, 0x49, 0x06, 0x16, 0x48, 0x1b, 0x40, 0x73, 0x51, 0x4e, 0xd4, 0x27, 0xca, 0xc6, 0x92, 0xa2, + 0x4a, 0x8e, 0x29, 0x3e, 0x25, 0x11, 0x4a, 0xc4, 0xdb, 0xd7, 0xa4, 0xed, 0x25, 0xa1, 0xec, 0x63, + 0xb4, 0x13, 0x5c, 0x0b, 0x81, 0x29, 0xd9, 0x2a, 0xc9, 0x45, 0xd9, 0xbe, 0x86, 0x46, 0x84, 0x8b, + 0xa0, 0xf5, 0x92, 0x30, 0xfa, 0x04, 0xd8, 0xd8, 0x82, 0x5a, 0xa2, 0x99, 0x84, 0xe7, 0xb2, 0x4a, + 0x9e, 0xcb, 0x99, 0xe8, 0x40, 0x76, 0x36, 0x3a, 0xf0, 0x77, 0xf2, 0xc0, 0x04, 0x4b, 0x4d, 0xad, + 0xda, 0x54, 0x68, 0x2d, 0x3b, 0x13, 0x5a, 0x7b, 0x04, 0x4c, 0x23, 0x50, 0x11, 0xbf, 0x5c, 0x14, + 0xf1, 0x6b, 0xc4, 0xb4, 0x32, 0xe0, 0xf7, 0x08, 0x96, 0xa4, 0xd2, 0x18, 0xc5, 0xd2, 0xd0, 0x25, + 0x45, 0xeb, 0xc3, 0x48, 0x7b, 0x54, 0x31, 0x35, 0x74, 0x4f, 0xa9, 0xb0, 0x9a, 0x30, 0xa9, 0xc9, + 0x93, 0x83, 0x61, 0x35, 0x61, 0x45, 0x4f, 0x71, 0xc1, 0xdc, 0x0b, 0xb9, 0xa0, 0x38, 0xc3, 0x05, + 0x9a, 0x63, 0xa1, 0x94, 0x74, 0x2c, 0x18, 0x50, 0x53, 0xc1, 0x33, 0xca, 0x19, 0x20, 0x0d, 0xa9, + 0x22, 0x23, 0x68, 0x98, 0x37, 0x70, 0x0f, 0x1a, 0xca, 0xfa, 0x8f, 0x5c, 0x17, 0x14, 0x0f, 0x97, + 0xce, 0xa3, 0x0d, 0xe5, 0xc0, 0x48, 0x38, 0x8a, 0x2b, 0x53, 0x8e, 0xe2, 0xb7, 0x60, 0x21, 0x10, + 0x4c, 0x64, 0x4d, 0x5c, 0x99, 0xbc, 0xc2, 0x07, 0x68, 0x9e, 0x94, 0xcc, 0x06, 0x22, 0x0e, 0x63, + 0xf8, 0xac, 0x69, 0x5f, 0x9b, 0x35, 0xed, 0xd9, 0xfb, 0x71, 0x9c, 0x29, 0x38, 0x75, 0x46, 0x78, + 0x70, 0xc7, 0x89, 0x1e, 0x72, 0x82, 0xbb, 0xa7, 0xce, 0xc8, 0x54, 0x41, 0x4d, 0xf1, 0x61, 0xfc, + 0xe7, 0x0c, 0x34, 0x04, 0x1f, 0x24, 0xf8, 0xfc, 0xd7, 0x00, 0x77, 0xe4, 0x4b, 0xb2, 0x79, 0x45, + 0xd0, 0x2a, 0x2e, 0xff, 0x10, 0x90, 0x6d, 0x2d, 0x61, 0x8b, 0x49, 0x26, 0x6f, 0x26, 0x99, 0x3c, + 0x16, 0x64, 0xdb, 0xd7, 0x48, 0xc9, 0x16, 0x90, 0xb4, 0xf8, 0x5e, 0x3e, 0x25, 0xbe, 0xa7, 0x6d, + 0x85, 0x6d, 0x80, 0xa7, 0xfc, 0x72, 0xc7, 0xeb, 0xa3, 0x15, 0x74, 0x0b, 0x40, 0x30, 0xe4, 0xb1, + 0x3d, 0x72, 0xa4, 0x07, 0xa3, 0x60, 0x96, 0x9f, 0xf1, 0xcb, 0x2d, 0x04, 0x88, 0xd5, 0x10, 0xe8, + 0x78, 0x3f, 0x14, 0xcc, 0xd2, 0x33, 0x7e, 0x49, 0x9b, 0xc1, 0x82, 0xda, 0x53, 0x7e, 0xb9, 0xc9, + 0x49, 0x5d, 0xf3, 0x7c, 0xc1, 0x09, 0xbe, 0x7d, 0x2e, 0xf4, 0xb3, 0x44, 0x6c, 0xae, 0xe2, 0xdb, + 0xe7, 0x4f, 0xf9, 0xa5, 0x8a, 0x13, 0x16, 0x05, 0x7e, 0xe8, 0xf5, 0xe5, 0x09, 0xa4, 0xb2, 0x0c, + 0xe2, 0x4e, 0x99, 0x73, 0xcf, 0xf0, 0x6f, 0xe3, 0x4f, 0x32, 0x50, 0x13, 0xfd, 0x47, 0x01, 0x27, + 0xe6, 0x5d, 0x25, 0xab, 0x64, 0xe2, 0x64, 0x95, 0xc7, 0x52, 0x3e, 0x90, 0xb4, 0xcc, 0x5e, 0x2d, + 0x2d, 0x71, 0x82, 0x49, 0x54, 0xbe, 0x0b, 0x65, 0xda, 0x5b, 0x62, 0xb3, 0xe6, 0x12, 0xab, 0x94, + 0x18, 0x90, 0x59, 0x42, 0xb2, 0xa7, 0x14, 0x1b, 0xd7, 0x1c, 0x50, 0x34, 0xc5, 0x65, 0x3f, 0x72, + 0x3d, 0xa5, 0x2c, 0x43, 0x21, 0x2d, 0xcc, 0x7a, 0x08, 0x15, 0x8d, 0xa7, 0xd8, 0xf7, 0x28, 0x40, + 0x4d, 0x9d, 0x27, 0x06, 0x4c, 0x32, 0x4d, 0x62, 0xf4, 0xdb, 0xd7, 0xcc, 0x5a, 0x5f, 0x07, 0xac, + 0xcf, 0x41, 0x5e, 0x14, 0x32, 0x3e, 0x81, 0x05, 0xad, 0x5a, 0xb2, 0xf8, 0xd2, 0xfa, 0x94, 0x49, + 0xeb, 0xd3, 0x3f, 0xcd, 0xc0, 0x92, 0x2c, 0x8d, 0x89, 0x4d, 0x8e, 0x38, 0xae, 0x77, 0x83, 0x13, + 0xf6, 0x6b, 0x50, 0x13, 0xb5, 0x5b, 0x3e, 0x3f, 0x71, 0x82, 0x90, 0x2b, 0xcf, 0x7e, 0xca, 0xe6, + 0x10, 0x52, 0x5b, 0x90, 0x9a, 0x92, 0x92, 0x7d, 0x02, 0x15, 0x2c, 0x4a, 0x36, 0xa9, 0x5c, 0x96, + 0xe6, 0x6c, 0x41, 0xea, 0xea, 0xf6, 0x35, 0x13, 0x82, 0xe8, 0x6b, 0xbd, 0x0c, 0xc5, 0xd0, 0x77, + 0x4e, 0x4e, 0xb8, 0x6f, 0xac, 0x44, 0x5d, 0x13, 0x3b, 0x8d, 0x77, 0x43, 0x3e, 0x16, 0x4a, 0x90, + 0xf1, 0xdf, 0x32, 0x50, 0x91, 0x7b, 0xe7, 0x5b, 0xbb, 0xf3, 0xd7, 0xb4, 0xcc, 0x3c, 0x32, 0x3f, + 0xe3, 0x44, 0xbc, 0xbb, 0x30, 0x3f, 0x12, 0x0a, 0x91, 0x50, 0xd8, 0x13, 0xbe, 0xfc, 0xba, 0x02, + 0x4b, 0x7d, 0xe4, 0x01, 0x2c, 0xa2, 0x7a, 0x12, 0x58, 0xa1, 0x33, 0xb4, 0x14, 0x52, 0x66, 0xc1, + 0x2d, 0x10, 0xaa, 0xe7, 0x0c, 0x77, 0x25, 0x42, 0x9c, 0xd2, 0x41, 0x68, 0x9f, 0x70, 0xa9, 0xfa, + 0xd2, 0x87, 0xd1, 0x84, 0x95, 0x29, 0x5d, 0x5d, 0xd9, 0x19, 0x7f, 0xbf, 0x06, 0xab, 0x33, 0x28, + 0x69, 0x6f, 0x44, 0x3e, 0xec, 0xa1, 0x33, 0x3a, 0xf2, 0x22, 0x77, 0x53, 0x46, 0xf3, 0x61, 0xef, + 0x08, 0x8c, 0x72, 0x37, 0x71, 0x58, 0x56, 0x0c, 0x81, 0xfe, 0xa2, 0x48, 0x9d, 0xcf, 0xa2, 0xb2, + 0xf9, 0x6e, 0x52, 0x50, 0x4d, 0x37, 0xa7, 0xe0, 0xfa, 0xf1, 0xb7, 0x38, 0x9e, 0x81, 0x05, 0xec, + 0x18, 0x9a, 0x11, 0xdf, 0x49, 0xfd, 0x48, 0xb3, 0x4d, 0x44, 0x4b, 0x6f, 0xbf, 0xa0, 0xa5, 0x84, + 0x23, 0xc2, 0x5c, 0x51, 0xec, 0x4a, 0x95, 0x45, 0xed, 0x9c, 0xc1, 0x2b, 0xaa, 0x1d, 0xd4, 0x75, + 0x66, 0x5b, 0xcb, 0xbf, 0xd4, 0xb8, 0xd0, 0xc1, 0x92, 0x6c, 0xf2, 0x86, 0xac, 0x38, 0x42, 0xe9, + 0xed, 0x9e, 0xc2, 0xca, 0xb9, 0xed, 0x84, 0x6a, 0x7c, 0x9a, 0x59, 0x54, 0xc0, 0xf6, 0x1e, 0xbf, + 0xa0, 0xbd, 0xcf, 0xa9, 0x70, 0x42, 0xfb, 0x5b, 0x3a, 0x9f, 0x05, 0x06, 0x6b, 0xff, 0x31, 0x0b, + 0xf5, 0x64, 0x2d, 0x62, 0x53, 0x4b, 0x39, 0xa4, 0xf4, 0x09, 0xa9, 0x8f, 0x4b, 0x37, 0xe8, 0x1e, + 0xe9, 0x11, 0xb3, 0x0e, 0xda, 0x6c, 0x8a, 0x83, 0x56, 0xf7, 0x8b, 0xe6, 0x5e, 0x14, 0xfb, 0xc9, + 0xbf, 0x54, 0xec, 0xa7, 0x90, 0x16, 0xfb, 0xb9, 0x3a, 0x60, 0x30, 0xf7, 0xad, 0x02, 0x06, 0xc5, + 0xab, 0x03, 0x06, 0x6b, 0x7f, 0x99, 0x01, 0x36, 0xcb, 0xa9, 0xec, 0x09, 0xf9, 0xa2, 0x5d, 0x3e, + 0x94, 0x52, 0xec, 0x9d, 0x97, 0xe3, 0x76, 0xb5, 0x40, 0xaa, 0x34, 0x7b, 0x08, 0x8b, 0x7a, 0xde, + 0xac, 0x6e, 0xaa, 0xd4, 0x4c, 0xa6, 0xa3, 0x62, 0x83, 0x56, 0x0b, 0x7c, 0xe5, 0x5f, 0x18, 0xf8, + 0x2a, 0xbc, 0x30, 0xf0, 0x35, 0x97, 0x0c, 0x7c, 0xad, 0xfd, 0xad, 0x0c, 0x2c, 0xa6, 0x30, 0xd5, + 0x2f, 0x6f, 0xcc, 0x82, 0x17, 0x12, 0x22, 0x26, 0x2b, 0x79, 0x41, 0x93, 0x2e, 0x6b, 0x5f, 0x41, + 0x2d, 0xb1, 0x89, 0x7e, 0x79, 0xcd, 0x4f, 0x1b, 0x5a, 0xc4, 0xca, 0xba, 0xa1, 0xb5, 0xf6, 0x17, + 0x59, 0x60, 0xb3, 0xfb, 0xf8, 0x57, 0xd9, 0x85, 0xd9, 0x49, 0xca, 0xcd, 0x4e, 0xd2, 0xff, 0xbf, + 0x73, 0xe5, 0x2d, 0x58, 0x90, 0xb9, 0xfe, 0x5a, 0xe0, 0x81, 0x18, 0xa5, 0x11, 0x21, 0x54, 0x2f, + 0x3e, 0x9c, 0x8e, 0x39, 0x96, 0x12, 0xe9, 0xcd, 0xda, 0xc1, 0x9a, 0x0c, 0x3d, 0x1a, 0x6b, 0xd0, + 0x94, 0x53, 0x33, 0xeb, 0xaa, 0xfb, 0xdd, 0x7c, 0x64, 0x25, 0x23, 0x52, 0x2a, 0xc5, 0xdf, 0x85, + 0xaa, 0x7e, 0xd8, 0xc8, 0x75, 0x98, 0x8a, 0x38, 0x09, 0x75, 0xd8, 0xd3, 0x76, 0xeb, 0x06, 0x50, + 0x1c, 0x61, 0x10, 0x15, 0x23, 0x0d, 0xe2, 0x39, 0x8e, 0x67, 0x54, 0x8e, 0x12, 0x8b, 0xff, 0x57, + 0xa0, 0x9e, 0xf4, 0x5b, 0x49, 0x55, 0x2f, 0x4d, 0x3b, 0x14, 0xa5, 0x13, 0x8e, 0x2c, 0xf6, 0x1b, + 0xd0, 0x98, 0xf6, 0x7b, 0xc9, 0xdc, 0xcb, 0x2b, 0xca, 0xcf, 0x3b, 0x49, 0x57, 0x18, 0xdb, 0x86, + 0xa5, 0xb4, 0xe3, 0x16, 0x57, 0xe5, 0x6a, 0xb3, 0x80, 0xcd, 0x1e, 0xa9, 0xec, 0x23, 0xe9, 0xde, + 0x2c, 0xa4, 0x05, 0x62, 0xb4, 0xc9, 0x7e, 0x40, 0xff, 0x69, 0x8e, 0xce, 0x33, 0x80, 0x18, 0xc6, + 0x1a, 0x50, 0xdd, 0x3f, 0x68, 0xef, 0x59, 0x1b, 0xdb, 0xad, 0xbd, 0xbd, 0xf6, 0x4e, 0xe3, 0x1a, + 0x63, 0x50, 0xc7, 0x08, 0xca, 0x66, 0x04, 0xcb, 0x08, 0x98, 0xf4, 0xfd, 0x2a, 0x58, 0x96, 0x2d, + 0x41, 0xa3, 0xb3, 0x37, 0x05, 0xcd, 0xb1, 0x26, 0x2c, 0x1d, 0xb4, 0x29, 0xe8, 0x92, 0xa8, 0x37, + 0x2f, 0x54, 0x38, 0x39, 0x5c, 0xa1, 0xc2, 0xd1, 0x4d, 0x11, 0xc9, 0x7d, 0x4a, 0xb3, 0xf9, 0xbd, + 0x0c, 0x2c, 0x4f, 0x21, 0xe2, 0xfc, 0x5f, 0xd2, 0x6b, 0x92, 0x1a, 0x4d, 0x15, 0x81, 0x8a, 0x87, + 0xdf, 0x82, 0x85, 0xc8, 0xd4, 0x9b, 0x92, 0x4b, 0x8d, 0x08, 0xa1, 0x88, 0x1f, 0xc2, 0xa2, 0x66, + 0x31, 0x4e, 0xed, 0x50, 0xa6, 0xa1, 0x64, 0x01, 0x63, 0x35, 0xca, 0xb3, 0x9c, 0xea, 0xf5, 0x80, + 0xae, 0x9f, 0xe8, 0x88, 0xd8, 0xfb, 0x9b, 0xec, 0xaf, 0xfa, 0x14, 0xa6, 0x7c, 0x82, 0x11, 0x92, + 0xbd, 0xd5, 0x17, 0x5c, 0x35, 0xff, 0x07, 0x73, 0xc0, 0x3e, 0x9d, 0x70, 0xff, 0x12, 0xf3, 0x7b, + 0x83, 0x17, 0x25, 0xbc, 0x28, 0xb3, 0x28, 0xfb, 0x52, 0x39, 0xfc, 0x69, 0x39, 0xf4, 0xf9, 0x17, + 0xe7, 0xd0, 0x17, 0x5e, 0x94, 0x43, 0xff, 0x1a, 0xd4, 0x9c, 0x13, 0xd7, 0x13, 0x02, 0x48, 0xe8, + 0x26, 0x41, 0x73, 0xee, 0x4e, 0xee, 0x5e, 0xd5, 0xac, 0x4a, 0xa0, 0xd0, 0x4c, 0x02, 0xf6, 0x49, + 0x4c, 0xc4, 0x07, 0x27, 0x78, 0xdf, 0x43, 0x17, 0x3d, 0xed, 0xc1, 0x09, 0x97, 0x56, 0x20, 0xfa, + 0x45, 0x54, 0x61, 0x01, 0x0f, 0xd8, 0xeb, 0x50, 0x0f, 0xbc, 0x89, 0x50, 0xf5, 0xd4, 0x34, 0x90, + 0x7f, 0xb8, 0x4a, 0xd0, 0x03, 0x15, 0x0c, 0x58, 0x9c, 0x04, 0xdc, 0x1a, 0x39, 0x41, 0x20, 0x0e, + 0xe8, 0xbe, 0xe7, 0x86, 0xbe, 0x37, 0x94, 0x2e, 0xdf, 0x85, 0x49, 0xc0, 0x77, 0x09, 0xb3, 0x41, + 0x08, 0xf6, 0x5e, 0xdc, 0xa5, 0xb1, 0xed, 0xf8, 0x41, 0x13, 0xb0, 0x4b, 0x6a, 0xa4, 0xa8, 0x51, + 0xd9, 0x8e, 0x1f, 0xf5, 0x45, 0x7c, 0x04, 0x53, 0xb9, 0xfd, 0x95, 0xe9, 0xdc, 0xfe, 0x1f, 0xa7, + 0xe7, 0xf6, 0xd7, 0xb0, 0xea, 0x47, 0xb2, 0xea, 0xd9, 0x25, 0xfe, 0x46, 0x29, 0xfe, 0xb3, 0x57, + 0x16, 0xea, 0xdf, 0xe4, 0xca, 0xc2, 0x7c, 0xda, 0x95, 0x85, 0x77, 0xa1, 0x82, 0xc9, 0xe4, 0xd6, + 0xa9, 0xe3, 0x86, 0xca, 0x85, 0xdd, 0xd0, 0xb3, 0xcd, 0xb7, 0x85, 0x31, 0x0d, 0xbe, 0xfa, 0x33, + 0x98, 0xbd, 0x3d, 0xb0, 0xf0, 0x2b, 0xbc, 0x3d, 0x20, 0x93, 0xde, 0x1f, 0x40, 0x49, 0xad, 0x13, + 0x63, 0x90, 0x3f, 0xf6, 0xbd, 0x91, 0x72, 0xed, 0x89, 0xbf, 0x59, 0x1d, 0xb2, 0xa1, 0x27, 0x0b, + 0x67, 0x43, 0xcf, 0xf8, 0x4d, 0xa8, 0x68, 0xac, 0xc6, 0x5e, 0x25, 0x27, 0x82, 0xd0, 0x96, 0xa5, + 0x95, 0x4c, 0xb3, 0x58, 0x96, 0xd0, 0xce, 0x40, 0xc8, 0x9b, 0x81, 0xe3, 0x73, 0xbc, 0xe7, 0x63, + 0xf9, 0xfc, 0x8c, 0xfb, 0x81, 0x72, 0xb5, 0x36, 0x22, 0x84, 0x49, 0x70, 0xe3, 0xaf, 0xc3, 0x62, + 0x62, 0x6d, 0xa5, 0x88, 0x78, 0x1d, 0xe6, 0x70, 0xde, 0x54, 0x28, 0x2c, 0x99, 0xc5, 0x2f, 0x71, + 0x78, 0x81, 0x93, 0xbc, 0xc4, 0xd6, 0xd8, 0xf7, 0x8e, 0xb0, 0x91, 0x8c, 0x59, 0x91, 0xb0, 0x03, + 0xdf, 0x3b, 0x32, 0x7e, 0x96, 0x83, 0xdc, 0xb6, 0x37, 0xd6, 0x33, 0x2c, 0x32, 0x33, 0x19, 0x16, + 0xd2, 0x04, 0xb0, 0x22, 0x15, 0x5f, 0x6a, 0x6d, 0xe8, 0x1f, 0x55, 0x6a, 0xfe, 0x3d, 0xa8, 0x0b, + 0x39, 0x11, 0x7a, 0xc2, 0x86, 0x3a, 0xb7, 0x7d, 0xca, 0xe9, 0xcf, 0xd1, 0xe6, 0xb3, 0x47, 0x61, + 0xcf, 0xdb, 0x22, 0x38, 0x5b, 0x82, 0x5c, 0xa4, 0xc0, 0x22, 0x5a, 0x7c, 0x0a, 0xe3, 0x1a, 0xb3, + 0xdb, 0x2e, 0x65, 0xac, 0x47, 0x7e, 0xb1, 0x77, 0x60, 0x31, 0x59, 0x2f, 0x89, 0x22, 0xa9, 0x91, + 0xe8, 0x15, 0xa3, 0x4c, 0xba, 0x0e, 0x42, 0x8e, 0x10, 0x8d, 0x0c, 0xcb, 0x1e, 0x73, 0x8e, 0x28, + 0x4d, 0xe8, 0x95, 0x12, 0x42, 0xef, 0x36, 0x54, 0xc2, 0xe1, 0x99, 0x35, 0xb6, 0x2f, 0x87, 0x9e, + 0x3d, 0x90, 0xfb, 0x1b, 0xc2, 0xe1, 0xd9, 0x01, 0x41, 0xd8, 0x43, 0x80, 0xd1, 0x78, 0x2c, 0xf7, + 0x1e, 0xba, 0x1b, 0x63, 0x56, 0xde, 0x3d, 0x38, 0x20, 0x96, 0x33, 0xcb, 0xa3, 0xf1, 0x98, 0xfe, + 0x64, 0x9b, 0x50, 0x4f, 0xbd, 0x8b, 0x73, 0x4b, 0x25, 0x63, 0x79, 0xe3, 0x07, 0x29, 0x9b, 0xb3, + 0xd6, 0xd7, 0x61, 0x6b, 0xbf, 0x01, 0xec, 0x17, 0xbc, 0x11, 0xd3, 0x83, 0x72, 0xd4, 0x3f, 0xfd, + 0x42, 0x09, 0xa6, 0x57, 0x56, 0x12, 0x17, 0x4a, 0x5a, 0x83, 0x81, 0x2f, 0xe4, 0x22, 0x1d, 0x98, + 0x91, 0xc8, 0x07, 0xed, 0xc4, 0x6c, 0x91, 0xdc, 0x37, 0xfe, 0x3c, 0x03, 0x05, 0xba, 0xdd, 0xf2, + 0x06, 0xcc, 0x13, 0x7d, 0x94, 0xad, 0x22, 0x23, 0x44, 0x74, 0xee, 0xf6, 0x64, 0xa2, 0x8a, 0xd8, + 0x16, 0xda, 0xcd, 0xbc, 0x6c, 0xb4, 0xf2, 0xda, 0xed, 0xbc, 0xdb, 0x50, 0x8e, 0x9a, 0xd6, 0x58, + 0xa7, 0xa4, 0x5a, 0x66, 0xaf, 0x40, 0xfe, 0xd4, 0x1b, 0x2b, 0x5b, 0x1c, 0xe2, 0x99, 0x34, 0x11, + 0x1e, 0xf7, 0x45, 0xb4, 0x41, 0x9d, 0x97, 0x36, 0x64, 0xd4, 0x08, 0xb2, 0xc1, 0xec, 0x18, 0xe7, + 0x52, 0xc6, 0x78, 0x08, 0xf3, 0x42, 0x0e, 0x68, 0x91, 0xda, 0xab, 0x0f, 0xcd, 0x37, 0x85, 0x86, + 0xd7, 0x1f, 0x4e, 0x06, 0x5c, 0xf7, 0x84, 0x60, 0xea, 0x84, 0x84, 0x2b, 0xf3, 0xc0, 0xf8, 0x83, + 0x0c, 0xc9, 0x17, 0x51, 0x2f, 0xbb, 0x07, 0x79, 0x71, 0xbe, 0x4d, 0x79, 0xea, 0xa2, 0x3c, 0x57, + 0x41, 0x67, 0x22, 0x05, 0x5e, 0x67, 0x9d, 0x8c, 0x92, 0xb5, 0xd7, 0xcc, 0x8a, 0x3b, 0x19, 0x45, + 0xce, 0x84, 0xef, 0xa8, 0x61, 0x4d, 0x19, 0xe2, 0x34, 0xfa, 0x68, 0x9b, 0x3e, 0xd0, 0x72, 0x30, + 0xf2, 0x89, 0x13, 0x53, 0x69, 0x81, 0x83, 0x13, 0xae, 0xe5, 0x5e, 0xfc, 0x51, 0x16, 0x6a, 0x89, + 0x1e, 0x61, 0x12, 0x8a, 0x38, 0x00, 0xc8, 0x0b, 0x2c, 0xd7, 0x1b, 0x04, 0x48, 0x2a, 0xea, 0xda, + 0x3c, 0x65, 0x13, 0xf3, 0x14, 0xc5, 0xa4, 0x73, 0x7a, 0x4c, 0xfa, 0x11, 0x94, 0xe3, 0x1b, 0x99, + 0xc9, 0x2e, 0x89, 0xf6, 0x54, 0xb6, 0x6f, 0x4c, 0x14, 0x47, 0xb1, 0x0b, 0x7a, 0x14, 0xfb, 0x7b, + 0x5a, 0xd0, 0x73, 0x0e, 0xab, 0x31, 0xd2, 0x66, 0xf4, 0x57, 0x93, 0x14, 0xf1, 0x09, 0x54, 0xb4, + 0xce, 0xeb, 0xc1, 0xcd, 0x4c, 0x22, 0xb8, 0x19, 0xe5, 0xe5, 0x67, 0xe3, 0xbc, 0x7c, 0xe3, 0xb7, + 0xb3, 0x50, 0x13, 0xfb, 0xcb, 0x71, 0x4f, 0x0e, 0xbc, 0xa1, 0xd3, 0x47, 0xaf, 0x70, 0xb4, 0xc3, + 0xa4, 0xa2, 0xa5, 0xf6, 0x99, 0xdc, 0x62, 0xa4, 0x67, 0xe9, 0xd7, 0x8f, 0x48, 0x48, 0x47, 0xd7, + 0x8f, 0x0c, 0xa8, 0x09, 0xc1, 0x78, 0x64, 0x07, 0x5c, 0xbb, 0x2f, 0x6a, 0x56, 0x8e, 0x39, 0x5f, + 0xb7, 0x03, 0x92, 0x90, 0xef, 0xc0, 0xa2, 0xa0, 0xc1, 0x9b, 0x17, 0x23, 0x67, 0x38, 0x74, 0x88, + 0x92, 0x5c, 0x0d, 0x8d, 0x63, 0xce, 0x4d, 0x3b, 0xe4, 0xbb, 0x02, 0x21, 0xaf, 0x97, 0x96, 0x06, + 0x4e, 0x60, 0x1f, 0xc5, 0xa9, 0x42, 0xd1, 0x37, 0xc6, 0x72, 0xec, 0x0b, 0x2d, 0x96, 0x43, 0x57, + 0xb0, 0x2a, 0x23, 0xfb, 0x22, 0x8a, 0xe5, 0x4c, 0x71, 0x52, 0x71, 0x9a, 0x93, 0x8c, 0xff, 0x92, + 0x85, 0x8a, 0xc6, 0x96, 0x2f, 0x73, 0xba, 0xde, 0x9a, 0xf1, 0xe2, 0x97, 0x75, 0x87, 0xfd, 0x6b, + 0xc9, 0x26, 0x31, 0xe4, 0x4b, 0x17, 0x59, 0x35, 0x06, 0xbe, 0x01, 0x65, 0xb1, 0xeb, 0xde, 0x45, + 0xa7, 0x98, 0xbc, 0x86, 0x8d, 0x80, 0x83, 0xc9, 0x91, 0x42, 0x3e, 0x46, 0x64, 0x21, 0x46, 0x3e, + 0x16, 0xc8, 0xe7, 0xe5, 0x07, 0x7e, 0x08, 0x55, 0x59, 0x2b, 0xae, 0x29, 0x0e, 0x37, 0xde, 0xf5, + 0x89, 0xf5, 0x36, 0x2b, 0xd4, 0x1c, 0x2d, 0xbe, 0x2c, 0xf8, 0x58, 0x15, 0x2c, 0xbd, 0xa8, 0xe0, + 0x63, 0xfa, 0x30, 0xb6, 0xa2, 0x94, 0x4b, 0x4c, 0x37, 0x50, 0x72, 0xec, 0x21, 0x2c, 0x2a, 0x71, + 0x35, 0x71, 0x6d, 0xd7, 0xf5, 0x26, 0x6e, 0x9f, 0xab, 0x84, 0x7d, 0x26, 0x51, 0x87, 0x31, 0xc6, + 0x18, 0x44, 0x37, 0xba, 0x28, 0x6d, 0xe1, 0x3e, 0x14, 0x48, 0x2f, 0x27, 0xe5, 0x23, 0x5d, 0x70, + 0x11, 0x09, 0xbb, 0x07, 0x05, 0x52, 0xcf, 0xb3, 0x57, 0x0a, 0x1b, 0x22, 0x30, 0x1e, 0xc0, 0x3c, + 0xaa, 0x98, 0x9a, 0xc4, 0x7d, 0x9e, 0x56, 0x62, 0x2c, 0x01, 0xdb, 0xa3, 0x4d, 0xa4, 0xa7, 0xd3, + 0xfc, 0xcf, 0x1c, 0x54, 0x34, 0xb0, 0x10, 0x8b, 0x98, 0x80, 0x61, 0x0d, 0x1c, 0x7b, 0xc4, 0x55, + 0xec, 0xa1, 0x66, 0xd6, 0x10, 0xba, 0x29, 0x81, 0xe2, 0x50, 0xb0, 0xcf, 0x4e, 0x2c, 0x6f, 0x12, + 0x5a, 0x03, 0x7e, 0xe2, 0x73, 0x2e, 0x95, 0xa5, 0xaa, 0x7d, 0x76, 0xb2, 0x3f, 0x09, 0x37, 0x11, + 0x26, 0xa8, 0x04, 0x53, 0x6b, 0x54, 0x32, 0x67, 0x60, 0x64, 0x5f, 0xc4, 0x54, 0x32, 0x71, 0x85, + 0xa6, 0x28, 0x1f, 0x25, 0xae, 0x90, 0xd9, 0x32, 0x2d, 0xc9, 0x0b, 0xb3, 0x92, 0xfc, 0x3d, 0x58, + 0x21, 0x49, 0x2e, 0x65, 0x84, 0x35, 0xc5, 0x52, 0x4b, 0x88, 0x95, 0x83, 0xd4, 0xf4, 0xaf, 0x86, + 0x18, 0x81, 0xda, 0x1f, 0x81, 0xf3, 0x13, 0xda, 0x51, 0x19, 0x53, 0x8c, 0x4c, 0x56, 0xde, 0x75, + 0x7e, 0xc2, 0x05, 0x25, 0x06, 0x46, 0x75, 0x4a, 0x99, 0x86, 0x3a, 0x72, 0xdc, 0x69, 0x4a, 0xfb, + 0x22, 0x49, 0x59, 0x96, 0x94, 0xf6, 0x85, 0x4e, 0xf9, 0x3e, 0xac, 0x8e, 0xf8, 0xc0, 0xb1, 0x93, + 0xd5, 0x5a, 0xb1, 0x06, 0xb1, 0x44, 0x68, 0xad, 0x4c, 0x97, 0x2c, 0x48, 0x31, 0x1b, 0x3f, 0xf1, + 0x46, 0x47, 0x0e, 0x1d, 0x9e, 0x14, 0xaa, 0xcd, 0x9b, 0x75, 0x77, 0x32, 0xfa, 0x21, 0x82, 0x45, + 0x91, 0xc0, 0xa8, 0x41, 0xa5, 0x1b, 0x7a, 0x63, 0xb5, 0xcc, 0x75, 0xa8, 0xd2, 0xa7, 0xbc, 0x8e, + 0x71, 0x03, 0xae, 0x23, 0x6f, 0xf6, 0xbc, 0xb1, 0x37, 0xf4, 0x4e, 0x2e, 0x13, 0x0e, 0xa5, 0xff, + 0x9e, 0x81, 0xc5, 0x04, 0x56, 0xee, 0xf3, 0xf7, 0x68, 0x63, 0x45, 0x39, 0xf5, 0xc4, 0xce, 0x0b, + 0xda, 0xe1, 0x43, 0x84, 0xb4, 0xab, 0x54, 0x9e, 0x7d, 0x2b, 0xbe, 0x0b, 0xaa, 0x0a, 0x12, 0x6f, + 0x37, 0x67, 0x79, 0x5b, 0x96, 0x57, 0xb7, 0x44, 0x55, 0x15, 0x7f, 0x55, 0xa6, 0x0a, 0x0f, 0xe4, + 0x90, 0x73, 0xc9, 0x64, 0x48, 0xdd, 0xf9, 0xa4, 0x7a, 0x10, 0x7b, 0xa4, 0x02, 0xe3, 0x5f, 0x65, + 0x00, 0xe2, 0xde, 0x61, 0x3a, 0x66, 0x74, 0x80, 0xd2, 0x33, 0x2b, 0xda, 0x61, 0xf9, 0x2a, 0x54, + 0xa3, 0x8c, 0xb1, 0xf8, 0x48, 0xae, 0x28, 0x98, 0x38, 0x97, 0xef, 0xc2, 0xfc, 0xc9, 0xd0, 0x3b, + 0x42, 0xd5, 0x49, 0x1e, 0xa0, 0x74, 0x29, 0xa5, 0x4e, 0x60, 0x75, 0x2c, 0xc6, 0x07, 0x78, 0x3e, + 0x35, 0xa9, 0x4c, 0x3f, 0x8e, 0x8d, 0xdf, 0xc9, 0x46, 0xa9, 0x33, 0xf1, 0x4c, 0x3c, 0xdf, 0xce, + 0xf8, 0x36, 0x11, 0xd8, 0xe7, 0x45, 0x1e, 0x3e, 0x81, 0xba, 0x4f, 0xd2, 0x51, 0x89, 0xce, 0xfc, + 0x73, 0x44, 0x67, 0xcd, 0x4f, 0x1c, 0xb9, 0x6f, 0x42, 0xc3, 0x1e, 0x9c, 0x71, 0x3f, 0x74, 0xd0, + 0x59, 0x8b, 0x8a, 0x9a, 0x4c, 0x56, 0xd1, 0xe0, 0xa8, 0x11, 0xdd, 0x85, 0x79, 0x79, 0x45, 0x28, + 0xa2, 0x94, 0x8f, 0x0e, 0xc4, 0x60, 0x41, 0x68, 0xfc, 0x5b, 0x95, 0xab, 0x93, 0x5c, 0xdd, 0xe7, + 0xcf, 0x8a, 0x3e, 0xc2, 0xec, 0x6c, 0x6c, 0x45, 0x32, 0x92, 0xf4, 0x01, 0x4b, 0x79, 0x44, 0x40, + 0xe9, 0x01, 0x4e, 0x4e, 0x6b, 0xfe, 0x65, 0xa6, 0xd5, 0xf8, 0x93, 0x0c, 0x14, 0xb7, 0xbd, 0xb1, + 0xb0, 0xcb, 0x85, 0x3e, 0x87, 0xdb, 0x24, 0xba, 0x9e, 0x37, 0x27, 0x3e, 0x3b, 0x83, 0xe7, 0xa7, + 0xe5, 0xa7, 0xea, 0x1b, 0xb5, 0xa4, 0xbe, 0xf1, 0x3d, 0xb8, 0x81, 0xd1, 0x08, 0xdf, 0x1b, 0x7b, + 0xbe, 0xd8, 0xaa, 0xf6, 0x90, 0xf4, 0x0e, 0xcf, 0x0d, 0x4f, 0x95, 0xec, 0xbc, 0x7e, 0xcc, 0xf9, + 0x81, 0x46, 0xb1, 0x1b, 0x11, 0xe0, 0x5d, 0x93, 0x61, 0x78, 0x66, 0x91, 0xa9, 0x28, 0x15, 0x23, + 0x92, 0xa8, 0xf3, 0x02, 0xd1, 0x46, 0x38, 0xaa, 0x46, 0xc6, 0x47, 0x50, 0x8e, 0xbc, 0x0e, 0xec, + 0x2d, 0x28, 0x9f, 0x7a, 0x63, 0xe9, 0x9a, 0xc8, 0x24, 0xae, 0x2e, 0xc8, 0x51, 0x9b, 0xa5, 0x53, + 0xfa, 0x23, 0x30, 0x7e, 0x56, 0x84, 0x62, 0xc7, 0x3d, 0xf3, 0x9c, 0x3e, 0x66, 0xfb, 0x8c, 0xf8, + 0xc8, 0x53, 0xf7, 0x14, 0xc5, 0xdf, 0x18, 0xd1, 0x8f, 0x9f, 0x0e, 0xc8, 0xc9, 0x88, 0x7e, 0xf4, + 0x68, 0xc0, 0x32, 0xcc, 0xf9, 0xfa, 0xdd, 0xff, 0x82, 0x8f, 0xf9, 0x87, 0x91, 0xd1, 0x56, 0xd0, + 0xee, 0x79, 0x8a, 0xba, 0xe8, 0x4e, 0x3a, 0x4e, 0x19, 0xdd, 0x3d, 0x29, 0x23, 0x04, 0x27, 0xec, + 0x26, 0x14, 0xe5, 0x4d, 0x01, 0xca, 0xbb, 0xa6, 0x84, 0x41, 0x09, 0x42, 0x6e, 0xf0, 0x39, 0x45, + 0x93, 0x22, 0x8d, 0x4a, 0xd8, 0xe9, 0x12, 0xb8, 0x29, 0x78, 0xed, 0x36, 0x54, 0x88, 0x9e, 0x48, + 0x4a, 0x32, 0x3f, 0x07, 0x41, 0x48, 0x90, 0xf2, 0x84, 0x46, 0x39, 0xf5, 0x09, 0x0d, 0x4c, 0xe7, + 0x8a, 0xa4, 0x2c, 0x0d, 0x11, 0xe8, 0xe1, 0x04, 0x0d, 0xae, 0xde, 0x8f, 0x91, 0xc6, 0x3d, 0x5d, + 0xa3, 0x52, 0xc6, 0xfd, 0x6b, 0x50, 0x3b, 0xb6, 0x87, 0xc3, 0x23, 0xbb, 0xff, 0x8c, 0x6c, 0xd2, + 0x2a, 0xb9, 0xe1, 0x14, 0x10, 0x8d, 0xd2, 0xdb, 0x50, 0xd1, 0x56, 0x19, 0x93, 0x6f, 0xf2, 0x26, + 0xc4, 0xeb, 0x3b, 0xed, 0x6a, 0xaa, 0xbf, 0x84, 0xab, 0x49, 0x4b, 0x42, 0x9a, 0x4f, 0x26, 0x21, + 0xdd, 0x40, 0x69, 0x2a, 0x13, 0x55, 0x1a, 0x74, 0x4b, 0xdf, 0x1e, 0x0c, 0x30, 0x51, 0x85, 0x9e, + 0xc4, 0xc2, 0xc9, 0x23, 0xfc, 0x02, 0x29, 0xb5, 0x04, 0x23, 0x92, 0x5b, 0xe4, 0x2f, 0x1d, 0xdb, + 0xce, 0x00, 0x93, 0x3e, 0xc9, 0x8c, 0x2d, 0xda, 0xa3, 0xf0, 0xc0, 0x76, 0x06, 0xec, 0x0e, 0x54, + 0x15, 0x1a, 0x4f, 0xc7, 0x45, 0x9a, 0x7f, 0x89, 0x16, 0x67, 0xa2, 0x01, 0xb5, 0x88, 0x62, 0x14, + 0xdf, 0x85, 0xaa, 0x48, 0x12, 0xe4, 0x83, 0x77, 0x31, 0xf8, 0x1f, 0x72, 0xbc, 0xf1, 0x54, 0x7f, + 0x7c, 0x43, 0x8e, 0x55, 0x72, 0xa9, 0xfa, 0x1f, 0x33, 0x1d, 0x4c, 0xa2, 0x14, 0x8a, 0x18, 0x85, + 0x68, 0x56, 0x12, 0x8a, 0x98, 0x24, 0xc5, 0x10, 0x0d, 0x11, 0xb0, 0x8f, 0x34, 0x43, 0xaa, 0x89, + 0xc4, 0x37, 0xa7, 0xea, 0xbf, 0xc2, 0x84, 0x12, 0xdc, 0xeb, 0x04, 0xe2, 0x94, 0x09, 0xb8, 0x3b, + 0xc0, 0x0b, 0x50, 0x25, 0xb3, 0xec, 0x04, 0x4f, 0x09, 0xf0, 0xcb, 0xb5, 0xb0, 0x5a, 0x50, 0xd5, + 0x87, 0xc9, 0x4a, 0x90, 0xdf, 0x3f, 0x68, 0xef, 0x35, 0xae, 0xb1, 0x0a, 0x14, 0xbb, 0xed, 0x5e, + 0x6f, 0xa7, 0xbd, 0xd9, 0xc8, 0xb0, 0x2a, 0x94, 0xa2, 0x6b, 0x1c, 0x59, 0xf1, 0xd5, 0xda, 0xd8, + 0x68, 0x1f, 0xf4, 0xda, 0x9b, 0x8d, 0xdc, 0xf7, 0xf3, 0xa5, 0x6c, 0x23, 0x67, 0xfc, 0x59, 0x0e, + 0x2a, 0xda, 0x2c, 0x3c, 0x5f, 0x18, 0xdf, 0x02, 0x40, 0x93, 0x26, 0xce, 0x63, 0xca, 0x9b, 0x65, + 0x01, 0xa1, 0xc5, 0xd7, 0x9d, 0xe5, 0x39, 0x7a, 0xfe, 0x41, 0x39, 0xcb, 0x5f, 0x83, 0x1a, 0xbd, + 0xa4, 0xa0, 0x87, 0xeb, 0x0a, 0x66, 0x95, 0x80, 0x52, 0x54, 0xe3, 0x3d, 0x30, 0x24, 0xc2, 0x1b, + 0x02, 0xf2, 0x5e, 0x35, 0x81, 0xf0, 0x8e, 0x00, 0x5e, 0xf0, 0x08, 0xbc, 0xe1, 0x19, 0x27, 0x0a, + 0xd2, 0x08, 0x2b, 0x12, 0xd6, 0x93, 0x17, 0xd1, 0xa4, 0x3c, 0xd4, 0x2e, 0x22, 0x15, 0xcc, 0x2a, + 0x01, 0x65, 0x43, 0xef, 0x28, 0x06, 0x2a, 0x21, 0x03, 0xad, 0xce, 0x72, 0x43, 0x82, 0x79, 0x76, + 0x66, 0xfc, 0x59, 0x65, 0x64, 0x8c, 0xef, 0xcc, 0x96, 0x7b, 0xb1, 0x5f, 0x8b, 0xbd, 0x05, 0x6c, + 0x34, 0x1e, 0x5b, 0x29, 0x9e, 0xa6, 0xbc, 0x39, 0x3f, 0x1a, 0x8f, 0x7b, 0x9a, 0x23, 0xe6, 0x97, + 0xe0, 0x04, 0xfb, 0x12, 0x58, 0x4b, 0x6c, 0x60, 0xec, 0x62, 0xe4, 0x42, 0x8d, 0xc5, 0x72, 0x46, + 0x17, 0xcb, 0x29, 0xd2, 0x2f, 0x9b, 0x2a, 0xfd, 0x9e, 0x27, 0x27, 0x8c, 0x2d, 0xa8, 0x1c, 0x68, + 0xef, 0xb4, 0xdc, 0x11, 0x27, 0x84, 0x7a, 0xa1, 0x85, 0xce, 0x0e, 0x72, 0x6e, 0xf9, 0xf2, 0x61, + 0x16, 0xad, 0x37, 0x59, 0xad, 0x37, 0xc6, 0xbf, 0xcc, 0xd0, 0x1d, 0xf8, 0xa8, 0xf3, 0xf1, 0xd3, + 0x30, 0x2a, 0x0e, 0x14, 0xdf, 0x17, 0xac, 0xa8, 0xf8, 0x8f, 0xbc, 0xea, 0x87, 0x5d, 0xb3, 0xbc, + 0xe3, 0xe3, 0x80, 0xab, 0x9b, 0x2f, 0x15, 0x84, 0xed, 0x23, 0x48, 0x29, 0xdf, 0x42, 0xc3, 0x77, + 0xa8, 0xfe, 0x40, 0xde, 0x80, 0x11, 0xca, 0xf7, 0xae, 0x7d, 0x21, 0x5b, 0x0d, 0x84, 0x0a, 0x22, + 0x1d, 0xd5, 0xea, 0xbe, 0x4f, 0xf4, 0x6d, 0xfc, 0x33, 0x79, 0xa5, 0x71, 0x7a, 0x7e, 0xef, 0x43, + 0x29, 0xaa, 0x35, 0x79, 0xc2, 0x2a, 0xca, 0x08, 0x2f, 0xce, 0x71, 0xb4, 0xca, 0x13, 0x3d, 0xa6, + 0xcd, 0x85, 0xc1, 0x86, 0x8e, 0xd6, 0xeb, 0xb7, 0x81, 0x1d, 0x3b, 0xfe, 0x34, 0x31, 0x6d, 0xb6, + 0x06, 0x62, 0x34, 0x6a, 0xe3, 0x10, 0x16, 0x95, 0x94, 0xd0, 0x2c, 0x82, 0xe4, 0xe2, 0x65, 0x5e, + 0x20, 0xe4, 0xb3, 0x33, 0x42, 0xde, 0xf8, 0x69, 0x1e, 0x8a, 0xea, 0xcd, 0xa3, 0xb4, 0x77, 0x7a, + 0xca, 0xc9, 0x77, 0x7a, 0x9a, 0x89, 0x37, 0x1d, 0x70, 0xe9, 0xe5, 0x79, 0x7f, 0x77, 0xfa, 0xc8, + 0xd6, 0x9c, 0xe6, 0x89, 0x63, 0x7b, 0x05, 0xf2, 0x63, 0x3b, 0x3c, 0x45, 0x07, 0x19, 0x31, 0x0f, + 0x7e, 0x2b, 0x67, 0x7a, 0x21, 0xe9, 0x4c, 0x4f, 0x7b, 0xd3, 0x88, 0x54, 0xd2, 0x99, 0x37, 0x8d, + 0x6e, 0x00, 0xe9, 0x17, 0x5a, 0x3e, 0x4c, 0x09, 0x01, 0xe2, 0x2c, 0x4a, 0xaa, 0x23, 0xa5, 0x69, + 0x75, 0xe4, 0xa5, 0x55, 0x85, 0xf7, 0x60, 0x8e, 0xee, 0x03, 0xcb, 0x7b, 0x4d, 0xea, 0x40, 0x91, + 0x73, 0xa8, 0xfe, 0xa7, 0x24, 0x58, 0x53, 0xd2, 0xea, 0x0f, 0x84, 0x54, 0x12, 0x0f, 0x84, 0xe8, + 0x4e, 0xfe, 0x6a, 0xd2, 0xc9, 0x7f, 0x0f, 0x1a, 0xd1, 0x84, 0xa2, 0xcb, 0xcc, 0x0d, 0xe4, 0x8d, + 0x8e, 0xba, 0x82, 0x0b, 0x29, 0xb9, 0x17, 0xc4, 0x07, 0x62, 0x3d, 0x71, 0x20, 0x0a, 0x19, 0xd6, + 0x0a, 0x43, 0x3e, 0x1a, 0x87, 0xf2, 0x40, 0xc4, 0x9c, 0x6f, 0xbd, 0x83, 0xc9, 0x1b, 0x7f, 0x35, + 0x28, 0x77, 0xf6, 0xac, 0xad, 0x9d, 0xce, 0x93, 0xed, 0x5e, 0x23, 0x23, 0x3e, 0xbb, 0x87, 0x1b, + 0x1b, 0xed, 0xf6, 0x26, 0x9e, 0x38, 0x00, 0x73, 0x5b, 0xad, 0x8e, 0x38, 0x7d, 0x72, 0xc6, 0x5f, + 0x66, 0xa0, 0xa2, 0x55, 0xcf, 0xde, 0x8f, 0x66, 0x85, 0xde, 0x90, 0xb8, 0x35, 0xdb, 0x85, 0x07, + 0x4a, 0x14, 0x6b, 0xd3, 0x12, 0xbd, 0xe0, 0x94, 0xbd, 0xf2, 0x05, 0x27, 0xf6, 0x06, 0xcc, 0xdb, + 0x54, 0x43, 0x34, 0x0b, 0xd2, 0x1d, 0x2c, 0xc1, 0x72, 0x12, 0x30, 0x0b, 0x2c, 0x3e, 0x4f, 0x04, + 0x5d, 0x5e, 0x25, 0x5e, 0x45, 0x47, 0xca, 0x5e, 0x60, 0x7c, 0x00, 0x10, 0xf7, 0x24, 0x39, 0xe4, + 0x6b, 0xc9, 0x21, 0x67, 0xb4, 0x21, 0x67, 0x8d, 0x4d, 0x12, 0x0e, 0x72, 0xfa, 0xa2, 0xf8, 0xf3, + 0x3b, 0xa0, 0xfc, 0x4c, 0x16, 0x66, 0x57, 0x8e, 0x87, 0x3c, 0x54, 0x37, 0x1e, 0x17, 0x24, 0xa6, + 0x13, 0x21, 0xd4, 0x05, 0xe4, 0xb8, 0x96, 0x58, 0xc6, 0x48, 0x46, 0x9b, 0x96, 0x31, 0x92, 0xd4, + 0x8c, 0xf0, 0xc6, 0x1a, 0x34, 0x37, 0xb9, 0xa8, 0xad, 0x35, 0x1c, 0x4e, 0x75, 0xc7, 0xb8, 0x01, + 0xd7, 0x53, 0x70, 0xd2, 0xb5, 0xf0, 0x29, 0x2c, 0xb7, 0xe8, 0x72, 0xe3, 0x2f, 0xeb, 0x86, 0x85, + 0xd1, 0x84, 0x95, 0xe9, 0x2a, 0x65, 0x63, 0x5b, 0xb0, 0xb0, 0xc9, 0x8f, 0x26, 0x27, 0x3b, 0xfc, + 0x2c, 0x6e, 0x88, 0x41, 0x3e, 0x38, 0xf5, 0xce, 0xe5, 0xfc, 0xe0, 0xdf, 0x62, 0x67, 0x0e, 0x05, + 0x8d, 0x15, 0x8c, 0x79, 0x5f, 0xf9, 0x39, 0x11, 0xd2, 0x1d, 0xf3, 0xbe, 0xf1, 0x3e, 0x30, 0xbd, + 0x1e, 0x39, 0x5f, 0x42, 0xf7, 0x9f, 0x1c, 0x59, 0xc1, 0x65, 0x10, 0xf2, 0x91, 0x7a, 0x78, 0x04, + 0x82, 0xc9, 0x51, 0x97, 0x20, 0xc6, 0x5d, 0xa8, 0x1e, 0xd8, 0x97, 0x26, 0xff, 0x52, 0xde, 0x1d, + 0x58, 0x85, 0xe2, 0xd8, 0xbe, 0x14, 0x9b, 0x3b, 0x0a, 0x79, 0x20, 0xda, 0xf8, 0xc3, 0x3c, 0xcc, + 0x11, 0x25, 0xbb, 0x43, 0x6f, 0x03, 0x3a, 0x2e, 0x6e, 0x2e, 0x25, 0xfe, 0x34, 0xd0, 0x8c, 0x84, + 0xcc, 0xce, 0x4a, 0x48, 0xe9, 0x16, 0x53, 0x6f, 0x22, 0x28, 0xe7, 0xb4, 0x3b, 0x19, 0xa9, 0x87, + 0x10, 0xd8, 0x4d, 0x28, 0xc7, 0x97, 0xb4, 0xf2, 0xf1, 0xdb, 0x8f, 0x74, 0x35, 0x2b, 0x19, 0x3e, + 0x8c, 0x2d, 0x0c, 0xea, 0x9d, 0x12, 0xfc, 0x52, 0x08, 0xea, 0xa0, 0x54, 0x33, 0xa6, 0xa8, 0x6e, + 0xa5, 0x24, 0xcd, 0x98, 0x19, 0x73, 0xa5, 0xf4, 0x62, 0x73, 0x85, 0xfc, 0x65, 0xcf, 0x31, 0x57, + 0xe0, 0x25, 0xcc, 0x95, 0x97, 0x08, 0xdd, 0x5d, 0x87, 0x12, 0x9e, 0xe6, 0x9a, 0x4c, 0x14, 0xa7, + 0xb8, 0x90, 0x89, 0x1f, 0x6a, 0x0a, 0x3d, 0xe5, 0x0d, 0xdc, 0x88, 0xb7, 0x89, 0xc9, 0xbf, 0xfc, + 0xd5, 0x84, 0x44, 0xbe, 0x80, 0xa2, 0x84, 0x0a, 0x86, 0x76, 0xed, 0x91, 0x7a, 0x56, 0x06, 0xff, + 0x16, 0xd3, 0x86, 0x6f, 0x61, 0x7c, 0x39, 0x71, 0x7c, 0x3e, 0x50, 0x8f, 0x17, 0x38, 0xb8, 0x47, + 0x05, 0x44, 0x0c, 0x50, 0x18, 0x17, 0xae, 0x77, 0xee, 0xca, 0xab, 0xcb, 0x45, 0x27, 0x78, 0x2a, + 0x3e, 0x0d, 0x06, 0x0d, 0x7c, 0x58, 0x6a, 0xec, 0xf9, 0xea, 0xc8, 0x31, 0x7e, 0x9a, 0x81, 0x86, + 0xdc, 0x5d, 0x11, 0x4e, 0xd7, 0xed, 0x0b, 0x57, 0x85, 0xb9, 0x9f, 0xff, 0x14, 0x81, 0x01, 0x35, + 0x74, 0x69, 0x44, 0xe7, 0x0f, 0xb9, 0x64, 0x2a, 0x02, 0xb8, 0x25, 0xcf, 0xa0, 0x57, 0xa0, 0xa2, + 0x92, 0x2c, 0x47, 0xce, 0x50, 0x3d, 0xf3, 0x4a, 0x59, 0x96, 0xbb, 0xce, 0x50, 0x1d, 0x5f, 0xbe, + 0x2d, 0x6f, 0x49, 0x65, 0xf0, 0xf8, 0x32, 0xed, 0x90, 0x1b, 0xff, 0x29, 0x03, 0x0b, 0xda, 0x50, + 0xe4, 0xbe, 0xfd, 0x18, 0xaa, 0xd1, 0x8b, 0x6e, 0x3c, 0xd2, 0xa7, 0x56, 0x93, 0x82, 0x26, 0x2e, + 0x56, 0xe9, 0x47, 0x90, 0x40, 0x74, 0x66, 0x60, 0x5f, 0x62, 0x7f, 0x83, 0xc9, 0x48, 0x99, 0x2c, + 0x03, 0xfb, 0x72, 0x8b, 0xf3, 0xee, 0x64, 0x24, 0x0c, 0xd2, 0x73, 0xce, 0x9f, 0x45, 0x04, 0xa4, + 0x49, 0x81, 0x80, 0x49, 0x0a, 0x03, 0x6a, 0x23, 0xcf, 0x0d, 0x4f, 0x23, 0x12, 0xa9, 0x4b, 0x22, + 0x90, 0x68, 0x8c, 0xff, 0x91, 0x85, 0x45, 0x72, 0x9c, 0x49, 0x87, 0xa5, 0x14, 0x5d, 0x4d, 0x98, + 0x23, 0x1f, 0x22, 0x09, 0xaf, 0xed, 0x6b, 0xa6, 0xfc, 0x66, 0xef, 0xbd, 0xa4, 0xb3, 0x4f, 0x5d, + 0xc4, 0xba, 0x62, 0xfa, 0x73, 0xb3, 0xd3, 0x7f, 0xf5, 0xf4, 0xa6, 0xc5, 0xd1, 0x0a, 0x69, 0x71, + 0xb4, 0x97, 0x89, 0x5e, 0xcd, 0xdc, 0x56, 0x2a, 0x4a, 0x1a, 0xed, 0xb6, 0xd2, 0xfb, 0xb0, 0x9a, + 0xa0, 0x41, 0x69, 0xed, 0x1c, 0x3b, 0x5c, 0xdd, 0x0c, 0x5f, 0xd2, 0xa8, 0xbb, 0x0a, 0xb7, 0x5e, + 0x84, 0x42, 0xd0, 0xf7, 0xc6, 0xdc, 0x58, 0x81, 0xa5, 0xe4, 0xac, 0xca, 0x63, 0xe2, 0xf7, 0x33, + 0xd0, 0x94, 0x59, 0x0f, 0x8e, 0x7b, 0xb2, 0xed, 0x04, 0xa1, 0xe7, 0x47, 0x2f, 0x9f, 0xdd, 0x02, + 0x08, 0x42, 0xdb, 0x97, 0x36, 0x24, 0x69, 0xb7, 0x65, 0x84, 0xa0, 0x7d, 0x78, 0x1d, 0x4a, 0xdc, + 0x1d, 0x10, 0x92, 0xb8, 0xa1, 0xc8, 0xdd, 0x81, 0xb2, 0x2e, 0x67, 0xb4, 0xea, 0x5a, 0xd2, 0x68, + 0x90, 0xd7, 0x26, 0xc5, 0xec, 0xf0, 0x33, 0x3c, 0x78, 0xf3, 0xd1, 0xb5, 0xc9, 0x5d, 0xfb, 0x02, + 0x73, 0x08, 0x03, 0xe3, 0x1f, 0x67, 0x61, 0x3e, 0xee, 0x1f, 0xdd, 0xb9, 0x4e, 0xc8, 0x6f, 0xd9, + 0xab, 0x58, 0x7e, 0xdf, 0x91, 0xec, 0xe0, 0x08, 0xad, 0x5c, 0x73, 0x27, 0x96, 0x68, 0x73, 0x76, + 0x5c, 0x66, 0x40, 0x45, 0x51, 0x78, 0x93, 0x50, 0x7b, 0x80, 0xa8, 0x4c, 0x24, 0xfb, 0x93, 0x50, + 0x98, 0x51, 0xc2, 0x9e, 0x74, 0x5c, 0x69, 0xc8, 0x14, 0xec, 0x51, 0xd8, 0xc1, 0x77, 0x8d, 0x05, + 0x58, 0x14, 0xa3, 0x85, 0x14, 0x54, 0x82, 0xbe, 0x41, 0xda, 0x33, 0xad, 0x1c, 0x6a, 0xce, 0xba, + 0x6a, 0x49, 0x4f, 0x3c, 0x46, 0xaa, 0xe5, 0x2b, 0x50, 0xa1, 0xca, 0xe3, 0xcb, 0x69, 0x79, 0xb3, + 0x8c, 0x2d, 0x20, 0x5e, 0xba, 0x76, 0xbc, 0x49, 0xc2, 0xa0, 0x05, 0x6a, 0x0a, 0x93, 0x0a, 0xfe, + 0x41, 0x06, 0xae, 0xa7, 0x2c, 0x9b, 0xdc, 0xe5, 0x1b, 0xb0, 0x70, 0x1c, 0x21, 0xd5, 0xec, 0xd2, + 0x56, 0x5f, 0x51, 0x62, 0x35, 0x39, 0xa7, 0x66, 0xe3, 0x38, 0x09, 0x88, 0x4d, 0x29, 0x5a, 0xc1, + 0xc4, 0xfd, 0x43, 0x34, 0xa5, 0x68, 0x19, 0xc9, 0x8a, 0x39, 0x80, 0xb5, 0xf6, 0x85, 0x90, 0x18, + 0x1b, 0xfa, 0xc3, 0xdc, 0x8a, 0x8d, 0x92, 0x6e, 0xe3, 0xcc, 0x4b, 0xb9, 0x8d, 0x07, 0x74, 0xcd, + 0x2a, 0xaa, 0xeb, 0xdb, 0x54, 0x82, 0x07, 0xa8, 0x28, 0x43, 0x0f, 0x8b, 0xab, 0x3b, 0x90, 0xfd, + 0xe8, 0x41, 0x71, 0x23, 0x80, 0xf9, 0xdd, 0xc9, 0x30, 0x74, 0xe2, 0x37, 0xc6, 0xd9, 0x7b, 0xb2, + 0x0c, 0xb6, 0xa3, 0x66, 0x2d, 0xb5, 0x21, 0x88, 0x1a, 0xc2, 0xc9, 0x1a, 0x89, 0x8a, 0xac, 0xd9, + 0xf6, 0xe6, 0x47, 0xc9, 0x16, 0x8c, 0xeb, 0xb0, 0x1a, 0x7f, 0xd1, 0xb4, 0xa9, 0xa3, 0xe6, 0x5f, + 0x64, 0x28, 0x61, 0x39, 0xf9, 0xde, 0x39, 0x6b, 0xc3, 0x62, 0xe0, 0xb8, 0x27, 0x43, 0xae, 0x57, + 0x1f, 0xc8, 0x49, 0x58, 0x4e, 0xf6, 0x4d, 0xbe, 0x89, 0x6e, 0x2e, 0x50, 0x89, 0xb8, 0xb6, 0x80, + 0xad, 0x5f, 0xd5, 0xc9, 0x98, 0x2d, 0xa6, 0x66, 0x63, 0xb6, 0xf3, 0x1d, 0xa8, 0x27, 0x1b, 0x62, + 0x1f, 0xca, 0x2b, 0x86, 0x71, 0xaf, 0x72, 0x53, 0xb7, 0xc5, 0x62, 0x86, 0xa8, 0xc4, 0x73, 0x1f, + 0x18, 0xff, 0x30, 0x03, 0x4d, 0x93, 0x0b, 0xce, 0xd5, 0x7a, 0xa9, 0x78, 0xe6, 0xe3, 0x99, 0x5a, + 0xaf, 0x1e, 0xab, 0xba, 0xb9, 0xa8, 0x7a, 0xf4, 0xf6, 0x95, 0x8b, 0xb1, 0x7d, 0x6d, 0x66, 0x44, + 0xeb, 0x25, 0x98, 0x23, 0x12, 0x63, 0x15, 0x96, 0x65, 0x7f, 0x54, 0x5f, 0xe2, 0x98, 0x60, 0xa2, + 0xc5, 0x44, 0x4c, 0x70, 0x0d, 0x9a, 0xf4, 0x80, 0x9d, 0x3e, 0x08, 0x59, 0x70, 0x13, 0xd8, 0xae, + 0xdd, 0xb7, 0x7d, 0xcf, 0x73, 0x0f, 0xb8, 0x2f, 0xd3, 0x3f, 0x51, 0xc3, 0xc4, 0x90, 0x99, 0x52, + 0x85, 0xe9, 0x4b, 0x3d, 0xbb, 0xe6, 0xb9, 0x2a, 0xdb, 0x85, 0xbe, 0x0c, 0x13, 0x16, 0xd7, 0xed, + 0x67, 0x5c, 0xd5, 0xa4, 0xa6, 0xe8, 0x13, 0xa8, 0x8c, 0xa3, 0x4a, 0xd5, 0xbc, 0xab, 0x7b, 0xc8, + 0xb3, 0xcd, 0x9a, 0x3a, 0xb5, 0xf1, 0x18, 0x96, 0x92, 0x75, 0x4a, 0xd1, 0xb1, 0x06, 0xa5, 0x91, + 0x84, 0xc9, 0xde, 0x45, 0xdf, 0xc6, 0xff, 0x2d, 0x42, 0x71, 0xcb, 0x76, 0x86, 0x42, 0xf1, 0x7a, + 0x00, 0xf9, 0xbe, 0xca, 0x38, 0x8a, 0x9f, 0xb7, 0x90, 0x58, 0xf5, 0xff, 0x06, 0xe6, 0x1d, 0x09, + 0x3a, 0xf6, 0x09, 0xd4, 0x93, 0xb1, 0xce, 0xa9, 0x4b, 0x8e, 0xc9, 0x20, 0x65, 0xad, 0x3f, 0x15, + 0xd5, 0x2a, 0xc7, 0x87, 0x23, 0xe9, 0x0c, 0xa5, 0x53, 0xed, 0xf4, 0xf4, 0x5c, 0xa1, 0x6f, 0x07, + 0xa7, 0xb6, 0xf5, 0xf8, 0xfd, 0x0f, 0xe4, 0x2d, 0xc7, 0x0a, 0x02, 0xbb, 0xa7, 0xf6, 0xe3, 0xf7, + 0x3f, 0x98, 0xd6, 0xa4, 0xe9, 0xa2, 0x9b, 0xae, 0x49, 0x2f, 0x41, 0x81, 0xde, 0x17, 0xa3, 0xd4, + 0x11, 0xfa, 0x60, 0x8f, 0x60, 0xe9, 0x98, 0x46, 0x62, 0xc9, 0x24, 0x5f, 0x92, 0x82, 0x25, 0xba, + 0x59, 0x23, 0x71, 0x5d, 0x44, 0x91, 0xc7, 0x67, 0x05, 0xe6, 0x4e, 0xe3, 0xc7, 0xe2, 0x6a, 0xa6, + 0xfc, 0x32, 0xfe, 0x6b, 0x01, 0x2a, 0xda, 0xa4, 0xb0, 0x2a, 0x94, 0xcc, 0x76, 0xb7, 0x6d, 0x7e, + 0xd6, 0xde, 0x6c, 0x5c, 0x63, 0xf7, 0xe0, 0xf5, 0xce, 0xde, 0xc6, 0xbe, 0x69, 0xb6, 0x37, 0x7a, + 0xd6, 0xbe, 0x69, 0xa9, 0x97, 0x4f, 0x0e, 0x5a, 0x5f, 0xec, 0xb6, 0xf7, 0x7a, 0xd6, 0x66, 0xbb, + 0xd7, 0xea, 0xec, 0x74, 0x1b, 0x19, 0x76, 0x13, 0x9a, 0x31, 0xa5, 0x42, 0xb7, 0x76, 0xf7, 0x0f, + 0xf7, 0x7a, 0x8d, 0x2c, 0xbb, 0x0d, 0x37, 0xb6, 0x3a, 0x7b, 0xad, 0x1d, 0x2b, 0xa6, 0xd9, 0xd8, + 0xe9, 0x7d, 0x66, 0xb5, 0x7f, 0x70, 0xd0, 0x31, 0xbf, 0x68, 0xe4, 0xd2, 0x08, 0x84, 0x31, 0xae, + 0x6a, 0xc8, 0xb3, 0xeb, 0xb0, 0x4c, 0x04, 0x54, 0xc4, 0xea, 0xed, 0xef, 0x5b, 0xdd, 0xfd, 0xfd, + 0xbd, 0x46, 0x81, 0x2d, 0x40, 0xad, 0xb3, 0xf7, 0x59, 0x6b, 0xa7, 0xb3, 0x69, 0x99, 0xed, 0xd6, + 0xce, 0x6e, 0x63, 0x8e, 0x2d, 0xc2, 0xfc, 0x34, 0x5d, 0x51, 0x54, 0xa1, 0xe8, 0xf6, 0xf7, 0x3a, + 0xfb, 0x7b, 0xd6, 0x67, 0x6d, 0xb3, 0xdb, 0xd9, 0xdf, 0x6b, 0x94, 0xd8, 0x0a, 0xb0, 0x24, 0x6a, + 0x7b, 0xb7, 0xb5, 0xd1, 0x28, 0xb3, 0x65, 0x58, 0x48, 0xc2, 0x9f, 0xb6, 0xbf, 0x68, 0x00, 0x6b, + 0xc2, 0x12, 0x75, 0xcc, 0x5a, 0x6f, 0xef, 0xec, 0x7f, 0x6e, 0xed, 0x76, 0xf6, 0x3a, 0xbb, 0x87, + 0xbb, 0x8d, 0x0a, 0x3e, 0xad, 0xd4, 0x6e, 0x5b, 0x9d, 0xbd, 0xee, 0xe1, 0xd6, 0x56, 0x67, 0xa3, + 0xd3, 0xde, 0xeb, 0x35, 0xaa, 0xd4, 0x72, 0xda, 0xc0, 0x6b, 0xa2, 0x80, 0xbc, 0x09, 0x60, 0x6d, + 0x76, 0xba, 0xad, 0xf5, 0x9d, 0xf6, 0x66, 0xa3, 0xce, 0x6e, 0xc1, 0xf5, 0x5e, 0x7b, 0xf7, 0x60, + 0xdf, 0x6c, 0x99, 0x5f, 0xa8, 0x9b, 0x02, 0xd6, 0x56, 0xab, 0xb3, 0x73, 0x68, 0xb6, 0x1b, 0xf3, + 0xec, 0x55, 0xb8, 0x65, 0xb6, 0x3f, 0x3d, 0xec, 0x98, 0xed, 0x4d, 0x6b, 0x6f, 0x7f, 0xb3, 0x6d, + 0x6d, 0xb5, 0x5b, 0xbd, 0x43, 0xb3, 0x6d, 0xed, 0x76, 0xba, 0xdd, 0xce, 0xde, 0x93, 0x46, 0x83, + 0xbd, 0x0e, 0x77, 0x22, 0x92, 0xa8, 0x82, 0x29, 0xaa, 0x05, 0x31, 0x3e, 0xb5, 0xa4, 0x7b, 0xed, + 0x1f, 0xf4, 0xac, 0x83, 0x76, 0xdb, 0x6c, 0x30, 0xb6, 0x06, 0x2b, 0x71, 0xf3, 0xd4, 0x80, 0x6c, + 0x7b, 0x51, 0xe0, 0x0e, 0xda, 0xe6, 0x6e, 0x6b, 0x4f, 0x2c, 0x70, 0x02, 0xb7, 0x24, 0xba, 0x1d, + 0xe3, 0xa6, 0xbb, 0xbd, 0xcc, 0x18, 0xd4, 0xb5, 0x55, 0xd9, 0x6a, 0x99, 0x8d, 0x15, 0x36, 0x0f, + 0x95, 0xdd, 0x83, 0x03, 0xab, 0xd7, 0xd9, 0x6d, 0xef, 0x1f, 0xf6, 0x1a, 0xab, 0x6c, 0x09, 0xe6, + 0x55, 0x97, 0x54, 0xc9, 0x9f, 0x17, 0xd9, 0x2a, 0xb0, 0xc3, 0x3d, 0xb3, 0xdd, 0xda, 0x14, 0x33, + 0x14, 0x21, 0xfe, 0x4f, 0x51, 0x06, 0x38, 0x7e, 0x9a, 0x8b, 0x4e, 0xe5, 0x38, 0x63, 0x20, 0xf9, + 0x46, 0x68, 0x55, 0x7b, 0xdb, 0xf3, 0x45, 0xaf, 0x77, 0x6b, 0x36, 0x54, 0x6e, 0xc6, 0x86, 0x9a, + 0x31, 0xd2, 0x6b, 0xba, 0x92, 0xf7, 0x1a, 0xd4, 0x46, 0xf4, 0x5e, 0xa8, 0x7c, 0x17, 0x10, 0x64, + 0xfa, 0x0c, 0x01, 0xe9, 0x51, 0xc0, 0x99, 0xe7, 0xab, 0x0b, 0xb3, 0xcf, 0x57, 0xa7, 0x29, 0xf2, + 0x73, 0x69, 0x8a, 0xfc, 0x7d, 0x58, 0x20, 0x19, 0xe4, 0xb8, 0xce, 0x48, 0x99, 0xc7, 0xa4, 0xee, + 0xcd, 0xa3, 0x2c, 0x22, 0xb8, 0xb2, 0x1b, 0x94, 0x6d, 0x21, 0x65, 0x45, 0x51, 0x9a, 0x15, 0x09, + 0x93, 0x82, 0x44, 0x44, 0x64, 0x52, 0x44, 0x2d, 0xd8, 0x17, 0x71, 0x0b, 0x15, 0xad, 0x05, 0x82, + 0x63, 0x0b, 0xf7, 0x61, 0x81, 0x5f, 0x84, 0xbe, 0x6d, 0x79, 0x63, 0xfb, 0xcb, 0x09, 0x46, 0x60, + 0x6d, 0x34, 0xd6, 0xab, 0xe6, 0x3c, 0x22, 0xf6, 0x11, 0xbe, 0x69, 0x87, 0xf6, 0xfd, 0xaf, 0xa1, + 0xa2, 0xbd, 0x25, 0xcb, 0x56, 0x61, 0xf1, 0xf3, 0x4e, 0x6f, 0xaf, 0xdd, 0xed, 0x5a, 0x07, 0x87, + 0xeb, 0x4f, 0xdb, 0x5f, 0x58, 0xdb, 0xad, 0xee, 0x76, 0xe3, 0x9a, 0xd8, 0x9d, 0x7b, 0xed, 0x6e, + 0xaf, 0xbd, 0x99, 0x80, 0x67, 0xd8, 0x2b, 0xb0, 0x76, 0xb8, 0x77, 0xd8, 0x6d, 0x6f, 0x5a, 0x69, + 0xe5, 0xb2, 0x82, 0x1d, 0x25, 0x3e, 0xa5, 0x78, 0xee, 0xfe, 0x27, 0xd0, 0x98, 0x0e, 0x06, 0x25, + 0xa2, 0x67, 0xcf, 0x0b, 0xb3, 0xdd, 0xff, 0x37, 0x39, 0x80, 0x38, 0x5b, 0x5f, 0x48, 0x84, 0xcd, + 0x56, 0xaf, 0xb5, 0xb3, 0x2f, 0x3a, 0x61, 0xee, 0xf7, 0xc4, 0x46, 0x37, 0xdb, 0x9f, 0x36, 0xae, + 0xa5, 0x62, 0xf6, 0x0f, 0x7a, 0x8d, 0x8c, 0x18, 0x6f, 0x67, 0xaf, 0xd3, 0xeb, 0xb4, 0x76, 0x2c, + 0x73, 0xff, 0xb0, 0xb3, 0xf7, 0x84, 0x5e, 0x8b, 0x42, 0x61, 0x78, 0x78, 0xb0, 0x65, 0xee, 0xef, + 0xf5, 0xac, 0xee, 0xf6, 0x61, 0x6f, 0x13, 0xdf, 0x9a, 0xda, 0x30, 0x3b, 0x07, 0x54, 0x67, 0xfe, + 0x79, 0x04, 0xa2, 0xea, 0x82, 0x98, 0xb1, 0x27, 0xfb, 0xdd, 0x6e, 0xe7, 0xc0, 0xfa, 0xf4, 0xb0, + 0x6d, 0x76, 0xda, 0x5d, 0x2c, 0x38, 0x97, 0x02, 0x17, 0xf4, 0x45, 0x21, 0x42, 0x7b, 0x3b, 0x9f, + 0x49, 0x19, 0x27, 0x48, 0x4b, 0x49, 0x90, 0xa0, 0x2a, 0x8b, 0xad, 0x2f, 0x84, 0x44, 0x4a, 0xcd, + 0x70, 0x05, 0x4e, 0x94, 0xab, 0x08, 0xf1, 0xd7, 0xed, 0xb5, 0x7a, 0x9d, 0x0d, 0x4b, 0x3e, 0x50, + 0x27, 0x16, 0x41, 0x14, 0xab, 0xa6, 0xa3, 0x44, 0x29, 0x94, 0x8c, 0xd1, 0x39, 0xb2, 0xb9, 0x69, + 0x62, 0x81, 0xfa, 0x0c, 0x54, 0xd0, 0xce, 0x8b, 0x85, 0x12, 0x52, 0x44, 0x90, 0x34, 0xd4, 0x87, + 0xc0, 0x2c, 0x3c, 0xfe, 0x9d, 0x1c, 0xd4, 0xe9, 0xe6, 0x14, 0xfd, 0x10, 0x0f, 0xf7, 0xd9, 0x2e, + 0x14, 0xe5, 0x2f, 0x3a, 0xb1, 0xe5, 0xe8, 0xcd, 0x20, 0xfd, 0x37, 0xa4, 0xd6, 0x56, 0xa6, 0xc1, + 0x52, 0x6b, 0x5a, 0xfc, 0x9b, 0x7f, 0xfa, 0x17, 0xff, 0x28, 0x5b, 0x63, 0x95, 0x87, 0x67, 0xef, + 0x3e, 0x3c, 0xe1, 0x6e, 0x20, 0xea, 0xf8, 0x6b, 0x00, 0xf1, 0xef, 0x14, 0xb1, 0x66, 0x14, 0x01, + 0x9a, 0xfa, 0x11, 0xa7, 0xb5, 0xeb, 0x29, 0x18, 0x59, 0xef, 0x75, 0xac, 0x77, 0xd1, 0xa8, 0x8b, + 0x7a, 0x1d, 0xd7, 0x09, 0xe9, 0x37, 0x8b, 0x3e, 0xce, 0xdc, 0x67, 0x03, 0xa8, 0xea, 0xbf, 0x20, + 0xc4, 0x94, 0x42, 0x93, 0xf2, 0x1b, 0x48, 0x6b, 0x37, 0x52, 0x71, 0x4a, 0x55, 0xc4, 0x36, 0x96, + 0x8d, 0x86, 0x68, 0x63, 0x82, 0x14, 0x71, 0x2b, 0x43, 0x52, 0x9e, 0xe3, 0x1f, 0x0a, 0x62, 0x37, + 0x35, 0xf5, 0x67, 0xe6, 0x67, 0x8a, 0xd6, 0x6e, 0x5d, 0x81, 0x95, 0x6d, 0xdd, 0xc2, 0xb6, 0x56, + 0x0d, 0x26, 0xda, 0xea, 0x23, 0x8d, 0xfa, 0x99, 0xa2, 0x8f, 0x33, 0xf7, 0x1f, 0xff, 0xf9, 0x3d, + 0x28, 0x47, 0x99, 0x94, 0xec, 0xb7, 0xa0, 0x96, 0xb8, 0xda, 0xc6, 0xd4, 0x30, 0xd2, 0x6e, 0xc2, + 0xad, 0xdd, 0x4c, 0x47, 0xca, 0x86, 0x5f, 0xc1, 0x86, 0x9b, 0x6c, 0x45, 0x34, 0x2c, 0xaf, 0x8e, + 0x3d, 0xc4, 0x0b, 0xa0, 0xf4, 0x02, 0xd3, 0x33, 0xcd, 0x48, 0xa0, 0xc6, 0x6e, 0x4e, 0x2b, 0xee, + 0x89, 0xd6, 0x6e, 0x5d, 0x81, 0x95, 0xcd, 0xdd, 0xc4, 0xe6, 0x56, 0xd8, 0x92, 0xde, 0x9c, 0xca, + 0x7b, 0x64, 0x1c, 0x5f, 0x3d, 0xd3, 0x7f, 0x47, 0x87, 0xdd, 0x8a, 0xdf, 0xa8, 0x4a, 0xf9, 0x7d, + 0x9d, 0x88, 0x45, 0x66, 0x7f, 0x64, 0xc7, 0x68, 0x62, 0x53, 0x8c, 0xe1, 0xf2, 0xe9, 0x3f, 0xa3, + 0xc3, 0x8e, 0xa0, 0xa2, 0x3d, 0x3d, 0xcf, 0xae, 0x5f, 0xf9, 0x4c, 0xfe, 0xda, 0x5a, 0x1a, 0x2a, + 0x6d, 0x28, 0x7a, 0xfd, 0x0f, 0x8f, 0x39, 0x67, 0x3f, 0x82, 0x72, 0xf4, 0xa0, 0x39, 0x5b, 0xd5, + 0x1e, 0x98, 0xd7, 0x1f, 0x60, 0x5f, 0x6b, 0xce, 0x22, 0xd2, 0x98, 0x4f, 0xaf, 0x5d, 0x30, 0xdf, + 0xe7, 0x50, 0xd1, 0x1e, 0x2d, 0x8f, 0x06, 0x30, 0xfb, 0x30, 0x7a, 0x34, 0x80, 0x94, 0x37, 0xce, + 0x8d, 0x05, 0x6c, 0xa2, 0xc2, 0xca, 0xc8, 0xdf, 0xe1, 0x85, 0x17, 0xb0, 0x1d, 0x58, 0x96, 0x06, + 0xd1, 0x11, 0xff, 0x26, 0xcb, 0x90, 0xf2, 0xd3, 0x45, 0x8f, 0x32, 0xec, 0x13, 0x28, 0xa9, 0xb7, + 0xe9, 0xd9, 0x4a, 0xfa, 0x1b, 0xfb, 0x6b, 0xab, 0x33, 0x70, 0x69, 0xbd, 0x7c, 0x01, 0x10, 0xbf, + 0x90, 0x1e, 0x09, 0x89, 0x99, 0x17, 0xd7, 0x23, 0x0e, 0x98, 0x7d, 0x4e, 0xdd, 0x58, 0xc1, 0x01, + 0x36, 0x18, 0x0a, 0x09, 0x97, 0x9f, 0xab, 0xe7, 0x1f, 0x7f, 0x0c, 0x15, 0xed, 0x91, 0xf4, 0x68, + 0xfa, 0x66, 0x1f, 0x58, 0x8f, 0xa6, 0x2f, 0xe5, 0x4d, 0x75, 0x63, 0x0d, 0x6b, 0x5f, 0x32, 0xe6, + 0x45, 0xed, 0x42, 0x51, 0x92, 0x0a, 0x8b, 0x58, 0xa0, 0x53, 0xa8, 0x25, 0x5e, 0x42, 0x8f, 0x76, + 0x68, 0xda, 0x3b, 0xeb, 0xd1, 0x0e, 0x4d, 0x7d, 0x3c, 0x5d, 0xf1, 0x99, 0xb1, 0x20, 0xda, 0x39, + 0x43, 0x12, 0xad, 0xa5, 0x1f, 0x42, 0x45, 0x7b, 0xd5, 0x3c, 0x1a, 0xcb, 0xec, 0x03, 0xea, 0xd1, + 0x58, 0xd2, 0x1e, 0x41, 0x5f, 0xc2, 0x36, 0xea, 0x06, 0xb2, 0x02, 0x3e, 0xae, 0x27, 0xea, 0xfe, + 0x2d, 0xa8, 0x27, 0x1f, 0x3a, 0x8f, 0xf6, 0x7e, 0xea, 0x8b, 0xe9, 0xd1, 0xde, 0xbf, 0xe2, 0x75, + 0x74, 0xc9, 0xd2, 0xf7, 0x17, 0xa3, 0x46, 0x1e, 0x7e, 0x25, 0xef, 0x84, 0x7c, 0xcd, 0x3e, 0x15, + 0x02, 0x4e, 0xbe, 0xed, 0xc8, 0x56, 0x35, 0xae, 0xd5, 0x5f, 0x80, 0x8c, 0xf6, 0xcb, 0xcc, 0x33, + 0x90, 0x49, 0x66, 0xc6, 0xca, 0xd9, 0x13, 0x58, 0x8c, 0x98, 0x39, 0x7a, 0xac, 0x31, 0x88, 0xc6, + 0x90, 0xfa, 0x24, 0xe4, 0x5a, 0x63, 0x1a, 0xfb, 0x28, 0x43, 0xc7, 0x1f, 0x3e, 0x91, 0xa7, 0x1d, + 0x7f, 0xfa, 0x7b, 0x8d, 0xda, 0xf1, 0x97, 0x78, 0x49, 0x6f, 0xfa, 0xf8, 0x0b, 0x1d, 0x51, 0x87, + 0x0b, 0xf3, 0xd3, 0x4f, 0x27, 0xde, 0xba, 0xea, 0xe1, 0x00, 0xaa, 0xfe, 0x95, 0xe7, 0xbf, 0x2b, + 0x90, 0x14, 0x45, 0x4a, 0x9a, 0x3e, 0x94, 0x99, 0x1f, 0xec, 0x37, 0xa1, 0xaa, 0xbf, 0xd4, 0xcc, + 0x74, 0x99, 0x30, 0xdd, 0xd2, 0x8d, 0x54, 0x5c, 0x92, 0x4b, 0x58, 0x55, 0x6f, 0x86, 0x7d, 0x06, + 0x2b, 0xd1, 0x34, 0xeb, 0x97, 0xc6, 0x03, 0x76, 0x3b, 0xe5, 0x2a, 0x79, 0x62, 0xb2, 0xaf, 0x5f, + 0x79, 0xd7, 0xfc, 0x51, 0x46, 0x70, 0x5f, 0xf2, 0xc9, 0xd8, 0xf8, 0xe4, 0x49, 0x7b, 0x29, 0x37, + 0x3e, 0x79, 0x52, 0xdf, 0x99, 0x55, 0xdc, 0xc7, 0x16, 0x13, 0x73, 0x44, 0x39, 0xb1, 0xec, 0x87, + 0x30, 0xaf, 0xdd, 0x88, 0xef, 0x5e, 0xba, 0xfd, 0x68, 0x27, 0xcd, 0xbe, 0xc7, 0xb6, 0x96, 0xe6, + 0x42, 0x34, 0x56, 0xb1, 0xfe, 0x05, 0x23, 0x31, 0x39, 0x62, 0x17, 0x6d, 0x40, 0x45, 0xbf, 0x6d, + 0xff, 0x9c, 0x7a, 0x57, 0x35, 0x94, 0xfe, 0xf4, 0xd7, 0xa3, 0x0c, 0xdb, 0x81, 0xc6, 0xf4, 0x4b, + 0x45, 0x91, 0x4c, 0x49, 0x7b, 0x5d, 0x69, 0x6d, 0x0a, 0x99, 0x78, 0xdf, 0x88, 0x1d, 0xd0, 0xad, + 0x8a, 0xe8, 0x77, 0x7e, 0x3c, 0x7f, 0xfa, 0x54, 0x4f, 0xfe, 0xfe, 0x4f, 0x54, 0x5b, 0xda, 0x2f, + 0x3f, 0xdd, 0xcb, 0x3c, 0xca, 0xb0, 0xdf, 0xcb, 0x40, 0x35, 0xf1, 0x3a, 0x48, 0x22, 0x6f, 0x7d, + 0x6a, 0x9c, 0x4d, 0x1d, 0xa7, 0x0f, 0xd4, 0x30, 0x71, 0x12, 0x77, 0xee, 0x7f, 0x3f, 0xb1, 0x48, + 0x5f, 0x25, 0x22, 0x70, 0x0f, 0xa6, 0x7f, 0x08, 0xe8, 0xeb, 0x69, 0x02, 0xfd, 0x99, 0xbd, 0xaf, + 0x1f, 0x65, 0xd8, 0xbf, 0xcb, 0x40, 0x3d, 0x19, 0x5a, 0x8f, 0x86, 0x9b, 0x1a, 0xc4, 0x8f, 0x58, + 0xe9, 0x8a, 0x78, 0xfc, 0x0f, 0xb1, 0x97, 0xbd, 0xfb, 0x66, 0xa2, 0x97, 0xf2, 0xb1, 0xe3, 0x5f, + 0xac, 0xb7, 0xec, 0x63, 0xfa, 0xdd, 0x3d, 0x95, 0x47, 0xc4, 0x66, 0x7f, 0xa7, 0x2d, 0x62, 0x3f, + 0xfd, 0x57, 0xcd, 0x70, 0x11, 0x7e, 0x4c, 0x3f, 0x78, 0xa3, 0xd2, 0x52, 0x04, 0x17, 0xbf, 0x6c, + 0x79, 0xe3, 0x75, 0x1c, 0xd3, 0x2b, 0xc6, 0xf5, 0xc4, 0x98, 0xa6, 0x15, 0x8f, 0x16, 0xf5, 0x4e, + 0xfe, 0x28, 0x59, 0x7c, 0x72, 0xce, 0xfc, 0x50, 0xd9, 0xd5, 0x9d, 0x1c, 0x51, 0x27, 0x25, 0x79, + 0x62, 0xab, 0xbd, 0x64, 0x35, 0xc6, 0x7d, 0xec, 0xeb, 0xeb, 0xc6, 0xed, 0x2b, 0xfb, 0xfa, 0x10, + 0xc3, 0xe4, 0xa2, 0xc7, 0x07, 0x00, 0x71, 0x9e, 0x1f, 0x9b, 0xca, 0x36, 0x8b, 0x04, 0xd0, 0x6c, + 0x2a, 0x60, 0x72, 0x3f, 0xab, 0xa4, 0x34, 0x51, 0xe3, 0x8f, 0x48, 0x9c, 0x46, 0x79, 0x70, 0xba, + 0xf6, 0x95, 0x4c, 0xc9, 0x4b, 0x68, 0x5f, 0xd3, 0xf5, 0x27, 0x84, 0x69, 0x94, 0xf4, 0x76, 0x08, + 0xb5, 0x1d, 0xcf, 0x7b, 0x36, 0x19, 0x47, 0xb9, 0xe5, 0xc9, 0xdc, 0x95, 0x6d, 0x3b, 0x38, 0x5d, + 0x9b, 0x1a, 0x85, 0x71, 0x07, 0xab, 0x5a, 0x63, 0x4d, 0xad, 0xaa, 0x87, 0x5f, 0xc5, 0xc9, 0x85, + 0x5f, 0x33, 0x1b, 0x16, 0x22, 0x19, 0x1d, 0x27, 0xf0, 0x25, 0xab, 0x49, 0x48, 0xe6, 0xe9, 0x26, + 0x12, 0x66, 0x82, 0xea, 0xed, 0xc3, 0x40, 0xd5, 0xf9, 0x28, 0xc3, 0x0e, 0xa0, 0xba, 0xc9, 0xfb, + 0x78, 0x4b, 0x1e, 0x33, 0x40, 0x16, 0x13, 0xd9, 0x04, 0x94, 0x3a, 0xb2, 0x56, 0x4b, 0x00, 0x93, + 0xe7, 0xd6, 0xd8, 0xbe, 0xf4, 0xf9, 0x97, 0x0f, 0xbf, 0x92, 0xb9, 0x25, 0x5f, 0xab, 0x73, 0x4b, + 0xe5, 0xde, 0x24, 0xce, 0xad, 0xa9, 0x64, 0x9d, 0xc4, 0xb9, 0x35, 0x93, 0xac, 0x93, 0x98, 0x6a, + 0x95, 0xfb, 0xc3, 0x86, 0xb0, 0x30, 0x93, 0xdf, 0x13, 0x1d, 0x59, 0x57, 0x65, 0x05, 0xad, 0xdd, + 0xb9, 0x9a, 0x20, 0xd9, 0xda, 0xfd, 0x64, 0x6b, 0x5d, 0xa8, 0xd1, 0xcb, 0x7f, 0x47, 0x9c, 0xee, + 0xcb, 0x4d, 0x3d, 0x36, 0xa3, 0x5f, 0xc6, 0x9b, 0x3e, 0x60, 0x10, 0x97, 0xd4, 0x70, 0xf0, 0xa2, + 0x1a, 0xfb, 0x11, 0x54, 0x9e, 0xf0, 0x50, 0x5d, 0x90, 0x8b, 0x74, 0xec, 0xa9, 0x1b, 0x73, 0x6b, + 0x29, 0xf7, 0xeb, 0x92, 0x3c, 0x83, 0xb5, 0x3d, 0xe4, 0x83, 0x13, 0x4e, 0xc2, 0xc9, 0x72, 0x06, + 0x5f, 0xb3, 0x1f, 0x60, 0xe5, 0xd1, 0xbd, 0xe4, 0x15, 0xed, 0x06, 0x94, 0x5e, 0xf9, 0xfc, 0x14, + 0x3c, 0xad, 0x66, 0xd7, 0x1b, 0x70, 0x4d, 0xd7, 0x73, 0xa1, 0xa2, 0xbd, 0x5f, 0x10, 0x6d, 0xa0, + 0xd9, 0xf7, 0x2a, 0xa2, 0x0d, 0x94, 0xf2, 0xdc, 0x81, 0x71, 0x0f, 0xdb, 0x31, 0xd8, 0x9d, 0xb8, + 0x1d, 0x7a, 0xe2, 0x20, 0x6e, 0xe9, 0xe1, 0x57, 0xf6, 0x28, 0xfc, 0x9a, 0x7d, 0x8e, 0xef, 0x6b, + 0xeb, 0x17, 0x00, 0x63, 0xa3, 0x61, 0xfa, 0xae, 0x60, 0x34, 0x59, 0x1a, 0x2a, 0x69, 0x48, 0x50, + 0x53, 0xa8, 0xc9, 0xbd, 0x0f, 0xd0, 0x0d, 0xbd, 0xf1, 0xa6, 0xcd, 0x47, 0x9e, 0x1b, 0xcb, 0xda, + 0xf8, 0x4a, 0x5a, 0x2c, 0xbf, 0xb4, 0x7b, 0x69, 0xec, 0x73, 0xcd, 0xca, 0x4a, 0xdc, 0xa1, 0x54, + 0xcc, 0x75, 0xe5, 0xad, 0xb5, 0x68, 0x42, 0x52, 0x6e, 0xae, 0x3d, 0xca, 0xb0, 0x16, 0x40, 0x9c, + 0xe0, 0x15, 0xd9, 0x4c, 0x33, 0xb9, 0x63, 0x91, 0xd8, 0x4b, 0xc9, 0x06, 0x3b, 0x80, 0x72, 0x9c, + 0x19, 0xb3, 0x1a, 0x3f, 0xc7, 0x92, 0xc8, 0xa3, 0x89, 0x4e, 0xf0, 0x99, 0xac, 0x14, 0xa3, 0x81, + 0x53, 0x05, 0xac, 0x24, 0xa6, 0xea, 0x98, 0xf3, 0x80, 0x39, 0xb0, 0x48, 0x1d, 0x8c, 0xd4, 0x25, + 0xbc, 0x4a, 0x15, 0x3d, 0xa3, 0x3e, 0x9b, 0x20, 0x12, 0xed, 0xe6, 0xd4, 0x34, 0x87, 0x84, 0xeb, + 0x47, 0x70, 0x2b, 0x5d, 0xe3, 0x12, 0xa2, 0x79, 0x04, 0x0b, 0x33, 0x91, 0xf4, 0x68, 0x4b, 0x5f, + 0x95, 0x1a, 0x11, 0x6d, 0xe9, 0x2b, 0x83, 0xf0, 0xc6, 0x32, 0x36, 0x39, 0x6f, 0x00, 0x9a, 0x7a, + 0xe7, 0x4e, 0xd8, 0x3f, 0x15, 0xcd, 0xfd, 0xeb, 0x0c, 0x2c, 0xa6, 0xc4, 0xca, 0xd9, 0xab, 0xca, + 0x6b, 0x70, 0x65, 0x1c, 0x7d, 0x2d, 0x35, 0xa6, 0x6a, 0x74, 0xb1, 0x9d, 0x5d, 0xf6, 0x34, 0x71, + 0xb0, 0x51, 0x48, 0x53, 0xee, 0xcc, 0xe7, 0x2a, 0x15, 0xa9, 0x1a, 0xc5, 0x97, 0xb0, 0x4a, 0x1d, + 0x69, 0x0d, 0x87, 0x53, 0xf1, 0xde, 0x57, 0x66, 0x7e, 0x97, 0x3b, 0x11, 0xc3, 0x5e, 0xbb, 0xfa, + 0x77, 0xbb, 0xaf, 0x50, 0xa7, 0xa9, 0xab, 0x6c, 0x02, 0x8d, 0xe9, 0x38, 0x2a, 0xbb, 0xba, 0xae, + 0xb5, 0xdb, 0x09, 0xfb, 0x37, 0x25, 0xf6, 0xfa, 0x1d, 0x6c, 0xec, 0xb6, 0xb1, 0x96, 0x36, 0x2f, + 0x64, 0x12, 0x8b, 0xf5, 0xf8, 0x1b, 0x51, 0xd0, 0x77, 0x6a, 0x9c, 0xaa, 0x81, 0xab, 0x42, 0xd4, + 0x91, 0x05, 0x9e, 0x1e, 0x33, 0x7e, 0x03, 0x9b, 0xbf, 0x63, 0xdc, 0x48, 0x6b, 0xde, 0xa7, 0x22, + 0x64, 0x8b, 0xaf, 0x4e, 0xef, 0x6b, 0xd5, 0x83, 0x3b, 0x69, 0xeb, 0x7d, 0xa5, 0x2d, 0x34, 0x35, + 0xd7, 0xd7, 0x50, 0xb7, 0xab, 0xea, 0x41, 0xde, 0x68, 0xfb, 0xa4, 0x44, 0x93, 0xa3, 0xed, 0x93, + 0x16, 0x15, 0x4e, 0xea, 0x35, 0x2a, 0x1e, 0xfc, 0x71, 0xe6, 0xfe, 0xfa, 0xdd, 0x1f, 0x7e, 0xe7, + 0xc4, 0x09, 0x4f, 0x27, 0x47, 0x0f, 0xfa, 0xde, 0xe8, 0xe1, 0x50, 0x79, 0x1b, 0xe5, 0x7d, 0xe3, + 0x87, 0x43, 0x77, 0xf0, 0x10, 0xab, 0x3d, 0x9a, 0x1b, 0xfb, 0x5e, 0xe8, 0x7d, 0xf7, 0xff, 0x05, + 0x00, 0x00, 0xff, 0xff, 0x41, 0x79, 0x30, 0x63, 0x7a, 0x80, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/lnrpc/rpc.proto b/lnrpc/rpc.proto index 6965d3ee8..b5b3ebb01 100644 --- a/lnrpc/rpc.proto +++ b/lnrpc/rpc.proto @@ -3114,3 +3114,163 @@ message BakeMacaroonResponse { /// The hex encoded macaroon, serialized in binary format. string macaroon = 1; } + + +message Failure { + enum FailureCode { + /** + The numbers assigned in this enumeration match the failure codes as + defined in BOLT #4. Because protobuf 3 requires enums to start with 0, + a RESERVED value is added. + */ + RESERVED = 0; + + INCORRECT_OR_UNKNOWN_PAYMENT_DETAILS = 1; + INCORRECT_PAYMENT_AMOUNT = 2; + FINAL_INCORRECT_CLTV_EXPIRY = 3; + FINAL_INCORRECT_HTLC_AMOUNT = 4; + FINAL_EXPIRY_TOO_SOON = 5; + INVALID_REALM = 6; + EXPIRY_TOO_SOON = 7; + INVALID_ONION_VERSION = 8; + INVALID_ONION_HMAC = 9; + INVALID_ONION_KEY = 10; + AMOUNT_BELOW_MINIMUM = 11; + FEE_INSUFFICIENT = 12; + INCORRECT_CLTV_EXPIRY = 13; + CHANNEL_DISABLED = 14; + TEMPORARY_CHANNEL_FAILURE = 15; + REQUIRED_NODE_FEATURE_MISSING = 16; + REQUIRED_CHANNEL_FEATURE_MISSING = 17; + UNKNOWN_NEXT_PEER = 18; + TEMPORARY_NODE_FAILURE = 19; + PERMANENT_NODE_FAILURE = 20; + PERMANENT_CHANNEL_FAILURE = 21; + EXPIRY_TOO_FAR = 22; + MPP_TIMEOUT = 23; + + /** + The error source is known, but the failure itself couldn't be decoded. + */ + UNKNOWN_FAILURE = 998; + + /** + An unreadable failure result is returned if the received failure message + cannot be decrypted. In that case the error source is unknown. + */ + UNREADABLE_FAILURE = 999; + } + + /// Failure code as defined in the Lightning spec + FailureCode code = 1; + + reserved 2; + + /// An optional channel update message. + ChannelUpdate channel_update = 3; + + /// A failure type-dependent htlc value. + uint64 htlc_msat = 4; + + /// The sha256 sum of the onion payload. + bytes onion_sha_256 = 5; + + /// A failure type-dependent cltv expiry value. + uint32 cltv_expiry = 6; + + /// A failure type-dependent flags value. + uint32 flags = 7; + + /** + The position in the path of the intermediate or final node that generated + the failure message. Position zero is the sender node. + **/ + uint32 failure_source_index = 8; + + /// A failure type-dependent block height. + uint32 height = 9; +} + + +message ChannelUpdate { + /** + The signature that validates the announced data and proves the ownership + of node id. + */ + bytes signature = 1; + + /** + The target chain that this channel was opened within. This value + should be the genesis hash of the target chain. Along with the short + channel ID, this uniquely identifies the channel globally in a + blockchain. + */ + bytes chain_hash = 2; + + /** + The unique description of the funding transaction. + */ + uint64 chan_id = 3 [jstype = JS_STRING]; + + /** + A timestamp that allows ordering in the case of multiple announcements. + We should ignore the message if timestamp is not greater than the + last-received. + */ + uint32 timestamp = 4; + + /** + The bitfield that describes whether optional fields are present in this + update. Currently, the least-significant bit must be set to 1 if the + optional field MaxHtlc is present. + */ + uint32 message_flags = 10; + + /** + The bitfield that describes additional meta-data concerning how the + update is to be interpreted. Currently, the least-significant bit must be + set to 0 if the creating node corresponds to the first node in the + previously sent channel announcement and 1 otherwise. If the second bit + is set, then the channel is set to be disabled. + */ + uint32 channel_flags = 5; + + /** + The minimum number of blocks this node requires to be added to the expiry + of HTLCs. This is a security parameter determined by the node operator. + This value represents the required gap between the time locks of the + incoming and outgoing HTLC's set to this node. + */ + uint32 time_lock_delta = 6; + + /** + The minimum HTLC value which will be accepted. + */ + uint64 htlc_minimum_msat = 7; + + /** + The base fee that must be used for incoming HTLC's to this particular + channel. This value will be tacked onto the required for a payment + independent of the size of the payment. + */ + uint32 base_fee = 8; + + /** + The fee rate that will be charged per millionth of a satoshi. + */ + uint32 fee_rate = 9; + + /** + The maximum HTLC value which will be accepted. + */ + uint64 htlc_maximum_msat = 11; + + /** + The set of data that was appended to this message, some of which we may + not actually know how to iterate or parse. By holding onto this data, we + ensure that we're able to properly validate the set of signatures that + cover these new fields, and ensure we're able to make upgrades to the + network in a forwards compatible manner. + */ + bytes extra_opaque_data = 12; +} \ No newline at end of file