We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just something to consider...
sawscript> prove w4_abc_verilog {{ \k -> \pt -> decrypt k (encrypt k pt) == pt }} /tmp: openTempFile: permission denied (Read-only file system)
The text was updated successfully, but these errors were encountered:
Here's a docker command string (for unix-based systems) that lets saw act (pretty much) like it does if you run it natively.
saw
docker pull galoisinc/saw:nightly docker run --rm -it --read-only --mount type=bind,src=$HOME,dst=$HOME --workdir=$(pwd) --user=$(id -u):$(id -g) --env CRYPTOLPATH=$(pwd) galoisinc/saw:nightly $*
Sorry, something went wrong.
No branches or pull requests
Just something to consider...
The text was updated successfully, but these errors were encountered: