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

Implement Blake2s hints (Part 2) #312

Merged
merged 18 commits into from
Oct 25, 2023
Merged

Implement Blake2s hints (Part 2) #312

merged 18 commits into from
Oct 25, 2023

Commits on Oct 2, 2023

  1. Begin implemneting blake2s

    fmoletta committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    ce47497 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Finish blake2s impl

    fmoletta committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    bc5f5d4 View commit details
    Browse the repository at this point in the history
  2. Add unit test

    fmoletta committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    756aec9 View commit details
    Browse the repository at this point in the history
  3. Add more unit tests

    fmoletta committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    4e89d38 View commit details
    Browse the repository at this point in the history
  4. Add integration test

    fmoletta committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    3073bda View commit details
    Browse the repository at this point in the history
  5. Implement BLAKE2S_COMPUTE

    fmoletta committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    d9564ff View commit details
    Browse the repository at this point in the history
  6. Add unit tests

    fmoletta committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    5039f58 View commit details
    Browse the repository at this point in the history
  7. Add unit tests

    fmoletta committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    e32a854 View commit details
    Browse the repository at this point in the history
  8. Add newline

    fmoletta committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    628dbcd View commit details
    Browse the repository at this point in the history
  9. Add integration test

    fmoletta committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    e3ae43d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a87d704 View commit details
    Browse the repository at this point in the history
  11. Add unit test

    fmoletta committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    d7004d9 View commit details
    Browse the repository at this point in the history
  12. Add integration test

    fmoletta committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    c55aefd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6b90c98 View commit details
    Browse the repository at this point in the history
  14. Fix removed line

    fmoletta committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    2e6a7e0 View commit details
    Browse the repository at this point in the history
  15. Add unit test

    fmoletta committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    3d44715 View commit details
    Browse the repository at this point in the history
  16. Fix test values

    fmoletta committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    101dc93 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

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