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

argon2: Add const compatibility #438

Merged
merged 23 commits into from
Aug 7, 2023
Merged

argon2: Add const compatibility #438

merged 23 commits into from
Aug 7, 2023

Commits on Jul 3, 2023

  1. Add const compatibility

    C0D3-M4513R committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    8abc6a6 View commit details
    Browse the repository at this point in the history
  2. Add Docs

    C0D3-M4513R committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    4ab52cc View commit details
    Browse the repository at this point in the history
  3. Run cargo fmt

    C0D3-M4513R committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    4947f18 View commit details
    Browse the repository at this point in the history
  4. bump minor version

    C0D3-M4513R committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    b67d29a View commit details
    Browse the repository at this point in the history
  5. Apply newpavlov review

    C0D3-M4513R committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    57f74de View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7d20d27 View commit details
    Browse the repository at this point in the history
  7. Run cargo fmt

    C0D3-M4513R committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    105b38d View commit details
    Browse the repository at this point in the history
  8. Fix double Default impl

    C0D3-M4513R committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    da71db7 View commit details
    Browse the repository at this point in the history
  9. Undo version bump

    C0D3-M4513R committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    16e1203 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4f11495 View commit details
    Browse the repository at this point in the history
  11. Add tarcieri's change

    Co-authored-by: Tony Arcieri <bascule@gmail.com>
    C0D3-M4513R and tarcieri committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    524de64 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b995da4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b1d58b6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    466a9ca View commit details
    Browse the repository at this point in the history
  15. More const

    C0D3-M4513R committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    2ea6458 View commit details
    Browse the repository at this point in the history
  16. Even more const

    C0D3-M4513R committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    383be35 View commit details
    Browse the repository at this point in the history
  17. Revert "Even more const"

    This reverts commit 383be35.
    C0D3-M4513R committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    8ac350b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c61985b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1613834 View commit details
    Browse the repository at this point in the history
  20. More pub const DEFAULT

    C0D3-M4513R committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    2cfdea2 View commit details
    Browse the repository at this point in the history
  21. Run cargo fmt

    C0D3-M4513R committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    1f4bddd View commit details
    Browse the repository at this point in the history
  22. Add docs

    C0D3-M4513R committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    939201d View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    1494eb1 View commit details
    Browse the repository at this point in the history