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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@ Go implementation of offset-based native UnixFS proofs.
5
5
**Note:** this is a side-project and not be considered production-ready. It isn't optimized nor audited in any way.
6
6
7
7
## Table of contents
8
-
-[About the project](#about)
9
-
-[Assumptions of the UnixFS DAG file](#Assumptions-of-the-UnixFS-DAG-file)
8
+
-[About the project](#about-the-project)
9
+
-[Does this library assume any particular setup of the UnixFS DAG for the file?](#does-this-library-assume-any-particular-setup-of-the-UnixFS-DAG-for-the-file)
10
10
-[Proof format](#proof-format)
11
11
-[Use-case analysis and security](#use-case-analysis-and-security)
12
12
-[Proof sizes and benchmark](#proof-sizes-and-benchmark)
@@ -17,7 +17,7 @@ Go implementation of offset-based native UnixFS proofs.
17
17
-[Contact](#contact)
18
18
19
19
20
-
## About
20
+
## About the project
21
21
This library allows generating and verification proofs for UnixFS file DAGs.
22
22
23
23
The verifier knows the _Cid_ of a UnixFS DAG and the size of the underlying represented file.
0 commit comments