Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
maurges committed Mar 8, 2024
1 parent 2c4448e commit 83877db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cggmp21/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
//! has a public key uniqely idenitifying that signer, you can assign unique indexes to the signers as follows:
//! 1. Make a list of signers' public keys
//! 2. Sort the list of public keys
//! 3. Assign each signer an index `i` such that `i` corresponds to the position of the signer's public key in the
//! 3. Assign each signer an index `i` such that `i` corresponds to the position of the signer's public key in the
//! sorted list of public keys
//!
//! [security requirements]: #security
Expand Down

0 comments on commit 83877db

Please sign in to comment.