We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4730cdc commit 5ef58e9Copy full SHA for 5ef58e9
lightning/src/sign/mod.rs
@@ -831,10 +831,7 @@ pub trait NodeSigner {
831
832
/// Defines a method to derive a 32-byte encryption key for peer storage.
833
///
834
- /// Implementations of this method must derive a secure encryption key using a
835
- /// cryptographically strong key derivation function (e.g., HKDF or a hardened
836
- /// child key derivation as defined in
837
- /// [BIP32](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki)).
+ /// Implementations of this method must derive a secure encryption key.
838
/// The derived key is used to encrypt or decrypt peer
839
/// storage data, ensuring confidentiality and integrity.
840
0 commit comments