Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Okm165 committed Mar 22, 2024
1 parent e2154a5 commit ec236f9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use cairo_verifier::vector_commitment::vector_commitment::{
// },
// commitment_hash: 0x1e9b0fa29ebe52b9c9a43a1d44e555ce42da3199370134d758735bfe9f40269
// };
//

// let queries = array![
// VectorQuery {
// index: 0x73, value: 0x12346ea425a6aebc8c323a401410cc325aabaf99b54e600a7271f146488aa2d
Expand Down Expand Up @@ -47,7 +47,7 @@ use cairo_verifier::vector_commitment::vector_commitment::{
// },
// ]
// .span();
//

// let witness = VectorCommitmentWitness {
// authentications: array![
// 0x2e9de49846b184d454c30e3b4854167583093da20c5ddef5e3ba2885524d006,
Expand Down Expand Up @@ -103,7 +103,7 @@ use cairo_verifier::vector_commitment::vector_commitment::{
// ]
// .span(),
// };
//

// vector_commitment_decommit(commitment, queries, witness);
// }
// === BLAKE2S END ===
Expand Down

0 comments on commit ec236f9

Please sign in to comment.