Function lightning_signer::util::crypto_utils::hkdf_sha256
source · pub fn hkdf_sha256(secret: &[u8], info: &[u8], salt: &[u8]) -> [u8; 32]Expand description
derive a secret from another secret using HKDF-SHA256