Skip to content

Commit 3f1117f

Browse files
authored
feat: dont infer const arguments (#16)
1 parent e059aac commit 3f1117f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/symmetric/tweak_hash/poseidon.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ impl<
540540

541541
// Apply the sponge hash to produce the leaf.
542542
// This absorbs all chain ends and squeezes out the final hash.
543-
let packed_leaves = poseidon_sponge::<PackedF, _, _, _>(
543+
let packed_leaves = poseidon_sponge::<PackedF, _, MERGE_COMPRESSION_WIDTH, HASH_LEN>(
544544
&sponge_perm,
545545
&capacity_val,
546546
&packed_leaf_input,

0 commit comments

Comments
 (0)