You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a generic `BlindedPathWithPadding` struct to handle padding
for `ForwardTlvs` and `ReceiveTlvs` used in `BlindedMessagePath`
and `BlindedPaymentPath`.
This struct applies padding to the contained TLVs, rounding them off to
a specified value.
This design provides flexibility in padding TLVs of varying sizes. The
`PADDING_ROUND_OFF` value is chosen to be sufficiently large to
properly mask the data type of the contained TLVs.
0 commit comments