Skip to content

Commit

Permalink
Merge branch 'mainline' into jocorell/update-testvectors
Browse files Browse the repository at this point in the history
  • Loading branch information
josecorella authored Nov 29, 2023
2 parents 6427c39 + fdc65ca commit 743c495
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 743c495

Please sign in to comment.