File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -65,14 +65,10 @@ Each proof adds a single new metadata field:
6565
66661 . Generate a fresh random scalar ` e ` and compute ` E = e·G ` .
67672 . For each receiver key ` P ` , compute:
68-
69- ``` text
70- a. Slot index `i` in `[data, ...pubkeys, ...refund]`
71- b. `Zx = x(e·P)`.
72- c. `rᵢ = H("Cashu_P2BK_v1" || Zx || keyset_id || i) mod n`.
73- d. `P′ = P + rᵢ·G`.
74- ```
75-
68+ > a. Slot index ` i ` in ` [data, ...pubkeys, ...refund] `
69+ > b. ` Zx = x(e·P) ` .
70+ > c. ` rᵢ = H("Cashu_P2BK_v1" || Zx || keyset_id || i) mod n ` .
71+ > d. ` P′ = P + rᵢ·G ` .
76723 . Build the canonical P2PK secret with the blinded ` P′ ` keys in their slots.
77734 . Interact with the mint normally; the mint never learns ` P ` or ` rᵢ ` .
78745 . Include ` p2pk_e = E ` in the final proof.
You can’t perform that action at this time.
0 commit comments