22 static size_t size() {
return (FrCodec::calc_num_fields<BF>()) * NUM_TRANSLATION_EVALUATIONS; }
26 std::array<std::string, NUM_TRANSLATION_EVALUATIONS>
labels = {
27 "Translation:op",
"Translation:Px",
"Translation:Py",
"Translation:z1",
"Translation:z2"
A template class for a reference array. Behaves as if std::array<T&, N> was possible.
Entry point for Barretenberg command-line interface.
Stores the evaluations of op, Px, Py, z1, and z2 computed by the ECCVM Prover. These evaluations are ...
RefArray< BF, NUM_TRANSLATION_EVALUATIONS > get_all()
std::array< std::string, NUM_TRANSLATION_EVALUATIONS > labels