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 7ee36d2 commit 48be5cf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions TestVectors/dafny/TestVectors/src/LibraryIndex.dfy
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@

include "../Model/AwsCryptographyEncryptionSdkTypesWrapped.dfy"

module 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 48be5cf

Please sign in to comment.