mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-08 16:53:07 +00:00
Minor
This commit is contained in:
parent
f83c587cc5
commit
675f32835b
@ -307,13 +307,12 @@ where
|
||||
one,
|
||||
state[0],
|
||||
);
|
||||
state =
|
||||
<F as Poseidon<WIDTH>>::mds_partial_layer_fast_field_recursive(builder, &state, r);
|
||||
state = <F as Poseidon<WIDTH>>::mds_partial_layer_fast_recursive(builder, &state, r);
|
||||
}
|
||||
let sbox_in = vars.local_wires[Self::wire_partial_sbox(poseidon::N_PARTIAL_ROUNDS - 1)];
|
||||
constraints.push(builder.sub_extension(state[0], sbox_in));
|
||||
state[0] = <F as Poseidon<WIDTH>>::sbox_monomial_recursive(builder, sbox_in);
|
||||
state = <F as Poseidon<WIDTH>>::mds_partial_layer_fast_field_recursive(
|
||||
state = <F as Poseidon<WIDTH>>::mds_partial_layer_fast_recursive(
|
||||
builder,
|
||||
&state,
|
||||
poseidon::N_PARTIAL_ROUNDS - 1,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user