We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf7c736 commit e810afeCopy full SHA for e810afe
TestVectors/dafny/DDBEncryption/src/LibraryIndex.dfy
@@ -3,9 +3,7 @@
3
4
include "../Model/AwsCryptographyDynamoDbEncryptionTypesWrapped.dfy"
5
6
-module
7
- {:extern "software.amazon.cryptography.dbencryptionsdk.dynamodb.internaldafny.wrapped"}
8
- WrappedDynamoDbEncryption refines WrappedAbstractAwsCryptographyDynamoDbEncryptionService
+module WrappedDynamoDbEncryption refines WrappedAbstractAwsCryptographyDynamoDbEncryptionService
9
{
10
11
import WrappedService = DynamoDbEncryption
0 commit comments