pub fn pow_observe_sample(
ts: &mut impl FiatShamirTranscript<BabyBearPoseidon2Config>,
pow_bits: usize,
witness: F,
) -> FExpand description
Runs the PoW observe/sample in a preflight transcript, returning the sample
(or F::ZERO when pow_bits == 0).