mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-04 15:03:08 +00:00
* feat(noise): adding ChaChaPoly encryption * test(noise): add test for ChaChaPoly Encryption/decryption * style(noise): converted variables to camelCase * feat(noise): add support to Noise public keys * Fixed header * refactor(noise): address reviewer's comments * refactor(noise): small fixes/comments * refactor(noise): add empty plaintext/ciphertext handling + string encryption test * refactor(noise): address reviewer's comments