Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/symmetric/tweak_hash/poseidon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ impl<

// Apply the sponge hash to produce the leaf.
// This absorbs all chain ends and squeezes out the final hash.
let packed_leaves = poseidon_sponge::<PackedF, _, _, _>(
let packed_leaves = poseidon_sponge::<PackedF, _, MERGE_COMPRESSION_WIDTH, HASH_LEN>(
&sponge_perm,
&capacity_val,
&packed_leaf_input,
Expand Down