You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
546 B
22 lines
546 B
8 years ago
|
# Give me ECDH(node-id-secret,point)
|
||
|
hsm_ecdh_req,1
|
||
8 years ago
|
hsm_ecdh_req,,point,struct pubkey
|
||
8 years ago
|
hsm_ecdh_resp,100
|
||
8 years ago
|
hsm_ecdh_resp,,ss,struct secret
|
||
8 years ago
|
|
||
|
hsm_cannouncement_sig_req,2
|
||
8 years ago
|
hsm_cannouncement_sig_req,,bitcoin_id,struct pubkey
|
||
|
hsm_cannouncement_sig_req,,calen,u16
|
||
|
hsm_cannouncement_sig_req,,ca,calen
|
||
8 years ago
|
|
||
|
hsm_cannouncement_sig_reply,102
|
||
8 years ago
|
hsm_cannouncement_sig_reply,,node_signature,64
|
||
8 years ago
|
|
||
|
hsm_cupdate_sig_req,3
|
||
8 years ago
|
hsm_cupdate_sig_req,,culen,u16
|
||
|
hsm_cupdate_sig_req,,cu,culen
|
||
8 years ago
|
|
||
|
hsm_cupdate_sig_reply,103
|
||
8 years ago
|
hsm_cupdate_sig_reply,,culen,u16
|
||
|
hsm_cupdate_sig_reply,,cu,culen
|