rust-lightning/lightning
Matt Corallo e885d0a774 Swap key_derivation_params (u64, u64) for channel_keys_id [u8; 32]
Instead of `key_derivation_params` being a rather strange type, we
call it `channel_keys_id` and give it a generic 32 byte array. This
should be much clearer for users and also more flexible.
2021-02-12 18:57:20 -05:00
..
src Swap key_derivation_params (u64, u64) for channel_keys_id [u8; 32] 2021-02-12 18:57:20 -05:00
Cargo.toml Expose test_utils to fuzztarget (in addition to _test_utils feature) 2021-01-04 12:40:40 -05:00