mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-05 23:33:07 +00:00
cargo fmt
This commit is contained in:
parent
a9e7ff800e
commit
9c50e61f96
@ -267,10 +267,7 @@ impl<F: Field> CircuitBuilder<F> {
|
||||
let k_is = get_unique_coset_shifts(degree, self.config.num_routed_wires);
|
||||
|
||||
// TODO: This should also include an encoding of gate constraints.
|
||||
let circuit_digest_parts = [
|
||||
constants_root.elements,
|
||||
sigmas_root.elements,
|
||||
];
|
||||
let circuit_digest_parts = [constants_root.elements, sigmas_root.elements];
|
||||
let circuit_digest = hash_n_to_hash(circuit_digest_parts.concat(), false);
|
||||
|
||||
let common = CommonCircuitData {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user