We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87b103c commit b60be2bCopy full SHA for b60be2b
DynamoDbEncryption/dafny/StructuredEncryption/src/Header.dfy
@@ -504,7 +504,6 @@ module StructuredEncryptionHeader {
504
: (ret : Result<(CMPUtf8Bytes, CMPUtf8Bytes, nat), Error>)
505
ensures ret.Success? ==>
506
&& ret.value.2 + pos <= |data|
507
- && SerializeOneKVPair(ret.value.0, ret.value.1) == data[pos..pos+ret.value.2]
508
ensures (
509
&& 2 + pos <= |data|
510
&& var keyLen := SeqPosToUInt16(data, pos) as nat;
0 commit comments