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

Protocol context is a trait #253

Merged

Commits on Nov 18, 2022

  1. Context trait

    Need to clean up the following
    
    * Remove `bind`
    * Relax `narrow`
    * Introduce a small context struct that clone will refer to
    akoshelev committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    afae54f View commit details
    Browse the repository at this point in the history
  2. Remove bind and checks from narrow

    What is left:
    
    * Introduce a small context struct that clone will refer to
    akoshelev committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    423d80d View commit details
    Browse the repository at this point in the history
  3. ContextInner

    akoshelev committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    593da70 View commit details
    Browse the repository at this point in the history
  4. Formatting and Clippy

    akoshelev committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    fda058a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0fdc2a7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7b7d3d4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d97a580 View commit details
    Browse the repository at this point in the history
  8. Delete share_of_one module

    akoshelev committed Nov 18, 2022
    2 Configuration menu
    Copy the full SHA
    e086292 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5ed71ed View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Remove GAT from Reveal

    and make it look the same as SecureMul. We don't need this advanced
    feature anymore
    akoshelev committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    15cb5f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. s/ProtocolContext/Context

    akoshelev committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    8e57309 View commit details
    Browse the repository at this point in the history
  2. Fix formatting

    akoshelev committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    e07835c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5a73d8 View commit details
    Browse the repository at this point in the history
  4. Merge from main

    akoshelev committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    84e41bf View commit details
    Browse the repository at this point in the history
  5. Merge from main

    akoshelev committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    83f8701 View commit details
    Browse the repository at this point in the history