Skip to content

Commit c4a1d3e

Browse files
authored
Update README.md (#47)
Signed-off-by: Michele Orrù <[email protected]>
1 parent ee2cf8e commit c4a1d3e

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,6 @@ A Rust library for building and composing Σ-protocols (Sigma protocols) for zer
66

77
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.
88

9-
## Key Features
10-
11-
- **Universal**: Express any linear relation as a Sigma protocol
12-
- **Composable**: Build complex proofs with AND/OR combinations
13-
- **Generic**: Works with any prime-order group implementing the `group` trait
14-
- **Secure**: Constant-time implementations prevent timing attacks
15-
- **Flexible**: Both high-level macros and low-level constraint API
16-
179
## Quick Example
1810

1911
```rust
@@ -86,4 +78,4 @@ This crate continues the work from the original `zkp` toolkit in [`dalek-cryptog
8678
This project is funded through [NGI0 Entrust](https://nlnet.nl/entrust), a fund established by [NLnet](https://nlnet.nl) with financial support from the European Commission's [Next Generation Internet](https://ngi.eu) program. Learn more at the [NLnet project page](https://nlnet.nl/project/sigmaprotocols).
8779

8880
[<img src="https://nlnet.nl/logo/banner.png" alt="NLnet foundation logo" width="20%" />](https://nlnet.nl)
89-
[<img src="https://nlnet.nl/image/logos/NGI0_tag.svg" alt="NGI Zero Logo" width="20%" />](https://nlnet.nl/entrust)
81+
[<img src="https://nlnet.nl/image/logos/NGI0_tag.svg" alt="NGI Zero Logo" width="20%" />](https://nlnet.nl/entrust)

0 commit comments

Comments
 (0)