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 72909f8 commit 4a2c274Copy full SHA for 4a2c274
TestVectors/Makefile
@@ -194,6 +194,11 @@ test_generate_vectors_go:
194
go -C runtimes/go/ImplementationFromDafny-go run ImplementationFromDafny.go encrypt-manifest --encrypt-manifest-output ../
195
cp dafny/TestVectors/test/keys.json runtimes/go
196
197
+test_generate_vectors_python:
198
+ rm -rf runtimes/python/.tox \
199
+ python3 -m tox -c runtimes/python --verbose -e cli -- encrypt-manifest --encrypt-manifest-output runtimes/python \
200
+ cp dafny/TestVectors/test/keys.json runtimes/python
201
+
202
test_encrypt_vectors_java:
203
gradle -p runtimes/java run --args="encrypt --manifest-path . --decrypt-manifest-path ."
204
0 commit comments