Skip to content

Commit

Permalink
chore: split vc gen on some methods to migrate to Dafny 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jtristan committed Nov 28, 2023
1 parent 9883933 commit c17933c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ module MessageBody {
return Success(finalFrame);
}

method DecryptFramedMessageBody(
method {:vcs_split_on_every_assert} DecryptFramedMessageBody(
body: FramedMessage,
key: seq<uint8>,
crypto: Primitives.AtomicPrimitivesClient
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ module {:options "/functionSyntax:4" } EncryptedDataKeys {
}
}

lemma ReadEncryptedDataKeysSectionIsComplete(
lemma {:vcs_split_on_every_assert} ReadEncryptedDataKeysSectionIsComplete(
data: ESDKEncryptedDataKeys,
bytes: seq<uint8>,
buffer: ReadableBuffer,
Expand Down

0 comments on commit c17933c

Please sign in to comment.