Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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