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 encrypt-data-using-salsa20-or-chacha.yml #886

Merged
merged 3 commits into from
Mar 4, 2024

Conversation

mike-hunhoff
Copy link
Collaborator

No description provided.

@mike-hunhoff mike-hunhoff requested a review from mr-tz March 1, 2024 23:19
Comment on lines 23 to +25
- string: "expand 32-byte kexpand 16-byte k"
- bytes: 65 78 70 61 6E 64 20 33 32 2D 62 79 74 65 20 6B = "expand 32-byte k"
- bytes: 65 78 70 61 6E 64 20 31 36 2D 62 79 74 65 20 6B = "expand 16-byte k"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This string is not guaranteed to be null-terminated.

Comment on lines -18 to +21
- string: "expand 32-byte k = sigma"
- string: "expand 16-byte k = tau"
- string: "expand 32-byte k"
description: sigma
- string: "expand 16-byte k"
description: tau
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😟

@mr-tz mr-tz merged commit ec36656 into master Mar 4, 2024
3 checks passed
@mr-tz mr-tz deleted the fix/encrypt-data-using-salsa20-or-chacha branch March 4, 2024 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants