rust-lightning/lightning
Antoine Riard f8ea748268 Add KeysManager::derive_unique_start
In next commit, we add derive_channel_keys, a helper to rederive
keys from a SpendableOuptutDescriptor. We still need to ensure
that user rederive same set of keys even if KeyManager is started
at a later time. For doing so we need to pass starting time as
part of the re-derived sha_state, therefore we need to make it
accessible and part of channel state key material.

Seed is already required to be conserved between KeysManager
serializations.
2020-05-18 04:50:26 -04:00
..
src Add KeysManager::derive_unique_start 2020-05-18 04:50:26 -04:00
Cargo.toml Remove non-bitcoin chain helpers 2020-05-12 09:27:11 -04:00