Skip to content

Commit 518522e

Browse files
committed
Fix sublist (prettier mungs indentation, making it inline)
1 parent dbe6283 commit 518522e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

xx.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +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-
a. Slot index `i` in `[data, ...pubkeys, ...refund]`
69-
a. `Zx = x(e·P)`.
70-
b. `rᵢ = H("Cashu_P2BK_v1" || Zx || keyset_id || i) mod n`.
71-
c. `P′ = P + rᵢ·G`.
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`
7272
3. Build the canonical P2PK secret with the blinded `P′` keys in their slots.
7373
4. Interact with the mint normally; the mint never learns `P` or `rᵢ`.
7474
5. Include `p2pk_e = E` in the final proof.

0 commit comments

Comments
 (0)