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/DynamoDbItemEncryptor/Model/AwsCryptographyDynamoDbEncryptionItemEncryptorTypes.dfy
+4-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,10 @@
3
3
// Do not modify this file. This file is machine generated, and any changes to it will be overwritten.
4
4
include "../../../../submodules/MaterialProviders/StandardLibrary/src/Index.dfy"
5
5
include "../../DynamoDbEncryption/src/Index.dfy"
6
-
include "../../../../submodules/MaterialProviders/AwsCryptographicMaterialProviders/src/Index.dfy"
6
+
// TODO begin manual update
7
+
include "../../../../submodules/MaterialProviders/AwsCryptographicMaterialProviders/dafny/AwsCryptographicMaterialProviders/src/Index.dfy"
8
+
include "../../../../submodules/MaterialProviders/AwsCryptographicMaterialProviders/dafny/AwsCryptographyKeyStore/src/Index.dfy"
9
+
// TODO end manual update
7
10
include "../../../../submodules/MaterialProviders/AwsCryptographyPrimitives/src/Index.dfy"
8
11
include "../../../../submodules/MaterialProviders/ComAmazonawsDynamodb/src/Index.dfy"
Copy file name to clipboardExpand all lines: DynamoDbEncryption/dafny/DynamoDbItemEncryptor/src/AwsCryptographyDynamoDbEncryptionItemEncryptorOperations.dfy
+1-1
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/AwsCryptographyDynamoDbEncryptionItemEncryptorTypes.dfy"
4
-
include "../../../../submodules/MaterialProviders/AwsCryptographicMaterialProviders/src/CMMs/ExpectedEncryptionContextCMM.dfy"
4
+
include "../../../../submodules/MaterialProviders/AwsCryptographicMaterialProviders/dafny/AwsCryptographicMaterialProviders/src/CMMs/ExpectedEncryptionContextCMM.dfy"
5
5
include "../../DynamoDbEncryption/src/DynamoToStruct.dfy"
6
6
include "../../DynamoDbEncryption/src/SearchInfo.dfy"
0 commit comments