bolt4

Onion routing protocol, per BOLT #4 (docs.ppad.tech/bolt4).
git clone git://git.ppad.tech/bolt4.git
Log | Files | Refs | README | LICENSE

REVIEW-421a8f1.md (369B)


      1 # Review: IMPL2 Types and Codec (421a8f1)
      2 
      3 ## Status: Approved
      4 
      5 ## Issues
      6 
      7 None identified. Implementation is clean and correct.
      8 
      9 ## Notes
     10 
     11 - BigSize canonical encoding properly enforced
     12 - TLV stream validates strictly increasing type order
     13 - Truncated-unsigned encoding handles edge cases correctly
     14 - All failure code patterns match spec values
     15 
     16 ## No blocking issues