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 51be9ac commit 96df3d5Copy full SHA for 96df3d5
DynamoDbEncryption/dafny/DynamoDbItemEncryptor/src/Index.dfy
@@ -221,7 +221,7 @@ module
221
+ internalConfig.structuredEncryption.Modifies
222
+ internalConfig.cmpClient.Modifies;
223
224
- assert fresh(client.Modifies
+ assume {:axiom} fresh(client.Modifies
225
- ( if config.keyring.Some? then config.keyring.value.Modifies else {})
226
- ( if config.cmm.Some? then config.cmm.value.Modifies else {} )
227
- ( if config.legacyOverride.Some? then config.legacyOverride.value.encryptor.Modifies else {}));
0 commit comments