File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
TestVectors/dafny/DDBEncryption/src Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ module {:options "-functionSyntax:4"} WriteManifest {
136
136
""NewThing"": ""ENCRYPT_AND_SIGN""
137
137
}
138
138
}"
139
- // Configuration with a new sign-only attribute not present in basic config
139
+ // Configuration with a new sign-only attribute not present in basic config
140
140
const ExpandedSignConfig := @"{
141
141
""attributeActionsOnEncrypt"": {
142
142
""RecNum"": ""SIGN_ONLY"",
@@ -145,7 +145,6 @@ module {:options "-functionSyntax:4"} WriteManifest {
145
145
""NewThing"": ""SIGN_ONLY""
146
146
}
147
147
}"
148
-
149
148
// Configuration with a new DO_NOTHING attribute not present in basic config
150
149
const ExpandedDoNothingConfig := @"{
151
150
""attributeActionsOnEncrypt"": {
You can’t perform that action at this time.
0 commit comments