We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c80fe8e commit 72909f8Copy full SHA for 72909f8
TestVectors/Makefile
@@ -212,7 +212,7 @@ test_encrypt_vectors_go:
212
go -C runtimes/go/ImplementationFromDafny-go run ImplementationFromDafny.go encrypt --manifest-path=.. --decrypt-manifest-path=..
213
214
test_encrypt_vectors_python:
215
- rm -rf runtimes/python/.tox \
+ rm -rf runtimes/python/.tox \
216
python3 -m tox -c runtimes/python --verbose -e cli -- encrypt --manifest-path runtimes/python --decrypt-manifest-path runtimes/python
217
218
test_decrypt_encrypt_vectors_java:
0 commit comments