Skip to content

Commit f665226

Browse files
committed
Fix sublist using blockquotes
1 parent 8f2fbcf commit f665226

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

xx.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,10 @@ Each proof adds a single new metadata field:
6565

6666
1. Generate a fresh random scalar `e` and compute `E = e·G`.
6767
2. 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`.
7672
3. Build the canonical P2PK secret with the blinded `P′` keys in their slots.
7773
4. Interact with the mint normally; the mint never learns `P` or `rᵢ`.
7874
5. Include `p2pk_e = E` in the final proof.

0 commit comments

Comments
 (0)