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

Outline of a PRSS framework #40

Merged
merged 5 commits into from
Jul 12, 2022
Merged

Outline of a PRSS framework #40

merged 5 commits into from
Jul 12, 2022

Commits on Jul 12, 2022

  1. Outline of a PRSS framework

    This uses x25519 to exchange secrets, HKDF (SHA-256) to derive secrets,
    and AES as the PRF.  I've only implemented the ability to generate a
    u128 with random access and bits with sequential access so far.
    
    The testing for the endpoint part is incomplete too.
    martinthomson committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    e0e9134 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e0f4f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f393e86 View commit details
    Browse the repository at this point in the history
  4. Address review comments

    martinthomson committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    b846a69 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b1cd82 View commit details
    Browse the repository at this point in the history