mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-02 22:13:07 +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 * feat(noise): add Handshake processing and after handshake encryption * feat(noise): code updated according to #933 * fix(noise): export HandshakeResult * feat(noise): add pre message validation utility * chore(noise): improve documentation * fix(noise): address reviewers comments