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
Long-lived invariant violation issue has been fixed so it may be possible to avoid stubbing out these functions aws_cryptosdk_*_(init|clean|clear_up) functions.
Many proofs in this repository include stubs for these functions so the next step would be to study how not including them would affect their performance. If the performance is good, we can avoid using these stubs altogether.
The text was updated successfully, but these errors were encountered:
Long-lived invariant violation issue has been fixed so it may be possible to avoid stubbing out these functions
aws_cryptosdk_*_(init|clean|clear_up)
functions.Many proofs in this repository include stubs for these functions so the next step would be to study how not including them would affect their performance. If the performance is good, we can avoid using these stubs altogether.
The text was updated successfully, but these errors were encountered: