Skip to content

Commit

Permalink
common/blindedpath: create onion mesage test vectors.
Browse files Browse the repository at this point in the history
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
  • Loading branch information
rustyrussell committed Oct 17, 2022
1 parent 476cf5e commit 0152ffe
Show file tree
Hide file tree
Showing 2 changed files with 394 additions and 1 deletion.
1 change: 0 additions & 1 deletion common/blindedpath.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ static u8 *enctlv_from_encmsg_raw(const tal_t *ctx,
return NULL;

ret = tal_dup_talarr(ctx, u8, raw_encmsg);
SUPERVERBOSE("\t\"encmsg_hex\": \"%s\",\n", tal_hex(tmpctx, ret));

/* BOLT-route-blinding #4:
* - `rho(i) = HMAC256("rho", ss(i))`
Expand Down
Loading

0 comments on commit 0152ffe

Please sign in to comment.