rust-lightning/lightning/src/offers
Jeffrey Czyz 9c2a3d090b
Fix amount overflow in Invoice building
An overflow can occur when multiplying the offer amount by the requested
quantity when no amount is given in the request. Return an error instead
of overflowing.
2023-02-23 18:25:50 -06:00
..
invoice.rs Fix amount overflow in Invoice building 2023-02-23 18:25:50 -06:00
invoice_request.rs Fix amount overflow in Offer parsing and building 2023-02-23 18:25:50 -06:00
merkle.rs Encoding for TLV stream without signature records 2023-01-18 15:31:48 -06:00
mod.rs Invoice encoding and parsing 2023-01-20 16:04:37 -06:00
offer.rs Fix amount overflow in Offer parsing and building 2023-02-23 18:25:50 -06:00
parse.rs Expose Bech32Encode trait for fuzzing 2023-02-23 18:25:49 -06:00
payer.rs Fuzz test for parsing Refund 2023-02-08 19:02:17 -06:00
refund.rs Fuzz test for parsing Refund 2023-02-08 19:02:17 -06:00