Skip to content

Commit

Permalink
chore: Rename AtomicPrimitives Dafny module name (#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmcdonald3 authored and Shubham Chaturvedi committed Oct 22, 2024
1 parent cae7696 commit 8eeb14d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
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 @@ -5,7 +5,7 @@ include "AwsEncryptionSdkOperations.dfy"

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
2 changes: 1 addition & 1 deletion AwsEncryptionSDK/dafny/AwsEncryptionSdk/test/Fixtures.dfy
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

0 comments on commit 8eeb14d

Please sign in to comment.