Implementation of threshold ECDSA and Schnorr in Rust using BeDOZa for circuit MPC evaluation.
Project for Cryptographic Computing Course, Fall 2023 at Aarhus University.
To run the signatures with verification, run the following command:
cargo run [ecdsa|schnorr] [message as a number]
To run the tests, run the following command:
cargo test