pub fn construct_proof_of_knowledge( peer: &[u8], coefficients: &[Scalar], commitment: &[[u8; 33]], ) -> Result<[u8; 65], Error<Secp256K1Sha256>>