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 {
136136 ""NewThing"": ""ENCRYPT_AND_SIGN""
137137 }
138138 }"
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
140140 const ExpandedSignConfig := @"{
141141 ""attributeActionsOnEncrypt"": {
142142 ""RecNum"": ""SIGN_ONLY"",
@@ -145,7 +145,6 @@ module {:options "-functionSyntax:4"} WriteManifest {
145145 ""NewThing"": ""SIGN_ONLY""
146146 }
147147 }"
148-
149148 // Configuration with a new DO_NOTHING attribute not present in basic config
150149 const ExpandedDoNothingConfig := @"{
151150 ""attributeActionsOnEncrypt"": {
You can’t perform that action at this time.
0 commit comments