mirror of
https://source.quilibrium.com/quilibrium/ceremonyclient.git
synced 2024-11-10 18:25:17 +00:00
.. | ||
testdata | ||
conn.go | ||
dkg_test.go | ||
dkg.go | ||
doc.go | ||
multiply_test.go | ||
multiply.go | ||
ot_test.go | ||
ot.go | ||
params.go | ||
proto_test.go | ||
proto.go | ||
README.md | ||
schnorr.go | ||
sign_test.go | ||
sign.go |
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.