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/DynamoDbEncryptionTransforms/Model/AwsCryptographyDbEncryptionSdkDynamoDbTransformsTypes.dfy
+6
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@
4
4
include "../../../../submodules/MaterialProviders/StandardLibrary/src/Index.dfy"
5
5
include "../../DynamoDbEncryption/src/Index.dfy"
6
6
include "../../DynamoDbItemEncryptor/src/Index.dfy"
7
+
include "../../StructuredEncryption/src/Index.dfy"
8
+
include "../../../../submodules/MaterialProviders/AwsCryptographicMaterialProviders/dafny/AwsCryptographicMaterialProviders/src/Index.dfy"
7
9
include "../../../../submodules/MaterialProviders/ComAmazonawsDynamodb/src/Index.dfy"
Copy file name to clipboardExpand all lines: DynamoDbEncryption/dafny/DynamoDbItemEncryptor/Model/AwsCryptographyDbEncryptionSdkDynamoDbItemEncryptorTypes.dfy
+3
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
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 "../../StructuredEncryption/src/Index.dfy"
6
7
include "../../../../submodules/MaterialProviders/AwsCryptographicMaterialProviders/dafny/AwsCryptographicMaterialProviders/src/Index.dfy"
7
8
include "../../../../submodules/MaterialProviders/AwsCryptographyPrimitives/src/Index.dfy"
8
9
include "../../../../submodules/MaterialProviders/ComAmazonawsDynamodb/src/Index.dfy"
@@ -12,6 +13,7 @@ include "../../../../submodules/MaterialProviders/StandardLibrary/src/Index.dfy"
Copy file name to clipboardExpand all lines: DynamoDbEncryption/runtimes/java/src/main/smithy-generated/software/amazon/cryptography/dbencryptionsdk/dynamodb/itemencryptor/ToNative.java
+3
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,9 @@ public static RuntimeException Error(Error dafnyValue) {
62
62
if (dafnyValue.is_AwsCryptographyMaterialProviders()) {
Copy file name to clipboardExpand all lines: DynamoDbEncryption/runtimes/java/src/main/smithy-generated/software/amazon/cryptography/dbencryptionsdk/dynamodb/transforms/ToNative.java
+3
Original file line number
Diff line number
Diff line change
@@ -115,6 +115,9 @@ public static RuntimeException Error(Error dafnyValue) {
115
115
if (dafnyValue.is_AwsCryptographyDbEncryptionSdkDynamoDbItemEncryptor()) {
0 commit comments