Skip to content

Commit

Permalink
Merge pull request dedis#438 from dedis/issue436
Browse files Browse the repository at this point in the history
Add deprecation warning
  • Loading branch information
Jeff R. Allen authored Sep 8, 2020
2 parents 814a25b + 9ac8010 commit 2fc8874
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sign/cosi/cosi.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ response r_i = v_i + c*a_i and sends it back to the leader.
P' or a timer has run out. If he has not enough replies he aborts. Finally,
the leader computes the aggregate response r = \sum{j ∈ P'}(r_j) and publishes
(V,r,Z) as the signature for the message M.
Note: This package is kept here for historical and research purposes. It
should not be used in new code as it has been deprecated by the
bls package, which was in turn deprecated by the bdn package. See
https://eprint.iacr.org/2018/417.pdf for an attack on CoSi as implemented
here.
*/
package cosi

Expand Down

0 comments on commit 2fc8874

Please sign in to comment.