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.
|
|
|
#ifndef LIGHTNING_HSMD_CAPABILITIES_H
|
|
|
|
#define LIGHTNING_HSMD_CAPABILITIES_H
|
|
|
|
|
|
|
|
#define HSM_CAP_ECDH 1
|
|
|
|
#define HSM_CAP_SIGN_GOSSIP 2
|
|
|
|
|
|
|
|
#define HSM_CAP_MASTER 1024
|
|
|
|
#endif /* LIGHTNING_HSMD_CAPABILITIES_H */
|