File tree 2 files changed +3
-3
lines changed
TestVectors/dafny/DDBEncryption/src
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 {
27
27
import KeyVectorsTypes = AwsCryptographyMaterialProvidersTestVectorKeysTypes
28
28
import KeyMaterial
29
29
import UTF8
30
- import Aws . Cryptography . Primitives
30
+ import Primitives = AtomicPrimitives
31
31
import ParseJsonManifests
32
32
import CreateInterceptedDDBClient
33
33
import DynamoDbItemEncryptor
@@ -1377,4 +1377,4 @@ module {:options "-functionSyntax:4"} JsonConfig {
1377
1377
var num :- StrToNat (hash.N);
1378
1378
return Success (Record(num, item));
1379
1379
}
1380
- }
1380
+ }
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ module {:options "-functionSyntax:4"} DdbEncryptionTestVectors {
39
39
import SI = SearchableEncryptionInfo
40
40
import MaterialProviders
41
41
import MPT = AwsCryptographyMaterialProvidersTypes
42
- import Aws . Cryptography . Primitives
42
+ import Primitives = AtomicPrimitives
43
43
import ParseJsonManifests
44
44
45
45
You can’t perform that action at this time.
0 commit comments