Skip to content

Commit

Permalink
add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
neotheprogramist committed Feb 16, 2024
1 parent 9bc8cd3 commit a4eafcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fri/fri.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ fn fri_verify(
verify_last_layer(last_queries.span(), commitment.last_layer_coefficients);
}

// TODO: remove this function when compiler supports nested arrays
fn fri_witness_deserialization(fri_witness: FriWitness) -> Array<FriLayerWitness> {
let layers_span = fri_witness.layers;
let mut layers = ArrayTrait::<FriLayerWitness>::new();
Expand Down

0 comments on commit a4eafcc

Please sign in to comment.