Add chacha module to encrypt ledger files

This commit is contained in:
Stephen Akridge
2018-09-27 10:48:40 -07:00
committed by sakridge
parent abd13ba4ca
commit aa2a3fe201
8 changed files with 148 additions and 3 deletions

View File

@ -15,7 +15,7 @@ mkdir -p target/perf-libs
cd target/perf-libs
(
set -x
curl https://solana-perf.s3.amazonaws.com/v0.9.0/x86_64-unknown-linux-gnu/solana-perf.tgz | tar zxvf -
curl https://solana-perf.s3.amazonaws.com/v0.9.1/x86_64-unknown-linux-gnu/solana-perf.tgz | tar zxvf -
)
if [[ -r /usr/local/cuda/version.txt && -r cuda-version.txt ]]; then