mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-06 05:49:30 +01:00
9 lines
202 B
C
9 lines
202 B
C
#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 */
|