Skip to content

Commit de0b6aa

Browse files
committed
Minor fix
1 parent 1f21357 commit de0b6aa

File tree

1 file changed

+1
-1
lines changed
  • docs/arch/system/state/resource_machine/data_structures/action

1 file changed

+1
-1
lines changed

docs/arch/system/state/resource_machine/data_structures/action/index.juvix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Application data contains the RL-specific inputs required to verify the RL proof
3737
|`resourcePayload`|Contains the resource-object-related data. For example, in the shielded case, it contains encrypted resource object. If no resource payload is expected to be verified, the field is left empty.|
3838
|`discoveryPayload`|Contains the discovery-related data, for example, FMD ciphertext. If no discovery payload is expected to be verified, the field is left empty.|
3939
|`externalCallPayload`|Contains the data associated with external calls. If no external calls are made or no external calldata has to be verified, the field is left empty.|
40-
|`logicVKOuter`|`LogicVKOuterHash`|In the DP (data privacy only) case, contains `logicRef` associated with the corresponding resource. In the FP (data and function privacy) case, contains a hiding and binding commitment to `logicRef`. It can be said that in the DP case outer hash is an identity function and in the FP case it is instantiated by a hiding and binding commitment scheme.|
40+
|`logicVKOuter`|In the DP (data privacy only) case, contains `logicRef` associated with the corresponding resource. In the FP (data and function privacy) case, contains a hiding and binding commitment to `logicRef`. It can be said that in the DP case outer hash is an identity function and in the FP case it is instantiated by a hiding and binding commitment scheme.|
4141

4242
The rest of the `appliactionData` structure contains custom RL-specific entries.
4343

0 commit comments

Comments
 (0)