Skip to content

Commit 8eeb14d

Browse files
lucasmcdonald3Shubham Chaturvedi
authored andcommitted
chore: Rename AtomicPrimitives Dafny module name (#673)
1 parent cae7696 commit 8eeb14d

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

AwsEncryptionSDK/dafny/AwsEncryptionSdk/src/AwsEncryptionSdkOperations.dfy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ include "Serialize/EncryptionContext.dfy"
1717

1818
module AwsEncryptionSdkOperations refines AbstractAwsCryptographyEncryptionSdkOperations {
1919

20-
import Aws.Cryptography.Primitives
20+
import Primitives = AtomicPrimitives
2121
import MPL = AwsCryptographyMaterialProvidersTypes
2222
import MaterialProviders
2323
import EncryptDecryptHelpers

AwsEncryptionSDK/dafny/AwsEncryptionSdk/src/EncryptDecrypt.dfy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module EncryptDecryptHelpers {
1515
import Types = AwsCryptographyEncryptionSdkTypes
1616
import MPL = AwsCryptographyMaterialProvidersTypes
1717
import MaterialProviders
18-
import Aws.Cryptography.Primitives
18+
import Primitives = AtomicPrimitives
1919
import MessageBody
2020
import SerializableTypes
2121
import opened SerializeFunctions

AwsEncryptionSDK/dafny/AwsEncryptionSdk/src/Index.dfy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ include "AwsEncryptionSdkOperations.dfy"
55

66
module {:extern "software.amazon.cryptography.encryptionsdk.internaldafny" } EncryptionSdk refines AbstractAwsCryptographyEncryptionSdkService {
77
import Operations = AwsEncryptionSdkOperations
8-
import Aws.Cryptography.Primitives
8+
import Primitives = AtomicPrimitives
99
import MaterialProviders
1010
import AwsCryptographyMaterialProvidersTypes
1111

AwsEncryptionSDK/dafny/AwsEncryptionSdk/src/KeyDerivation.dfy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module KeyDerivation {
1212
import Types = AwsCryptographyEncryptionSdkTypes
1313
import MPL = AwsCryptographyMaterialProvidersTypes
1414
import AwsCryptographyPrimitivesTypes
15-
import Aws.Cryptography.Primitives
15+
import Primitives = AtomicPrimitives
1616
import HeaderTypes
1717
import SerializableTypes
1818

AwsEncryptionSDK/dafny/AwsEncryptionSdk/src/MessageBody.dfy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module MessageBody {
2222
import opened UInt = StandardLibrary.UInt
2323
import Types = AwsCryptographyEncryptionSdkTypes
2424
import MPL = AwsCryptographyMaterialProvidersTypes
25-
import Aws.Cryptography.Primitives
25+
import Primitives = AtomicPrimitives
2626
import Streams
2727
import UTF8
2828
import SerializableTypes

AwsEncryptionSDK/dafny/AwsEncryptionSdk/test/Fixtures.dfy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module Fixtures {
99
import primitivesTypes = AwsCryptographyPrimitivesTypes
1010
import mplTypes = AwsCryptographyMaterialProvidersTypes
1111
import opened UInt = StandardLibrary.UInt
12-
import Aws.Cryptography.Primitives
12+
import Primitives = AtomicPrimitives
1313

1414
// The following are test resources that exist in tests accounts:
1515

mpl

Submodule mpl updated from ea0fe50 to 4f7e715

0 commit comments

Comments
 (0)