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

Use XChaCha20 Poly1305 in message encryptor and ignore sign_secret #36

Merged
merged 7 commits into from
Oct 6, 2023

Commits on Oct 4, 2023

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

Commits on Oct 5, 2023

  1. Use ChaCha20 & Poly1305

    josevalim committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    0bbd7e9 View commit details
    Browse the repository at this point in the history
  2. Proper key size check

    josevalim committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    370ce26 View commit details
    Browse the repository at this point in the history
  3. Revert "Proper key size check"

    This reverts commit 370ce26.
    josevalim committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    8c9efe9 View commit details
    Browse the repository at this point in the history
  4. More feedback

    josevalim committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    8943fe6 View commit details
    Browse the repository at this point in the history
  5. xchacha

    josevalim committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    f632d1c View commit details
    Browse the repository at this point in the history
  6. Simplify encoding

    josevalim committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    cd4af5d View commit details
    Browse the repository at this point in the history