Skip to content

Commit 5ce6c16

Browse files
authored
Update README.md
Signed-off-by: Michele Orrù <[email protected]>
1 parent b3e64b2 commit 5ce6c16

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

README.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# sigma-rs: a(n updated) toolkit for Σ-protocols
22

3+
4+
# WARNING
5+
6+
**THIS IMPLEMENTATION IS NOT YET READY FOR PRODUCTION USE**
7+
8+
While I expect the 1.0 version to be largely unchanged from the current
9+
code, for now there are no stability guarantees on the proofs, so they
10+
should not yet be deployed.
11+
312
### Background
413

514
This crate was originally created as part of [`dalek-cryptography`](https://github.com/dalek-cryptography).
@@ -50,12 +59,12 @@ the macro expansion happens), they need an extra step to be enabled.
5059
`lib.rs` or `main.rs`, to enable Rust's nightly-only benchmark
5160
feature.
5261

53-
# WARNING
5462

55-
**THIS IMPLEMENTATION IS NOT YET READY FOR PRODUCTION USE**
63+
## Funding
5664

57-
While I expect the 1.0 version to be largely unchanged from the current
58-
code, for now there are no stability guarantees on the proofs, so they
59-
should not yet be deployed.
65+
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).
66+
67+
[<img src="https://nlnet.nl/logo/banner.png" alt="NLnet foundation logo" width="20%" />](https://nlnet.nl)
68+
[<img src="https://nlnet.nl/image/logos/NGI0_tag.svg" alt="NGI Zero Logo" width="20%" />](https://nlnet.nl/entrust)
6069

6170
[bellman]: https://github.com/zkcrypto/bellman

0 commit comments

Comments
 (0)