From cb8e08f2ed6c5d5db0172f36d77f36954ea00243 Mon Sep 17 00:00:00 2001 From: Raphael Date: Fri, 13 Dec 2024 15:15:47 +0000 Subject: [PATCH] fixup indent (#106) ## Content This PR includes... ## Pre-submit checklist - Branch - [ ] Tests are provided (if possible) - [ ] Commit sequence broadly makes sense - [ ] Key commits have useful messages - PR - [ ] No clippy warnings in the CI - [ ] Self-reviewed the diff - [ ] Useful pull request description - [ ] Reviewer requested - Documentation - [ ] Update README file (if relevant) - [ ] Update documentation website (if relevant) ## Comments ## Issue(s) Relates to #YYY or Closes #YYY --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5c82d7d4..3990a912 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ ALBA is an ideal choice for applications that require: - *Fast proof generation and verification*, such as in blockchain systems or multisignature schemes. - *Efficient decentralized collaboration*, enabling multiple participants to jointly prove knowledge. - *Flexibility in tradeoffs*, balancing proof size and communication overhead. + Whether it is for multisignatures, proof-of-stake systems, or secure voting protocols, ALBA provides a robust, scalable, and efficient solution for proving knowledge across diverse use cases. ## Implementation