mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
common/blindedpath: create onion mesage test vectors.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -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))`
|
||||
|
||||
Reference in New Issue
Block a user