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

Commits on Jul 12, 2023

  1. Rename blinded -> blinded15

    In preparation for introducing blinded25 code for new 25xxx blinded ids
    alongside the old 15xxx id code.
    jagerman committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    fecd76f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    749c7e9 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Squash: more 15 renaming

    jagerman committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    b50c094 View commit details
    Browse the repository at this point in the history
  2. Squash: more 25 primitives

    jagerman committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    c7f8e87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cfb5c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Add blinding script

    Blinds a session id to both 15... and 25... variants
    jagerman committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    40c5e8a View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. WIP

    jagerman committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    c8f4993 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    7eecddd View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. update db schema(s) for blinding v2 (25-blinding)

    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`
    tewinget committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    5d5ca56 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Migrate db to 25-blinding

    tewinget committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    4d1953f View commit details
    Browse the repository at this point in the history
  2. python-black formatting

    tewinget committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    980d353 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    4e55acd View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. WIP, fixing tests

    tewinget committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    ff9e507 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8aec739 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    0b9c9c2 View commit details
    Browse the repository at this point in the history
  2. format

    tewinget committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    e045278 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f561793 View commit details
    Browse the repository at this point in the history