Skip to content

Commit

Permalink
add instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
kitounliu committed Jan 11, 2024
1 parent f6917d3 commit 1150802
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/verifier_combi_full.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ use zkdvrf::{
load_or_create_pk, DkgGlobalPubParams, DkgMemberParams, MemberKey, PseudoRandom, EVAL_PREFIX,
};

// cargo run --release --features="g2chip" --example verifier_combi_full

const DIR_GENERATED: &str = "./contracts/data";

fn mock_members<const NUMBER_OF_MEMBERS: usize>(
Expand Down

0 comments on commit 1150802

Please sign in to comment.