File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
TestVectors/dafny/DDBEncryption/src Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ module {:options "-functionSyntax:4"} JsonConfig {
2727 import KeyVectorsTypes = AwsCryptographyMaterialProvidersTestVectorKeysTypes
2828 import KeyMaterial
2929 import UTF8
30- import Aws . Cryptography . Primitives
30+ import Primitives = AtomicPrimitives
3131 import ParseJsonManifests
3232 import CreateInterceptedDDBClient
3333 import DynamoDbItemEncryptor
@@ -1377,4 +1377,4 @@ module {:options "-functionSyntax:4"} JsonConfig {
13771377 var num :- StrToNat (hash.N);
13781378 return Success (Record(num, item));
13791379 }
1380- }
1380+ }
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ module {:options "-functionSyntax:4"} DdbEncryptionTestVectors {
3939 import SI = SearchableEncryptionInfo
4040 import MaterialProviders
4141 import MPT = AwsCryptographyMaterialProvidersTypes
42- import Aws . Cryptography . Primitives
42+ import Primitives = AtomicPrimitives
4343 import ParseJsonManifests
4444
4545
You can’t perform that action at this time.
0 commit comments