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

Curve25519 #514

Merged
merged 8 commits into from
Mar 24, 2024
Merged

Curve25519 #514

merged 8 commits into from
Mar 24, 2024

Commits on Mar 11, 2024

  1. point dalek backend

    bunnie committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    bfc7e7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04abd3f View commit details
    Browse the repository at this point in the history
  3. split low-level engine verification routines into a feature flag

    to use these, one must include engine-25519 and also not use
    the curve25519-dalek native primitives.
    
    Probably what we *should* do is create some backend calls that allow
    us to queue up local jobs only for this sort of testing.
    bunnie committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    3bcc0dc View commit details
    Browse the repository at this point in the history
  4. lock rootkeys into a particular version of the dalek crates + coopera…

    …tive release of hw accelerator
    
    the cooperative release is THE problem that we need to discuss.
    bunnie committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    f5fdcf7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cb4e5be View commit details
    Browse the repository at this point in the history
  6. commit lock file

    bunnie committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    bc8eb46 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c121da0 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

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