Skip to content

Commit 5cc7e89

Browse files
committed
m
1 parent 270de7a commit 5cc7e89

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

TestVectors/dafny/DDBEncryption/src/JsonConfig.dfy

+2-2
Original file line numberDiff line numberDiff 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+
}

TestVectors/dafny/DDBEncryption/src/TestVectors.dfy

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)