Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 593 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 593 Bytes

Threshold ECDSA and Schnorr in Rust

Implementation of threshold ECDSA and Schnorr in Rust using BeDOZa for circuit MPC evaluation.

Project for Cryptographic Computing Course, Fall 2023 at Aarhus University.

Authors

Usage

To run the signatures with verification, run the following command:

cargo run [ecdsa|schnorr] [message as a number]

Tests

To run the tests, run the following command:

cargo test