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

Add SHAKE256 #78

Merged
merged 10 commits into from
Nov 1, 2024
Merged

Add SHAKE256 #78

merged 10 commits into from
Nov 1, 2024

Commits on Nov 1, 2024

  1. Add SHAKE256 Impl

    mborland committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    b1bd6dd View commit details
    Browse the repository at this point in the history
  2. Add basic testing

    mborland committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    0ce9712 View commit details
    Browse the repository at this point in the history
  3. Add NIST CAVS vectors

    mborland committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    4ea9492 View commit details
    Browse the repository at this point in the history
  4. Fix file formatting

    mborland committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    bc50bed View commit details
    Browse the repository at this point in the history
  5. Add NIST SHA3VS testing

    mborland committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    64efdea View commit details
    Browse the repository at this point in the history
  6. Add CUDA NVCC testing

    mborland committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    be4a506 View commit details
    Browse the repository at this point in the history
  7. Add CUDA NVRTC testing

    mborland committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    ae163cf View commit details
    Browse the repository at this point in the history
  8. Add seed corpus

    mborland committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    33e2b6d View commit details
    Browse the repository at this point in the history
  9. Add fuzzing

    mborland committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    0f6835b View commit details
    Browse the repository at this point in the history
  10. Add Clang 18 and 19 to CI

    mborland committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    9102ca7 View commit details
    Browse the repository at this point in the history