lnd/keychain
Oliver Gugger e79d59dd4c
multi: use key locator for lnwallet.MessageSigner
To simplify the message signing API even further, we refactor the
lnwallet.MessageSigner interface to use a key locator instead of the
public key to identify which key should be signed with.
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 for lnwallet.MessageSigner 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 for lnwallet.MessageSigner 2021-10-08 12:06:52 +02:00