133 typedef typename LayerProof<Field>::CPoly CPoly;
134 typedef typename LayerProof<Field>::WPoly WPoly;
137 static constexpr size_t kMaxBindings = LayerProof<Field>::kMaxBindings;
140 std::vector<LayerProof<Field>> l;
142 explicit Proof(
size_t nl) : l(nl) {}
143 size_t size()
const {
144 return l.size() * (kMaxBindings * 4 + kMaxBindings * 3 * 2 + 2);