mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-09 14:47:56 -05:00
feat(high_level_api): add casting primitives for compact public key
This commit is contained in:
@@ -45,6 +45,11 @@ if [[ "${CARGO_PROFILE}" == "" ]]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [[ "${CARGO_PROFILE}" == "dev" ]]; then
|
||||
# dev gets remapped
|
||||
CARGO_PROFILE="debug"
|
||||
fi
|
||||
|
||||
UNAME="$(uname)"
|
||||
if [[ "${UNAME}" != "Linux" && "${UNAME}" != "Darwin" ]]; then
|
||||
echo "This script is compatible with Linux and macOS and may not work for your system"
|
||||
|
||||
Reference in New Issue
Block a user