Skip to content

h-hafezi/fair_schnorr_signature_exchange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fair Schnorr Signature Exchange

This repository contains implementations and benchmarks for the Fair Schnorr Signature Exchange protocol.

Running Tests

To run all the tests in the repository, use the following command:

cargo test

This will execute all unit and integration tests.

Running Benchmarks

The repository includes three benchmark suites:

  1. bench_fse
  2. bench_bfse
  3. 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!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages