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 8ca2883 commit 98bd960Copy full SHA for 98bd960
DynamoDbEncryption/dafny/StructuredEncryption/src/Util.dfy
@@ -220,7 +220,7 @@ module StructuredEncryptionUtil {
220
// attribute is "authorized", a.k.a. included in the signature
221
predicate method IsAuthAttr(x : CryptoAction)
222
{
223
- x.ENCRYPT_AND_SIGN? || x.SIGN_AND_INCLUDE_IN_ENCRYPTION_CONTEXT? || x.SIGN_ONLY?
+ !x.DO_NOTHING?
224
}
225
226
// wrap a value in a StructuredData
0 commit comments