File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
AwsEncryptionSDK/dafny/AwsEncryptionSdk Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ include "Serialize/EncryptionContext.dfy"
17
17
18
18
module AwsEncryptionSdkOperations refines AbstractAwsCryptographyEncryptionSdkOperations {
19
19
20
- import Aws . Cryptography . Primitives
20
+ import Primitives = AtomicPrimitives
21
21
import MPL = AwsCryptographyMaterialProvidersTypes
22
22
import MaterialProviders
23
23
import EncryptDecryptHelpers
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ module EncryptDecryptHelpers {
15
15
import Types = AwsCryptographyEncryptionSdkTypes
16
16
import MPL = AwsCryptographyMaterialProvidersTypes
17
17
import MaterialProviders
18
- import Aws . Cryptography . Primitives
18
+ import Primitives = AtomicPrimitives
19
19
import MessageBody
20
20
import SerializableTypes
21
21
import opened SerializeFunctions
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ include "AwsEncryptionSdkOperations.dfy"
5
5
6
6
module {:extern "software. amazon. cryptography. encryptionsdk. internaldafny" } EncryptionSdk refines AbstractAwsCryptographyEncryptionSdkService {
7
7
import Operations = AwsEncryptionSdkOperations
8
- import Aws . Cryptography . Primitives
8
+ import Primitives = AtomicPrimitives
9
9
import MaterialProviders
10
10
import AwsCryptographyMaterialProvidersTypes
11
11
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ module KeyDerivation {
12
12
import Types = AwsCryptographyEncryptionSdkTypes
13
13
import MPL = AwsCryptographyMaterialProvidersTypes
14
14
import AwsCryptographyPrimitivesTypes
15
- import Aws . Cryptography . Primitives
15
+ import Primitives = AtomicPrimitives
16
16
import HeaderTypes
17
17
import SerializableTypes
18
18
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ module MessageBody {
22
22
import opened UInt = StandardLibrary. UInt
23
23
import Types = AwsCryptographyEncryptionSdkTypes
24
24
import MPL = AwsCryptographyMaterialProvidersTypes
25
- import Aws . Cryptography . Primitives
25
+ import Primitives = AtomicPrimitives
26
26
import Streams
27
27
import UTF8
28
28
import SerializableTypes
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ module Fixtures {
9
9
import primitivesTypes = AwsCryptographyPrimitivesTypes
10
10
import mplTypes = AwsCryptographyMaterialProvidersTypes
11
11
import opened UInt = StandardLibrary. UInt
12
- import Aws . Cryptography . Primitives
12
+ import Primitives = AtomicPrimitives
13
13
14
14
// The following are test resources that exist in tests accounts:
15
15
You can’t perform that action at this time.
0 commit comments