mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-09 01:03:08 +00:00
Merge pull request #1160 from topos-protocol/keccak_general
Constrain keccak general
This commit is contained in:
commit
4a762e3336
@ -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