mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-08 17:03:09 +00:00
* adds the proof field to the WakuMessage * adds a basic zkProof api * adds proof gen to the publish proc * relocates the proofGen and proofVrfy to rln_relay_utils * wip: test of proof gen * adds a procedure to pass rln-relay message validator, adds the proof gen * tests the proof gen and verify * relocates zkp API * adds documentation and todos * adds todos and documentations * removes an unnecessary comment * adds todos