Skip to content

Commit

Permalink
subset type tweak to avoid depending on runtime library changes
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-aws committed Feb 24, 2024
1 parent 7d6e4c4 commit eaf06aa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ module {:options "-functionSyntax:4"} KeyDescription {
// SYMMETRIC_DEFAULT is not supported because RSA is asymmetric only
]

type KeyDescriptionVersion = v: nat | KeyDescriptionVersion?(v) witness 1
predicate KeyDescriptionVersion?(v: nat)
type KeyDescriptionVersion = v: int | KeyDescriptionVersion?(v) witness 1
predicate KeyDescriptionVersion?(v: int)
{
|| v == 1
|| v == 2
Expand Down

0 comments on commit eaf06aa

Please sign in to comment.