Skip to content

Commit 98bd960

Browse files
committed
chore: further performace improvements
1 parent 8ca2883 commit 98bd960

File tree

1 file changed

+1
-1
lines changed
  • DynamoDbEncryption/dafny/StructuredEncryption/src

1 file changed

+1
-1
lines changed

DynamoDbEncryption/dafny/StructuredEncryption/src/Util.dfy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ module StructuredEncryptionUtil {
220220
// attribute is "authorized", a.k.a. included in the signature
221221
predicate method IsAuthAttr(x : CryptoAction)
222222
{
223-
x.ENCRYPT_AND_SIGN? || x.SIGN_AND_INCLUDE_IN_ENCRYPTION_CONTEXT? || x.SIGN_ONLY?
223+
!x.DO_NOTHING?
224224
}
225225

226226
// wrap a value in a StructuredData

0 commit comments

Comments
 (0)