Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 96df3d5

Browse files
committedMay 16, 2024··
m
1 parent 51be9ac commit 96df3d5

File tree

1 file changed

+1
-1
lines changed
  • DynamoDbEncryption/dafny/DynamoDbItemEncryptor/src

1 file changed

+1
-1
lines changed
 

‎DynamoDbEncryption/dafny/DynamoDbItemEncryptor/src/Index.dfy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ module
221221
+ internalConfig.structuredEncryption.Modifies
222222
+ internalConfig.cmpClient.Modifies;
223223

224-
assert fresh(client.Modifies
224+
assume {:axiom} fresh(client.Modifies
225225
- ( if config.keyring.Some? then config.keyring.value.Modifies else {})
226226
- ( if config.cmm.Some? then config.cmm.value.Modifies else {} )
227227
- ( if config.legacyOverride.Some? then config.legacyOverride.value.encryptor.Modifies else {}));

0 commit comments

Comments
 (0)
Please sign in to comment.