Skip to content

Commit

Permalink
log vk.transcript_repr
Browse files Browse the repository at this point in the history
  • Loading branch information
lispc committed Mar 29, 2024
1 parent c90df71 commit 755920e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion halo2_proofs/src/plonk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ where

// Hash in final Blake2bState
vk.transcript_repr = C::Scalar::from_uniform_bytes(hasher.finalize().as_array());

log::info!("vk.transcript_repr {:?}", vk.transcript_repr);
vk
}

Expand Down

0 comments on commit 755920e

Please sign in to comment.