Add the Sigma Prime audit (#8728)

This commit is contained in:
Georgios Konstantopoulos
2024-06-10 13:08:34 -07:00
committed by GitHub
parent ad0be4ca06
commit 1bc9d8b145
8 changed files with 16 additions and 27 deletions

View File

@ -32,7 +32,7 @@ imported the key you can verify a release signature (`.asc` file) using a
command like this:
```bash
gpg --verify reth-v0.1.0-alpha.14-x86_64-unknown-linux-gnu.tar.gz.asc reth-v0.1.0-alpha.14-x86_64-unknown-linux-gnu.tar.gz
gpg --verify reth-v0.2.0-beta.9-x86_64-unknown-linux-gnu.tar.gz.asc reth-v0.1.0-beta.9-x86_64-unknown-linux-gnu.tar.gz
```
Replace the filenames by those corresponding to the downloaded Reth release.