mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-04 23:13:09 +00:00
* feat(noise): adding ChaChaPoly encryption * feat(noise): add support to Noise public keys * feat(noise): added support to Waku Payload V2 * fix(noise): missing comma * feat(noise): add Noise Handshake State Machine and primitives * Fixed header * refactor(noise): add comments, restyle code * refactor(noise): address reviewer's comments * feat(noise): add Noise Handshake State Machine and primitives * refactor(noise): rebase * refactor(noise): refactor and add documentation * fix(noise): fixed trace parameter * update submodules * fix(noise): remove echo, add stdout.write in print handshake * refactor(noise): add Noise state machine overview * Revert "update submodules" This reverts commit 9fc162dff83c328b94d644c729a77f180206b729. * update submodules * fix Jenkins caching * Revert "update submodules" This reverts commit 1927d9dd26047dd451b314b1b186a95cab70eed4. * revert nim-eth submodule update * fix(noise): missing camelCase * feat(noise): adding unit tests for Noise State machine primitives * fix(noise): address reviewers' comments * fix(noise): use expect for error handling in unit tests * fix(noise): revert to implicit nonce declaration in CipherState initialization