Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
fmkra committed Feb 11, 2024
1 parent 0f831b0 commit 2391f0d
Show file tree
Hide file tree
Showing 23 changed files with 25 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/air/tests/test_public_input.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,4 @@ fn test_public_input_validate() {
}
// === KECCAK ONLY END ===


1 change: 1 addition & 0 deletions src/air/tests/test_traces.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,4 @@ fn test_traces_decommit() {
}
// === KECCAK ONLY END ===


1 change: 1 addition & 0 deletions src/channel/tests/test_random_felts_to_prover.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@ fn test_random_felts_to_prover() {
}
// === KECCAK ONLY END ===


1 change: 1 addition & 0 deletions src/channel/tests/test_random_uint256_to_prover.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,4 @@ fn test_random_uint256_to_prover_2() {
}
// === KECCAK ONLY END ===


1 change: 1 addition & 0 deletions src/channel/tests/test_read_felt_from_prover.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,4 @@ fn test_read_felt_from_prover_1() {
}
// === KECCAK ONLY END ===


1 change: 1 addition & 0 deletions src/channel/tests/test_read_felt_vector_from_prover.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -306,3 +306,4 @@ fn test_read_felt_vector_from_prover_0() {
}
// === KECCAK ONLY END ===


1 change: 1 addition & 0 deletions src/channel/tests/test_read_felts_from_prover.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -919,3 +919,4 @@ fn test_read_felts_from_prover_0() {
}
// === KECCAK ONLY END ===


Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,4 @@ fn test_read_truncated_hash_from_prover_2() {
}
// === KECCAK ONLY END ===


1 change: 1 addition & 0 deletions src/channel/tests/test_read_uint64_from_prover.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ fn test_read_uint64_from_prover_0() {
}
// === KECCAK ONLY END ===


4 changes: 3 additions & 1 deletion src/common/hasher.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,6 @@ fn hash_truncated(mut data: Array<u64>) -> felt252 {
fn hash(mut data: Array<u64>) -> u256 {
keccak::cairo_keccak(ref data, 0, 0)
}
// === KECCAK ONLY END ===
// === KECCAK ONLY END ===


1 change: 1 addition & 0 deletions src/fri/tests/test_fri_commit.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,4 @@ fn test_fri_commit() {
}
// === KECCAK ONLY END ===


1 change: 1 addition & 0 deletions src/fri/tests/test_fri_config.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ fn test_fri_config() {
}
// === KECCAK ONLY END ===


1 change: 1 addition & 0 deletions src/fri/tests/test_fri_verify.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ fn test_fri_verify() {
}
// === KECCAK ONLY END ===


1 change: 1 addition & 0 deletions src/proof_of_work/tests/test_proof_of_work.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,4 @@ fn test_verify_proof_of_work_3() {
}
// === KECCAK ONLY END ===


1 change: 1 addition & 0 deletions src/queries/tests/test_generate_queries.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,4 @@ fn test_generate_queries_0() {
}
// === KECCAK ONLY END ===


1 change: 1 addition & 0 deletions src/queries/tests/test_sample_random_queries.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ use cairo_verifier::{queries::queries::sample_random_queries, channel::channel::
// }
// === BLAKE ONLY END ===


1 change: 1 addition & 0 deletions src/stark/tests/test_stark_commit.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,4 @@ fn test_stark_commit() {
}
// === KECCAK ONLY END ===


1 change: 1 addition & 0 deletions src/stark/tests/test_stark_proof_verify.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ fn test_stark_proof_fibonacci_verify() {
}
// === KECCAK ONLY END ===


1 change: 1 addition & 0 deletions src/stark/tests/test_stark_verify.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ fn test_stark_verify() {
}
// === KECCAK ONLY END ===


Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,4 @@ fn test_table_commitment_commit() {
}
// === KECCAK ONLY END ===


Original file line number Diff line number Diff line change
Expand Up @@ -530,3 +530,4 @@ fn test_table_commitment_decommit() {
}
// === KECCAK ONLY END ===


Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,4 @@ fn test_vector_commit() {
}
// === KECCAK ONLY END ===


Original file line number Diff line number Diff line change
Expand Up @@ -520,3 +520,4 @@ fn test_vector_commitment_decommit() {
}
// === KECCAK ONLY END ===


0 comments on commit 2391f0d

Please sign in to comment.