DRY shared hkdf_extract_expand code to new module
authorValentine Wallace <vwallace@protonmail.com>
Thu, 27 Jan 2022 18:40:30 +0000 (13:40 -0500)
committerValentine Wallace <vwallace@protonmail.com>
Mon, 14 Feb 2022 19:22:37 +0000 (14:22 -0500)
commit329ecdf88ff76a050d411f8a1cc4bec787d8b877
tree3abfe54d14bd6231cc81b0fcc32d8051f4b4d40e
parentf254bb49acab6c1ca15fac4368cac1e8edb3d92f
DRY shared hkdf_extract_expand code to new module
lightning/src/ln/channelmanager.rs
lightning/src/ln/peer_channel_encryptor.rs
lightning/src/util/crypto.rs [new file with mode: 0644]
lightning/src/util/mod.rs