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
Good catch. In fact, we already use llvm_alloc_readonly in the SAWScript proofs for salsa20, but for whatever reason, the Python version didn't take after this. This should be straightforward to fix.
If we change the
size
to65
(or more) when verifying thats20_crypt32
meetsSalsa20CryptContract
......, verification fails due to a failed override assumption:
Amending
ExpandContract
to allocate memory for pointer arguments as read-only......corrects this:
The text was updated successfully, but these errors were encountered: