Skip to content

A 2-party threshold ECDSA implementation in Rust based on the paper "Securing dnssec keys via threshold ecdsa from generic MPC" by Dalskov et. al.

Notifications You must be signed in to change notification settings

mzacho/threshold-ecdsa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A 2-party threshold ECDSA implementation in Rust based on the paper "Securing dnssec keys via threshold ecdsa from generic MPC" by Dalskov et. al.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages