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

SHAKE128 and SHAKE256 #87099

Merged
merged 23 commits into from
Jun 15, 2023
Merged

SHAKE128 and SHAKE256 #87099

merged 23 commits into from
Jun 15, 2023

Commits on Jun 1, 2023

  1. Quick sketch for SHAKE

    vcsjones committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    5698294 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e1f41f View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Configuration menu
    Copy the full SHA
    cdbdc0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ba6ff2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dea682d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be624e4 View commit details
    Browse the repository at this point in the history
  5. Fix typo in comment

    vcsjones committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    6867809 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. Bring up SHAKE256

    vcsjones committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    d43c293 View commit details
    Browse the repository at this point in the history
  2. Change exception types.

    vcsjones committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    01b106c View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Configuration menu
    Copy the full SHA
    1c56ca2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0ac765 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f61aa1 View commit details
    Browse the repository at this point in the history
  4. Code review feedback

    vcsjones committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    ecfe5a8 View commit details
    Browse the repository at this point in the history
  5. Use span marshaller

    vcsjones committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    fdd579d View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Work around OpenSSL 1.1.1 bug with zero length digests in EVP_DigestF…

    …inalXOF for some architectures
    vcsjones committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    ae95f1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4226620 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79cf398 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf5886f View commit details
    Browse the repository at this point in the history
  5. Fix extra line

    vcsjones committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    4b63b45 View commit details
    Browse the repository at this point in the history
  6. Use OPENSSL_cleanse

    vcsjones committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    2c19680 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

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

Commits on Jun 13, 2023

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

Commits on Jun 14, 2023

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