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 SHAKE128 #76

Merged
merged 18 commits into from
Oct 31, 2024
Merged

Add SHAKE128 #76

merged 18 commits into from
Oct 31, 2024

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    c164dec View commit details
    Browse the repository at this point in the history
  2. Add XOF get_digest functions

    mborland committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    8714e8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87ea8cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    00dd158 View commit details
    Browse the repository at this point in the history
  5. Add shake128 implementation

    mborland committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    2c9db61 View commit details
    Browse the repository at this point in the history
  6. Add basic shake128 testing

    mborland committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    9a191e1 View commit details
    Browse the repository at this point in the history
  7. Add NIST CAVS test vectors

    mborland committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    21dd562 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5a546e3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    32b3e74 View commit details
    Browse the repository at this point in the history
  10. Add SHAKE128 seed corpus

    mborland committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    3f92f0e View commit details
    Browse the repository at this point in the history
  11. Add fuzzing

    mborland committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    02b58cb View commit details
    Browse the repository at this point in the history
  12. Add CUDA NVCC testing

    mborland committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    a48e61b View commit details
    Browse the repository at this point in the history
  13. Add CUDA NVRTC testing

    mborland committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    2a2dae0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5272f79 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    656f4ea View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    34c0536 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4a23f4a View commit details
    Browse the repository at this point in the history
  18. Fix gpu arch mismatch

    mborland committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    cc1afdb View commit details
    Browse the repository at this point in the history