nwaku/waku/v2/protocol
Sanaz Taheri Boshrooyeh dbbc0f750b
RLN-Relay: Adds fix to the hash, proofGen and proofVerify procs (to support arbitrary messages) (#753)
* wip: updates the hash interface

* updates hash unittests

* exposes appendLength

* updates proof gen interface and the unittests

* enables test, fixes proofGen and verify utils and unittest, beautifies the code

* removes int size from mem index type

* enables all the rln tests

* adds documentation of two private procs

* documentation for the appendLength

* minor clean up

* adds clarificaltion on the endianness of input length

* Delete .DS_Store
2021-10-26 14:42:24 -07:00
..
waku_filter Update submodules: differentiate between local and remote `PeerInfo` (#730) 2021-10-06 14:29:08 +02:00
waku_lightpush Update submodules: differentiate between local and remote `PeerInfo` (#730) 2021-10-06 14:29:08 +02:00
waku_rln_relay RLN-Relay: Adds fix to the hash, proofGen and proofVerify procs (to support arbitrary messages) (#753) 2021-10-26 14:42:24 -07:00
waku_store Update submodules: differentiate between local and remote `PeerInfo` (#730) 2021-10-06 14:29:08 +02:00
waku_swap Update submodules: differentiate between local and remote `PeerInfo` (#730) 2021-10-06 14:29:08 +02:00
README.md Folder restructure (#274) 2020-11-17 17:34:53 +08:00
waku_message.nim Integrates proof generation and verification into wakunode2 (#735) 2021-10-19 17:37:29 -07:00
waku_relay.nim Restructuring Rln-Relay mounting process (#722) 2021-09-24 10:32:45 -07:00

README.md

Waku v2 protocol

This folder contains implementations of Waku v2 protocols.