lnd/lnrpc/signrpc
Oliver Gugger 9a73b9be78
signrpc: sign and verify messages with custom key
To allow signing of messages with any key in the key chain
we add two new methods to the signer RPC. These behave differently
to the methods with the same name in the main RPC as described
in the documentation comment.
2019-12-11 22:37:39 +01:00
..
config_active.go signrpc+subserver: add key chain to signer 2019-12-10 09:48:13 +01:00
config_default.go lnrpc/signrpc: add lnrpc.SubServerDriver for signrpc 2018-11-28 20:57:03 -08:00
driver.go lnrpc/signrpc: add lnrpc.SubServerDriver for signrpc 2018-11-28 20:57:03 -08:00
log.go multi: remove dead code 2019-09-10 17:21:59 +02:00
signer_server.go signrpc: sign and verify messages with custom key 2019-12-11 22:37:39 +01:00
signer.pb.go signrpc: sign and verify messages with custom key 2019-12-11 22:37:39 +01:00
signer.proto signrpc: sign and verify messages with custom key 2019-12-11 22:37:39 +01:00