File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
TestVectors/dafny/DDBEncryption/src Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,6 @@ module {:options "-functionSyntax:4"} EncryptManifest {
2323 import ENC = AwsCryptographyDbEncryptionSdkDynamoDbItemEncryptorTypes
2424 import KeyVectors
2525
26- const DEFAULT_KEYS : string := ".. / .. / .. / submodules/ MaterialProviders/ TestVectorsAwsCryptographicMaterialProviders/ dafny/ TestVectorsAwsCryptographicMaterialProviders/ test/ keys. json"
27-
2826 function Manifest () : (string , JSON)
2927 {
3028 var result : seq < (string , JSON)> :=
Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ module WrappedDDBEncryptionMain {
1717 import KeyVectors
1818 import KeyVectorsTypes = AwsCryptographyMaterialProvidersTestVectorKeysTypes
1919
20+
21+ const DEFAULT_KEYS : string := ".. / .. / .. / submodules/ MaterialProviders/ TestVectorsAwsCryptographicMaterialProviders/ dafny/ TestVectorsAwsCryptographicMaterialProviders/ test/ keys. json"
22+
2023 method AddJson (prev : TestVectorConfig , file : string , keyVectors: KeyVectors .KeyVectorsClient)
2124 returns (output : Result< TestVectorConfig, string > )
2225 requires keyVectors. ValidState ()
Original file line number Diff line number Diff line change @@ -43,8 +43,6 @@ module {:options "-functionSyntax:4"} DdbEncryptionTestVectors {
4343 import ParseJsonManifests
4444
4545
46- const DEFAULT_KEYS : string := ".. / .. / .. / submodules/ MaterialProviders/ TestVectorsAwsCryptographicMaterialProviders/ dafny/ TestVectorsAwsCryptographicMaterialProviders/ test/ keys. json"
47-
4846 datatype TestVectorConfig = TestVectorConfig (
4947 schemaOnEncrypt : DDB .CreateTableInput,
5048 globalRecords : seq <Record >,
You can’t perform that action at this time.
0 commit comments