mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-10 14:56:31 +00:00
45b1e10647
* 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