Skip to content

Commit 5b316a7

Browse files
authored
Merge pull request #66 from trailofbits/zkdocs-link
Add zkdocs.com link
2 parents 958b319 + 764faf7 commit 5b316a7

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: "Zero-knowledge protocols"
3+
weight: 4
4+
summary: "ZKDocs provides comprehensive, detailed, and interactive documentation on zero-knowledge proof systems and related primitives."
5+
bookCollapseSection: true
6+
# math: true
7+
# bookFlatSection: false
8+
# bookToc: true
9+
# bookHidden: false
10+
# bookComments: false
11+
# bookSearchExclude: false
12+
---
13+
# Zero-knowledge protocols
14+
15+
ZKDocs provides comprehensive, detailed, and interactive documentation on zero-knowledge proof systems and related primitives.
16+
17+
At [Trail of Bits](https://www.trailofbits.com/), we audit many implementations of non-standardized cryptographic protocols and often find the same issues. As we discovered more instances of these bugs, we wanted to find a way to prevent them in the future. Unfortunately, for these protocols, the burden is on the developers to figure out all of the low-level implementation details and security pitfalls.
18+
19+
We hope that ZKDocs can fill in this gap and benefit the larger cryptography community.
20+
21+
{{< hint info >}}
22+
**For in-depth resources and interactive guides on zero-knowledge proof systems, visit https://zkdocs.com.**
23+
{{< /hint >}}

0 commit comments

Comments
 (0)