Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Rename AtomicPrimitives Dafny module name #673

Merged
merged 13 commits into from
Oct 4, 2024
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ include "Serialize/EncryptionContext.dfy"

module AwsEncryptionSdkOperations refines AbstractAwsCryptographyEncryptionSdkOperations {

import Aws.Cryptography.Primitives
import Primitives = AtomicPrimitives
import MPL = AwsCryptographyMaterialProvidersTypes
import MaterialProviders
import EncryptDecryptHelpers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module EncryptDecryptHelpers {
import Types = AwsCryptographyEncryptionSdkTypes
import MPL = AwsCryptographyMaterialProvidersTypes
import MaterialProviders
import Aws.Cryptography.Primitives
import Primitives = AtomicPrimitives
import MessageBody
import SerializableTypes
import opened SerializeFunctions
Expand Down
2 changes: 1 addition & 1 deletion AwsEncryptionSDK/dafny/AwsEncryptionSdk/src/Index.dfy
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module
{:extern "software.amazon.cryptography.encryptionsdk.internaldafny" }
EncryptionSdk refines AbstractAwsCryptographyEncryptionSdkService {
import Operations = AwsEncryptionSdkOperations
import Aws.Cryptography.Primitives
import Primitives = AtomicPrimitives
import MaterialProviders
import AwsCryptographyMaterialProvidersTypes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module KeyDerivation {
import Types = AwsCryptographyEncryptionSdkTypes
import MPL = AwsCryptographyMaterialProvidersTypes
import AwsCryptographyPrimitivesTypes
import Aws.Cryptography.Primitives
import Primitives = AtomicPrimitives
import HeaderTypes
import SerializableTypes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module MessageBody {
import opened UInt = StandardLibrary.UInt
import Types = AwsCryptographyEncryptionSdkTypes
import MPL = AwsCryptographyMaterialProvidersTypes
import Aws.Cryptography.Primitives
import Primitives = AtomicPrimitives
import Streams
import UTF8
import SerializableTypes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module Fixtures {
import primitivesTypes = AwsCryptographyPrimitivesTypes
import mplTypes = AwsCryptographyMaterialProvidersTypes
import opened UInt = StandardLibrary.UInt
import Aws.Cryptography.Primitives
import Primitives = AtomicPrimitives

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

Expand Down
2 changes: 1 addition & 1 deletion mpl
Submodule mpl updated from ea0fe5 to 4f7e71
Loading