131 typedef typename LayerProof<Field>::CPoly CPoly;
132 typedef typename LayerProof<Field>::WPoly WPoly;
135 static constexpr size_t kMaxBindings = LayerProof<Field>::kMaxBindings;
138 std::vector<LayerProof<Field>> l;
140 explicit Proof(
size_t nl) : l(nl) {}
141 size_t size()
const {
142 return l.size() * (kMaxBindings * 4 + kMaxBindings * 3 * 2 + 2);