You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DynamoDbEncryption/dafny/DynamoDbEncryption/src/ConfigToInfo.dfy
+10-5
Original file line number
Diff line number
Diff line change
@@ -126,15 +126,20 @@ module SearchConfigToInfo {
126
126
//# MUST be 1
127
127
//# For a [Multi Key Store](#multi-key-store-initialization) the [Entry Capacity](../../submodules/MaterialProviders/aws-encryption-sdk-specification/framework/cryptographic-materials-cache.md#entry-capacity)
128
128
//# MUST be key store's max cache size.
129
-
var cacheSize :=if config.multi? then config.multi.maxCacheSize else 1;
130
-
:-Need(0 < cacheSize, E("maxCacheSize must be at least 1."));
Copy file name to clipboardExpand all lines: DynamoDbEncryption/dafny/DynamoDbItemEncryptor/src/AwsCryptographyDbEncryptionSdkDynamoDbItemEncryptorOperations.dfy
+6-6
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
2
2
// SPDX-License-Identifier: Apache-2.0
3
3
include "../Model/AwsCryptographyDbEncryptionSdkDynamoDbItemEncryptorTypes.dfy"
4
-
include "../../../../submodules/MaterialProviders/AwsCryptographicMaterialProviders/dafny/AwsCryptographicMaterialProviders/src/CMMs/ExpectedEncryptionContextCMM.dfy"
4
+
include "../../../../submodules/MaterialProviders/AwsCryptographicMaterialProviders/dafny/AwsCryptographicMaterialProviders/src/CMMs/RequiredEncryptionContextCMM.dfy"
5
5
include "../../DynamoDbEncryption/src/DynamoToStruct.dfy"
6
6
include "../../DynamoDbEncryption/src/SearchInfo.dfy"
0 commit comments