You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-5Lines changed: 14 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
1
# sigma-rs: a(n updated) toolkit for Σ-protocols
2
2
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
+
3
12
### Background
4
13
5
14
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.
50
59
`lib.rs` or `main.rs`, to enable Rust's nightly-only benchmark
51
60
feature.
52
61
53
-
# WARNING
54
62
55
-
**THIS IMPLEMENTATION IS NOT YET READY FOR PRODUCTION USE**
63
+
## Funding
56
64
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
+
[<imgsrc="https://nlnet.nl/logo/banner.png"alt="NLnet foundation logo"width="20%" />](https://nlnet.nl)
68
+
[<imgsrc="https://nlnet.nl/image/logos/NGI0_tag.svg"alt="NGI Zero Logo"width="20%" />](https://nlnet.nl/entrust)
0 commit comments