We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92e3fa3 commit c7e5630Copy full SHA for c7e5630
TestVectors/dafny/DDBEncryption/src/Index.dfy
@@ -17,8 +17,8 @@ module WrappedDDBEncryptionMain {
17
import KeyVectors
18
import KeyVectorsTypes = AwsCryptographyMaterialProvidersTestVectorKeysTypes
19
20
-
21
- const DEFAULT_KEYS : string := "../../../submodules/MaterialProviders/TestVectorsAwsCryptographicMaterialProviders/dafny/TestVectorsAwsCryptographicMaterialProviders/test/keys.json"
+ // TODO: Add extern for DEFAULT_KEYS
+ const DEFAULT_KEYS : string := "../../../../submodules/MaterialProviders/TestVectorsAwsCryptographicMaterialProviders/dafny/TestVectorsAwsCryptographicMaterialProviders/test/keys.json"
22
23
method AddJson(prev : TestVectorConfig, file : string, keyVectors: KeyVectors.KeyVectorsClient)
24
returns (output : Result<TestVectorConfig, string>)
0 commit comments