curl -L https://sp1.succinct.xyz | bash PATH="$PATH:~/.sp1/bin" sp1up
make test
to run single test
make test ARGS='--filter text_to_match'
cargo build
./target/release/dvt_prover_host --input-file input_file.json --type share
for more information
./target/release/dvt_prover_host --help
Demonstrates that some participants have sent an incorrect share.
Confirms that the DVT algorithm has completed successfully.
Shows that certain participants provided an invalid final share, though the algorithm can't conclude.
Reveals that some participants have sent improperly encrypted data that is either incorrect or malicious, violating the algorithm's invariants.
make install-git-hooks