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 0079a51 commit af3f45bCopy full SHA for af3f45b
DynamoDbEncryption/dafny/DynamoDbEncryption/src/SearchInfo.dfy
@@ -30,7 +30,7 @@ module SearchableEncryptionInfo {
30
//= specification/searchable-encryption/search-config.md#version-number
31
//= type=implication
32
//# A version number MUST be `1`.
33
- newtype VersionNumber = x : uint64 | x == 1 witness 1
+ newtype VersionNumber = x : int | x == 1 witness 1
34
35
type ValidSearchInfo = x : SearchInfo | x.ValidState() witness *
36
0 commit comments