Skip to content

feat(rln): implement a _light_ non-zerokit version for registrations/credentials management #2335

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
danisharora099 opened this issue Apr 3, 2025 · 1 comment · Fixed by #2295
Assignees

Comments

@danisharora099
Copy link
Collaborator

Description

For RLN, and credentials management, we were relying on RLN instance, which internally relies (and loads) Zerokit.
This Zerokit WASM blob takes about 15 seconds in the browser to load.

With work on the KeyStore Management application, which strictly requires credentials management and no RLN proof generation/verification (where Zerokit becomes necessary), we realise that Zerokit can be eliminated for this process.

User Story

  • User should be able to register a membership without Zerokit
  • User should be able to generate/delete/manage credentials without Zerokit

Proposed Solution / Feature Design

  • Use local hashing instead of relying on Zerokit

Notes

@chair28980 chair28980 added this to Waku Apr 3, 2025
@danisharora099 danisharora099 changed the title feat: implement a _light_ non-zerokit version for registrations/credentials management feat(rln): implement a _light_ non-zerokit version for registrations/credentials management Apr 3, 2025
@danisharora099 danisharora099 moved this to Code Review / QA in Waku Apr 3, 2025
@github-project-automation github-project-automation bot moved this from Code Review / QA to Done in Waku Apr 7, 2025
@danisharora099 danisharora099 self-assigned this Apr 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant