Skip to content

Commit 7032d70

Browse files
authored
refactor: update README.md (#87)
Signed-off-by: Michele Orrù <[email protected]>
1 parent 5412ec2 commit 7032d70

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# sigma-rs
1+
# sigma-proofs
22

33
A Rust library for building and composing Σ-protocols (Sigma protocols) for zero-knowledge proofs.
44

5-
## What is sigma-rs?
6-
7-
This library provides a flexible framework for creating zero-knowledge proofs for any statement expressible as a linear relation over group elements. Using the Fiat-Shamir transformation, these interactive protocols become non-interactive proofs suitable for real-world applications.
5+
This library focuses on any statement that can be expressed as a linear relation over group elements. Using the Fiat-Shamir transformation, these interactive protocols become non-interactive proofs suitable for real-world applications.
86

97
## Quick Example
108

0 commit comments

Comments
 (0)