Skip to content
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

Add 25-blinding support #213

Open
wants to merge 17 commits into
base: dev
Choose a base branch
from
Open

Add 25-blinding support #213

wants to merge 17 commits into from

Conversation

tewinget
Copy link
Collaborator

Adds support for the new SessionID blinding scheme ("25-blinding").

jagerman and others added 17 commits July 12, 2023 14:58
In preparation for introducing blinded25 code for new 25xxx blinded ids
alongside the old 15xxx id code.
Blinds a session id to both 15... and 25... variants
This is only the schema change itself; migration to come.

The `users` table will now have only one row per SessionID, and the
`session_id` column will be the 25-blinded id.  Messages which were
signed using either the non-blinded Session ID or the 15-blinded ID will
have that ID set in `alt_column`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants