mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-09 22:36:32 +00:00
d2fccb5220
* 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