You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're trying to use cryptol-remote-api's safe command with a w4-based prover (such as W4_Z3) to prove some safety properties about functions containing unimplemented primitives (for example, in the SuiteB) module. Unfortunately, Python is complaining about an 'invalid param' when we try to pass one of the w4-based provers.
for example:
...
result = c.safe(expr=<any cryptol function>, solver=cryptol.solver.W4_Z3).result()
...
The text was updated successfully, but these errors were encountered:
We're trying to use
cryptol-remote-api
'ssafe
command with aw4
-based prover (such as W4_Z3) to prove some safety properties about functions containing unimplemented primitives (for example, in theSuiteB
) module. Unfortunately, Python is complaining about an 'invalid param' when we try to pass one of thew4
-based provers.for example:
The text was updated successfully, but these errors were encountered: