nwaku/waku/v2/protocol
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
..
waku_filter Fix incorrect store read buffer limit (#800) 2022-01-06 13:42:37 +01:00
waku_lightpush Fix incorrect store read buffer limit (#800) 2022-01-06 13:42:37 +01:00
waku_noise feat(noise): add support to ChaChaPoly encryption (#930) 2022-04-04 17:46:51 +02:00
waku_rln_relay Increase rln-relay logging (#908) 2022-03-24 10:47:40 -07:00
waku_store fix(store): capacity limit for persistent message store (#900) 2022-03-28 20:27:14 +02:00
waku_swap Fix incorrect store read buffer limit (#800) 2022-01-06 13:42:37 +01:00
README.md Folder restructure (#274) 2020-11-17 17:34:53 +08:00
waku_message.nim Updates the type of the `proof` field of wakumessage to `RateLimitProof` (#893) 2022-03-16 13:51:18 -07:00
waku_relay.nim Add bridge docs and minor improvements (#867) 2022-02-28 18:16:50 +01:00

README.md

Waku v2 protocol

This folder contains implementations of Waku v2 protocols.