This is my understanding how it should work for 1 commitment and 1 leaf:
update_commitment(commitment, newValue-oldValue, index)
So those are 2 32byte and 1 byte values. Total 65bytes. Rust can easily process that.
Then rust takes the commitment (which is a banderwagon element) and we do new_commitment = commitment + (newValue-oldValue)*CRS[index]
Where newValue
and oldValue
are Fr
s.
Reg updating multiple values in one commitment:
It can be done for multiple values in the same commitment, just we would need to pass multiple Bytes32 (commitment, (newValue_1-oldValue_1), (newValue_2-oldValue_2) ...., index_1, index_2...)
Rust part:
(newValue_i-oldValue_i)
parametersindex_i
or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Syncing