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 e693da7 commit d46c08eCopy full SHA for d46c08e
DynamoDbEncryption/dafny/DynamoDbEncryption/src/ConfigToInfo.dfy
@@ -176,7 +176,7 @@ module SearchConfigToInfo {
176
var cache;
177
if cacheType.Shared? {
178
cache := cacheType.Shared;
179
- reveal ValidSharedCache(config);
+ reveal ValidSharedCache();
180
} else {
181
//= specification/searchable-encryption/search-config.md#key-store-cache
182
//# For a Beacon Key Source a [CMC](../../submodules/MaterialProviders/aws-encryption-sdk-specification/framework/cryptographic-materials-cache.md)
0 commit comments