You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
Proposed Solution / Feature Design
Notes
The text was updated successfully, but these errors were encountered: