rgb-cln/handshaked/handshake_wire.csv

960 B

1#include <common/cryptomsg.h>
2# FIXME: This is probably too finegrained.
3initr_act_one,14001
4initr_act_two,14002
5initr_act_three,14003
6respr_act_one,14011
7respr_act_two,14012
8respr_act_three,14013
9success,4000
10handshake_responder,4001
11handshake_responder,,my_id,struct pubkey
12handshake_responder_reply,4101
13handshake_responder_reply,,initiator_id,struct pubkey
14handshake_responder_reply,,cs,struct crypto_state
15handshake_responder_reply,,gflen,u16
16handshake_responder_reply,,globalfeatures,gflen*u8
17handshake_responder_reply,,lflen,u16
18handshake_responder_reply,,localfeatures,lflen*u8
19handshake_initiator,4002
20handshake_initiator,,my_id,struct pubkey
21handshake_initiator,,responder_id,struct pubkey
22handshake_initiator_reply,4102
23handshake_initiator_reply,,cs,struct crypto_state
24handshake_initiator_reply,,gflen,u16
25handshake_initiator_reply,,globalfeatures,gflen*u8
26handshake_initiator_reply,,lflen,u16
27handshake_initiator_reply,,localfeatures,lflen*u8