mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-02 13:53:07 +00:00
Constrain keccak general
This commit is contained in:
parent
9e0719e6be
commit
f01098a783
@ -70,8 +70,12 @@ const STACK_BEHAVIORS: OpsColumnsView<Option<StackBehavior>> = OpsColumnsView {
|
||||
pushes: true,
|
||||
disable_other_channels: false,
|
||||
}),
|
||||
keccak_general: None, // TODO
|
||||
prover_input: None, // TODO
|
||||
keccak_general: Some(StackBehavior {
|
||||
num_pops: 4,
|
||||
pushes: true,
|
||||
disable_other_channels: true,
|
||||
}),
|
||||
prover_input: None, // TODO
|
||||
pop: Some(StackBehavior {
|
||||
num_pops: 1,
|
||||
pushes: false,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user