mirror of
https://source.quilibrium.com/quilibrium/ceremonyclient.git
synced 2024-11-11 02:35:18 +00:00
10 lines
482 B
Markdown
Executable File
10 lines
482 B
Markdown
Executable File
# Secure Two-party Threshold ECDSA from ECDSA Assumptions
|
|
|
|
**IMPORTANT**: Version 0 of the protocol is experimental and not suitable for production use.
|
|
It is kept here for backward compatability.
|
|
We have added type conversion functions in the Version 1 package that can be used to migrate
|
|
V0 data to V1 data types.
|
|
|
|
Package dkls implements the 2-of-2 threshold ECDSA signing algorithm of
|
|
[Secure Two-party Threshold ECDSA from ECDSA Assumptions](https://eprint.iacr.org/2018/499).
|