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 1862a4c commit 3533565Copy full SHA for 3533565
AwsEncryptionSDK/dafny/AwsEncryptionSdk/src/Index.dfy
@@ -3,8 +3,7 @@
3
4
include "AwsEncryptionSdkOperations.dfy"
5
6
-module
7
- {:extern "software.amazon.cryptography.encryptionsdk.internaldafny" } ESDK refines AbstractAwsCryptographyEncryptionSdkService {
+module {:extern "software.amazon.cryptography.encryptionsdk.internaldafny" } ESDK refines AbstractAwsCryptographyEncryptionSdkService {
8
import Operations = AwsEncryptionSdkOperations
9
import Primitives = AtomicPrimitives
10
import MaterialProviders
0 commit comments