We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae95e3b commit d1ff593Copy full SHA for d1ff593
aggregator/src/blob_consistency/avail.rs
@@ -107,6 +107,7 @@ impl AssignedBarycentricEvaluationConfig {
107
pub fn challenge_digest(&self) -> &CRTInteger<Fr> {
108
&self.barycentric_assignments[BLOB_WIDTH]
109
}
110
+}
111
112
/// Get the blob data bytes that will be populated in BlobDataConfig.
113
pub fn get_blob_bytes(_batch_bytes: &[u8]) -> Vec<u8> {
0 commit comments