7 Commits

Author SHA1 Message Date
G
a56f3c22a4
Merge branch 'master' into noise-payloadV2 2022-04-06 14:54:27 +02:00
G
d2fccb5220
feat(noise): add support to encrypted/unencrypted public keys (#931)
* 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
2022-04-06 14:37:02 +02:00
G
45b1e10647
feat(noise): add support to ChaChaPoly encryption (#930)
* 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
2022-04-04 17:46:51 +02:00
G
5e4c868d08
Fixed header 2022-04-01 07:37:13 +02:00
s1fr0
7f4df9628b
feat(noise): added support to Waku Payload V2 2022-03-30 23:51:36 +02:00
s1fr0
d6024a8fa0
feat(noise): add support to Noise public keys 2022-03-30 23:30:33 +02:00
s1fr0
2392565881
feat(noise): adding ChaChaPoly encryption 2022-03-30 23:15:15 +02:00