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

Fix ChaCha operation Raw output #1606

Merged
merged 3 commits into from
Mar 30, 2024
Merged

Commits on Jul 30, 2023

  1. Fix ChaCha operation Raw output

    Previously, an array type error prevented any output when selecting
    the 'Raw' output option for the ChaCha operation. This did not
    show up in tests, as they all compared to hex values.
    
    This also adds a test (relying on the 'To Hex' operation) that
    catches this.
    joostrijneveld committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    cb98672 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

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

Commits on Mar 29, 2024

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