File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
DynamoDbEncryption/dafny/StructuredEncryption/src Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ module StructuredEncryptionFooter {
118
118
// = specification/structured-encryption/footer.md#recipient-tag-verification
119
119
// # Verification MUST fail unless at least one of the [Recipient Tags](#recipient-tags)
120
120
// # matches a calculated recipient tag using the provided symmetricSigningKey.
121
- :- Need (foundTag, E("No recipient tag matched ."));
121
+ :- Need (foundTag, E("Signature of record does not match the signature computed when the record was encrypted ."));
122
122
123
123
:- Need (sig.Some? == mat.algorithmSuite.signature.ECDSA?, E("Internal error. Signature both does and does not exist."));
124
124
// = specification/structured-encryption/footer.md#signature-verification
You can’t perform that action at this time.
0 commit comments