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 e35a022 commit 4b5294dCopy full SHA for 4b5294d
TestVectors/dafny/DDBEncryption/src/TestVectors.dfy
@@ -49,8 +49,6 @@ module {:options "-functionSyntax:4"} DdbEncryptionTestVectors {
49
50
const PerfIterations : uint32 := 1000
51
52
- const DEFAULT_KEYS : string := "../../../submodules/MaterialProviders/TestVectorsAwsCryptographicMaterialProviders/dafny/TestVectorsAwsCryptographicMaterialProviders/test/keys.json"
53
-
54
datatype TestVectorConfig = TestVectorConfig (
55
schemaOnEncrypt : DDB.CreateTableInput,
56
globalRecords : seq<Record>,
0 commit comments