G.
G.
Thanks a lot @staheri14 for your feedback! > Is there already documentation highlighting that the APIs are generic and reusable for any circuit? if not, I think that would be...
Yes, I'll work on this. I see we want something generic like a tutorial to start with. Do we plan a standard `cargo doc` code/API documentation as well within this...
First item of this issue has been addressed in https://github.com/vacp2p/zerokit/pull/74
Did I understand correctly that in practice this issue is asking to develop a binary that signals by attaching RLN proofs, after successfully registering a credential to a membership smart...
> I've got serialization working with serde, but implementing deserialization is such a pain I know what you mean, and that's one of the reason why I prefer to have...
This issue was partially discussed in https://github.com/status-im/nwaku/pull/1016#discussion_r905560688. Most of byte lengths converted to usize can be safely assumed to be less than 2^32 bytes, hence we might update RFCs and...
rln-wasm tests are failing, so I guess is still in draft? Furthermore, I believe these changes has to be fully tested with all submodules that use the "parallel" feature (rln,...