Cairo Serde#467
Conversation
ee30c36 to
b612b84
Compare
b612b84 to
6b71928
Compare
dcf2bf5 to
a8f3bd2
Compare
6b71928 to
4d816ac
Compare
4d816ac to
69899cb
Compare
a8f3bd2 to
611b94f
Compare
69899cb to
ec73e20
Compare
|
why? Code quote: --exclude circuit-cairo-serialize |
|
remove Code quote: = Blake2sM31MerkleHasher |
|
Suggestion: <Hash> |
|
Suggestion: let mut felts = Vec::new(); |
|
maybe rename CircuitProof in a preliminary PR? Code quote: use circuit_prover::prover::CircuitProof as CircuitProverOutput; |
|
Suggestion: let bounds: TreeVec<ColumnVec<u32>> = component.trace_log_degree_bounds();
let Some([_, trace_log_size, interaction_log_size]) = bounds.try_into() else {
panic!("Unexpected trace_log_degree_bounds length");
} |
|
what does that mean? Code quote: to round-trip |
|
felts Code quote: bytes |
|
Previously, ilyalesokhin-starkware wrote…
for serde round-trip test |
|
What is this struct? is it related to CircuitConfig? Code quote: CairoCircuitVerifierConfig |

No description provided.