Skip to content

Commit

Permalink
Use relative links
Browse files Browse the repository at this point in the history
  • Loading branch information
jtraglia committed Aug 19, 2024
1 parent d5aa26a commit 03a9298
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ For EIP-7594:
This library also provides functions for loading and freeing the trusted setup,
which are not defined in the specification. These functions are intended to be
executed once during the initialization process. As the name suggests, the
[trusted setup
file](https://github.com/ethereum/c-kzg-4844/blob/main/src/trusted_setup.txt) is
considered to be trustworthy.
[trusted setup file](src/trusted_setup.txt) is considered to be trustworthy.

- `load_trusted_setup`
- `load_trusted_setup_file`
Expand All @@ -60,8 +58,7 @@ considered to be trustworthy.
All bindings are tested against the KZG reference tests, which are defined in
the [consensus-spec-tests](https://github.com/ethereum/consensus-spec-tests)
repository. Additionally, a suite of unit tests for internal C functions is
located
[here](https://github.com/ethereum/c-kzg-4844/blob/main/src/test/tests.c).
located [here](src/test/tests.c).

### Parallelization

Expand Down Expand Up @@ -90,7 +87,7 @@ C-KZG-4844 is not expected to be used outside the bindings.

The source code of C-KZG-4844 was audited by [Sigma
Prime](https://sigmaprime.io/) in June 2023. You can find the [audit
report](https://github.com/ethereum/c-kzg-4844/blob/main/doc/audit/Sigma_Prime_Ethereum_Foundation_KZG_Implementations_Security_Assessment.pdf)
report](doc/audit/Sigma_Prime_Ethereum_Foundation_KZG_Implementations_Security_Assessment.pdf)
in the `doc/audit/` directory. Notably, the audit was for commit `fd24cf8` and
code introduced for EIP-7594 *has not been audited yet*.

Expand Down

0 comments on commit 03a9298

Please sign in to comment.