Skip to content

Commit

Permalink
fix: Added in Extra Padding for fixing the Dory Seed requirement of 3…
Browse files Browse the repository at this point in the history
…2 chars
  • Loading branch information
gssakash-SxT committed Oct 30, 2024
1 parent 0391739 commit fd1588d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/proof-of-sql/examples/tech_gadget_prices/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use rand::{rngs::StdRng, SeedableRng};
use std::{fs::File, time::Instant};

const DORY_SETUP_MAX_NU: usize = 8;
const DORY_SEED: [u8; 32] = *b"tech-gadget-prices-dataset-seed";
const DORY_SEED: [u8; 32] = *b"tech-gadget-prices-dataset-seed!";
fn prove_and_verify_query(
sql: &str,
accessor: &OwnedTableTestAccessor<DynamicDoryEvaluationProof>,
Expand Down

0 comments on commit fd1588d

Please sign in to comment.