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 93ed0f9 commit 3368712Copy full SHA for 3368712
TestVectors/dafny/DDBEncryption/src/JsonConfig.dfy
@@ -257,7 +257,7 @@ module {:options "-functionSyntax:4"} JsonConfig {
257
}
258
259
method GetItemEncryptor(name : string, data : JSON, keys: KeyVectors.KeyVectorsClient)
260
- returns (encryptor : Result<DynamoDbItemEncryptor.DynamoDbItemEncryptorClient, string>)
+ returns (encryptor : Result<ENC.IDynamoDbItemEncryptorClient, string>)
261
requires keys.ValidState()
262
modifies keys.Modifies
263
ensures keys.ValidState()
0 commit comments