Skip to content

Conversation

@newpavlov
Copy link
Member

Closes #736

@tarcieri
Copy link
Member

tarcieri commented Nov 5, 2025

@newpavlov can you also remove the patch from Cargo.toml?

@newpavlov newpavlov requested a review from tarcieri November 5, 2025 22:47
let mut full_out = Default::default();
hasher.finalize_variable_core(&mut buf, &mut full_out);
let out_src = &full_out[..out.len()];
out.copy_from_slice(out_src);
Copy link
Member Author

Choose a reason for hiding this comment

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

It may be worth to add a helper method to VariableOutputCore for this.

Copy link
Member

@tarcieri tarcieri left a comment

Choose a reason for hiding this comment

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

Good enough for now

@tarcieri tarcieri merged commit 8785ea4 into master Nov 5, 2025
64 checks passed
@tarcieri tarcieri deleted the argon2/fix_variable branch November 5, 2025 23:20
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.

Recent release of blake2 breaks argon2 rc

3 participants