Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
formating
Browse files Browse the repository at this point in the history
  • Loading branch information
Mira Belenkiy committed Oct 25, 2023
1 parent e9cf2e4 commit f46bce2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ The `ecdsa\cggplus` module for ECDSA is based on Canneti et al. CCS20 [2].

This library includes three protocols:

* Key Generation for creating secret shares with no trusted dealer ("keygen").
* Signing for using the secret shares to generate a signature ("signing" and "cggplus").
* Dynamic Groups to change the group of participants while keeping the secret ("resharing").
* Key Generation for creating secret shares with no trusted dealer (`keygen`).
* Signing for using the secret shares to generate a signature (`signing` and `cggplus`).
* Dynamic Groups to change the group of participants while keeping the secret (`resharing`).

⚠️ Do not miss [these important notes](#how-to-use-this-securely) on implementing this library securely

Expand Down

0 comments on commit f46bce2

Please sign in to comment.