Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmcdonald3 committed Dec 12, 2024
1 parent 48be5cf commit 73ce6e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion TestVectors/dafny/TestVectors/src/LibraryIndex.dfy
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@

include "../Model/AwsCryptographyEncryptionSdkTypesWrapped.dfy"

module {:extern "software.amazon.cryptography.encryptionsdk.internaldafny.wrapped" } WrappedESDK refines WrappedAbstractAwsCryptographyEncryptionSdkService import WrappedService = ESDK
module {:extern "software.amazon.cryptography.encryptionsdk.internaldafny.wrapped" } WrappedESDK refines WrappedAbstractAwsCryptographyEncryptionSdkService
{
import WrappedService = ESDK

function method WrappedDefaultAwsEncryptionSdkConfig(): AwsEncryptionSdkConfig
{
Expand Down

0 comments on commit 73ce6e4

Please sign in to comment.