Switch Sha256 to using bitcoin_hashes and our own HKDF
[rust-lightning] / src / chain / keysinterface.rs
2018-12-19 Matt CoralloSwitch Sha256 to using bitcoin_hashes and our own HKDF
2018-12-18 Matt CoralloChange the way channel keys are generated
2018-11-27 Matt CoralloMerge pull request #260 from yuntai/201811-sessionkey
2018-11-27 Yuntai KyongAdd a method to get session secret for onion packet...
2018-11-21 Matt CoralloMerge pull request #246 from TheBlueMatt/2018-11-fuzz...
2018-11-20 Matt CoralloMerge pull request #231 from philipr-za/philip-204...
2018-11-20 Matt CoralloMerge pull request #230 from ariard/handle_sizeable_pus...
2018-11-20 Antoine RiardAdd test_static_spendable_outputs_preimage_tx
2018-11-16 Antoine RiardAdd TxOut in DynamicOutput
2018-11-01 Matt CoralloMerge pull request #235 from TheBlueMatt/2018-10-229...
2018-10-31 Yuntai KyongBug fix using same seed sequence for channel key geneartion 2018-10-229-redux
2018-10-27 Matt CoralloMerge pull request #223 from TheBlueMatt/2018-10-chanma...
2018-10-27 Matt CoralloMerge pull request #225 from TheBlueMatt/2018-10-214...
2018-10-27 Matt CoralloImplement and document Channel/ChannelManager (de)seria...
2018-10-27 Antoine RiardIntegrate destination_script from KeysInterface in... 2018-10-214-redo
2018-10-27 Antoine RiardIntegrate shutdown_pubkey from KeysInterface in Channel...
2018-10-27 Antoine RiardIntegrate KeysInterface to ChannelManager with Arc
2018-10-27 Antoine RiardImplement KeysInterface for KeysManager util
2018-10-27 Antoine RiardAdd a KeysInterface which provides keys from user
2018-10-27 Antoine RiardGenerate Events from ChannelMonitor to indicate spendab...