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

Back implementations of SHA2, HMAC-SHA1, HMAC-SHA2 and HKDF-SHA2 by hacl-rs #659

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    246ba22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f21c13 View commit details
    Browse the repository at this point in the history
  3. no hacl-c sha2 anymore

    keks committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    879ebea View commit details
    Browse the repository at this point in the history
  4. completely remove hacl-c sha2

    keks committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    eec025e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5e48543 View commit details
    Browse the repository at this point in the history
  6. move hacl-rs to own subcrate

    keks committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    cc2f9c2 View commit details
    Browse the repository at this point in the history
  7. make hmac crate use hacl-rs

    keks committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    56523a5 View commit details
    Browse the repository at this point in the history
  8. use ed25519 from hacl-rs

    keks committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    dfe85d2 View commit details
    Browse the repository at this point in the history
  9. use ed25519 better

    keks committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    10bed78 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    309be7a View commit details
    Browse the repository at this point in the history
  2. add hacl-rs hkdf

    keks committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    757b0fe View commit details
    Browse the repository at this point in the history
  3. fix cargo toml indent depth

    keks committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    9fd9278 View commit details
    Browse the repository at this point in the history
  4. fix hmac lengths

    keks committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    98f8eed View commit details
    Browse the repository at this point in the history
  5. fix name and add comment

    keks committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    5520a0d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4d3d2f0 View commit details
    Browse the repository at this point in the history
  7. fmt rest of generated code

    keks committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    112ccc2 View commit details
    Browse the repository at this point in the history
  8. fix mishap

    keks committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    7cbcff1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a1363a8 View commit details
    Browse the repository at this point in the history