Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Update README to match libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
sakridge committed Jun 25, 2019
1 parent fecb328 commit 5e0b8e6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ $ make -j$(nproc)
```

This should generate the libraries:
* libcuda-crypt.a - ed25519 verify (used by leaders) and chacha (used by validators) cuda implementations
* libcpu-crypt.a - CPU chacha encryption implementation, used by replicators (storage miners)
* libJerasure.so, libgf\_complete.so - CPU erasure code library used for coding blob send
* libcuda-crypt.so - ed25519 verify (used by leaders) and chacha (used by validators) cuda implementations

Copy libraries to the main Solana repo:
```bash
Expand All @@ -25,5 +23,5 @@ $ make DESTDIR=${SOLANA_ROOT:?}/target/perf-libs install
Build Solana with the performance features enabled:
```bash
$ cd $SOLANA_ROOT
$ cargo build --release --features=cuda,chacha,erasure
$ cargo build --release --features=cuda
```

0 comments on commit 5e0b8e6

Please sign in to comment.