mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-05 15:33:08 +00:00
* feat(noise): adding ChaChaPoly encryption * fix(noise): restored waku2 tests * fix(noise): missing comma * Fixed header * fix(noise): made comment about empty ChaChaPolyKey clearer * refactor(noise): address reviewer's comments * test(noise): add test for ChaChaPoly Encryption/decryption * refactor(noise): removed libp2p specific debug tools usage * style(noise): converted variables to camelCase