Module zkevm_keccak::keccak_packed_multi
source · [−]Expand description
Keccak packed multi
Structs
KeccakConfig
KeccakRow
Keccak Table, used to verify keccak hashing from RLC’ed input.
Functions
The number of keccak_f’s that can be done in this circuit
Witness generation in
FirstPhase
for a keccak hash digest without
computing RLCs, which are deferred to SecondPhase
.Computes and assigns the input RLC values (but not the output RLC values:
see
multi_keccak_phase1
).Returns vector of KeccakRow and vector of hash digest outputs.
Computes and assigns the input and output RLC values.