vacp2p / research

Thinking in code
MIT License
62 stars 4 forks source link

Spam-resistant relay protocol PoC: RLNapp Nim wrappers #51

Closed staheri14 closed 3 years ago

staheri14 commented 3 years ago

Problem

The current implementation of RLNapp is in Rust, hence the code cannot be used in the relay protocol. For this issue, Nim wrappers shall be implemented for the components of RLN (specified in https://github.com/vacp2p/research/issues/50) that are going to be used in the spam-protection solution.

This issue is part of https://github.com/vacp2p/specs/issues/189.

Acceptance Criteria

The wrappers are implemented and unit tested.