Skip to content

Commit f319c44

Browse files
committed
fix: fixed workflow error
1 parent 410726c commit f319c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/poseidon2/instances/koalabear16.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ test "koalabear16 basic" {
124124
}
125125

126126
fn testPermutation(state: [width]u32) [width]u32 {
127-
const FieldMod = poseidon2_koalabear.Field;
127+
const FieldMod = poseidon2_koalabear.field;
128128
var mont_state: [width]FieldMod.MontFieldElem = undefined;
129129
inline for (0..width) |j| {
130130
FieldMod.toMontgomery(&mont_state[j], state[j]);

0 commit comments

Comments
 (0)