mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-05 23:33:07 +00:00
TODO
This commit is contained in:
parent
a63b73a851
commit
74446659a3
@ -65,6 +65,7 @@ pub(crate) fn generate_bootstrap_kernel<F: Field>(state: &mut GenerationState<F>
|
||||
// buffer, so it's time to absorb.
|
||||
if sponge_input_pos == 0 {
|
||||
current_cpu_row.is_keccak = F::ONE;
|
||||
// TODO: Push sponge_state to Keccak inputs in traces.
|
||||
keccakf_u32s(&mut sponge_state);
|
||||
let keccak = current_cpu_row.general.keccak_mut();
|
||||
keccak.output_limbs = sponge_state.map(F::from_canonical_u32);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user