This repository contains implementations and benchmarks for the Fair Schnorr Signature Exchange protocol.
To run all the tests in the repository, use the following command:
cargo test
This will execute all unit and integration tests.
The repository includes three benchmark suites:
bench_fse
bench_bfse
bench_schnorr
To run all the benchmarks, use the following commands:
cargo bench --bench bench_fse
cargo bench --bench bench_bfse
cargo bench --bench bench_schnorr
Each command will execute the corresponding benchmark and display the results.
Feel free to reach out if you encounter any issues or have suggestions!