lnd/keychain
Oliver Gugger afa03f22cc
multi: use key locator only for signing messages
To simplify the API surface of a remote signer even more, we refactor
the SignMessage and SignMessageCompact calls to only accept a key
locator as we always know what key we're using for signing anyway.
2021-10-08 12:06:52 +02:00
..
bench_test.go keychain: add basic benchmark for privkey derivation 2021-08-25 18:55:16 -07:00
btcwallet.go multi: use key locator only for signing messages 2021-10-08 12:06:52 +02:00
derivation.go multi: use key locator only for signing messages 2021-10-08 12:06:52 +02:00
ecdh.go keychain: add single key wrapper implementations 2020-05-20 09:04:05 +02:00
interface_test.go kvdb: add timeout options for bbolt (#4787) 2020-12-07 15:31:49 -08:00
signer.go multi: use key locator only for signing messages 2021-10-08 12:06:52 +02:00