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 20e0259 commit 1868de5Copy full SHA for 1868de5
DynamoDbEncryption/dafny/DynamoDbEncryption/src/SearchInfo.dfy
@@ -190,7 +190,7 @@ module SearchableEncryptionInfo {
190
return Success(Keys(theMap));
191
} else {
192
match keyId {
193
- case DontUseKeyId => return Failure(E("KeyID must be supplied with a MultiKeyStore"));
+ case DontUseKeyId => return Failure(E("Fixed KeyID must not be supplied with a MultiKeyStore"));
194
case ShouldHaveKeyId => return Success(ShouldHaveKeys);
195
case KeyId(id) =>
196
var now := Time.GetCurrent();
0 commit comments