Add chacha-sys crate (#4620)
* af9ff9c7f9/src/cpu-crypt
* Add chacha-sys crate
* Remove chacha feature
* Remove erasure feature
* Add .gitignore
This commit is contained in:
@ -38,10 +38,6 @@ else
|
||||
program=${BASH_REMATCH[1]}
|
||||
features+="cuda,"
|
||||
fi
|
||||
if [[ $program = replicator ]]; then
|
||||
features+="chacha,"
|
||||
fi
|
||||
|
||||
if [[ -r "$SOLANA_ROOT/$program"/Cargo.toml ]]; then
|
||||
maybe_package="--package solana-$program"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user