We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66316cb commit f743167Copy full SHA for f743167
tamarin-docker/verify-dh.sh
@@ -1,3 +1,3 @@
1
#!/bin/bash
2
3
-tamarin-prover --prove dh.spthy
+tamarin-prover --derivcheck-timeout=0 --prove dh.spthy
tamarin-docker/verify-wireguard.sh
-tamarin-prover --heuristic=O --oraclename="wireguard.oracle" --prove wireguard.spthy
+tamarin-prover --derivcheck-timeout=0 --heuristic=O --oraclename="wireguard.oracle" --prove wireguard.spthy
0 commit comments