ceremonyclient/nekryptology/pkg/tecdsa/dkls/v0/doc.go
2023-07-05 00:32:28 -05:00

14 lines
412 B
Go

//
// Copyright Coinbase, Inc. All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//
// Package v0 implements the 2-of-2 threshold ECDSA signing algorithm of
// [Doerner, Kondi, Lee, and shelat](https://eprint.iacr.org/2018/499).
// For an example of use, look at sign.go.
//
// It is currently a work in progress; do not use it in real-life scenarios yet.
// TODO: Docs to be completed.
package v0