pub fn derive_commitment_seed( private_key: &[u8], channel_info: &[u8], ) -> [u8; 32]
Derives the commitment seed given the compressed private key representation and the serialized channel information.