markqvist / LXMF

A universal, distributed and secure messaging protocol for Reticulum
MIT License
226 stars 15 forks source link

Update documentation to match reality #11

Closed Erethon closed 1 year ago

Erethon commented 1 year ago

In an effort to better familiarize myself with the Reticulum project I looked at the LXMF codebase since it seemed like a good place to start. I noticed some discrepancies between the comments/documentation and reality around the message overhead. From my understanding, this is because the Reticulum addresses changed from a 10-byte truncated hash to a 16-byte one at some point in the past.

This is a small patch to update the comments and the readme to reflect reality.

markqvist commented 1 year ago

Nice! Thank you very much for catching this and contributing the fixes!