mit-dci / lit

Lightning Network node software
MIT License
551 stars 119 forks source link

Merge branch 'arbitrary_message_size' into master-mit-lit-arb_mess_size #456

Closed infografx closed 5 years ago

infografx commented 5 years ago

This PR is to avoid Noise Protocol message size limitation (64kb). https://noiseprotocol.org/noise.html (All Noise messages are less than or equal to 65535 bytes in length.)

I think that even with the optimization by 'Base and Exponent R values' a contract can be larger than 64kb.